Run Paperclip locally for agent orchestration, AI company setup, and OpenClaw, Codex, or Claude control-plane operations.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install paperclip或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install paperclip⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/paperclip/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Paperclip slug: paperclip version: 1.0.0 homepage: https://clawic.com/skills/paperclip description: Run Paperclip locally for agent orchestration, AI company setup, and OpenClaw, Codex, or Claude control-plane operations. changelog: "Added local-first Paperclip operations, adapter selection, and OpenClaw integration guidance." metadata: {"clawdbot":{"emoji":"📎","requires":{"bins":["curl","pnpm"],"env":{"optional":["PAPERCLIP_API_URL","PAPERCLIP_API_KEY","PAPERCLIP_COMPANY_ID","PAPERCLIP_RUN_ID","OPENAI_API_KEY","ANTHROPIC_API_KEY","OPENCLAW_GATEWAY_TOKEN"]},"config":["~/paperclip/","~/.paperclip/instances/"]},"os":["linux","darwin","win32"],"configPaths":["~/paperclip/","~/.paperclip/instances/"]}} ---
On first use, read setup.md for integration guidance.
User needs to install, operate, or evaluate Paperclip as the control plane for a team of AI agents. Use for local-first setup, agent-company design, adapter selection, OpenClaw integration, CLI operations, and API-based coordination.
Skill memory lives in ~/paperclip/. Paperclip application data usually lives in ~/.paperclip/instances/. If ~/paperclip/ does not exist, run setup.md. See memory-template.md for structure.
~/paperclip/
├── memory.md # Operator context, active instances, adapter preferences
├── companies.md # Company names, goals, and status snapshots
├── commands.md # Reused CLI/API snippets that worked
└── notes.md # Open questions, blockers, migration notes
| Topic | File | |-------|------| | Setup process | setup.md | | Memory template | memory-template.md | | Local bootstrap | quickstart.md | | Adapter selection | adapters.md | | Daily operator commands | operations.md | | OpenClaw integration | openclaw.md |
paperclipai package and local servercurl for direct API checks and automationnpx paperclipai onboard --yes for the first working instance.--data-dir when testing in a throwaway environment or when isolation matters.codex_local or claude_local when the agent should run on the same host as Paperclip.openclaw_gateway when OpenClaw lives outside the control plane and should be hired as an employee.localhost from inside OpenClaw Docker -> the container points to itself, not the Paperclip host.| Endpoint | Data Sent | Purpose | |----------|-----------|---------| | http://localhost:3100/api or configured Paperclip API base | Company, agent, issue, approval, and run metadata | Control-plane reads and writes | | ws://127.0.0.1:18789 or configured OpenClaw gateway URL | Wake payloads, session routing, streamed agent events | OpenClaw adapter transport |
No other endpoints should be contacted unless the user explicitly configures remote deployments or model providers.
Data that leaves your machine:
Data that stays local:
~/.paperclip/instances/~/paperclip/This skill does NOT:
By using this skill, operational data is sent to the Paperclip deployment and agent adapters the user configures. Only install if you trust that deployment, its storage, and the model providers behind those agents.
Install with clawhub install if user confirms:
agent — General agent execution and delegation patternsagents — Multi-agent coordination and role designcompany — Company-level strategy and operating structureworkflow — Repeatable operational workflows and handoffsapi — Direct API usage, payload design, and HTTP troubleshootingclawhub star paperclipclawhub sync安装 Paperclip 后,可以对 AI 说这些话来触发它
Help me get started with Paperclip
Explains what Paperclip does, walks through the setup, and runs a quick demo based on your current project
Use Paperclip to run Paperclip locally for agent orchestration, AI company setup, an...
Invokes Paperclip with the right parameters and returns the result directly in the conversation
What can I do with Paperclip in my ai agent & automation workflow?
Lists the top use cases for Paperclip, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/paperclip/ 目录(个人级,所有项目可用),或 .claude/skills/paperclip/(项目级)。重启 AI 客户端后,用 /paperclip 主动调用,或让 AI 根据上下文自动发现并使用。
Paperclip 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Paperclip 可免费安装使用。请查阅仓库了解许可证信息。
Run Paperclip locally for agent orchestration, AI company setup, and OpenClaw, Codex, or Claude control-plane operations.
Paperclip 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Paperclip
Identifies repetitive steps in your workflow and sets up Paperclip to handle them automatically