openclaw-integration.mdx 539 B

12345678910111213141516
  1. ---
  2. title: "OpenClaw Guides"
  3. description: "OpenClaw docs moved to the Marketplace and Framework guides."
  4. icon: "lobster"
  5. ---
  6. OpenClaw now has two separate guides:
  7. <CardGroup cols={2}>
  8. <Card title="Marketplace OpenClaw" icon="store" href="/platform/marketplace/openclaw">
  9. Deployment, onboarding, secrets, and workspace customization on Agent Swarm.
  10. </Card>
  11. <Card title="OpenClawAgent" icon="code" href="/core-framework/third-party-agents/openclaw-agent">
  12. Code-first usage for Agency Swarm developers.
  13. </Card>
  14. </CardGroup>