Paperclip

Run Paperclip locally for agent orchestration, AI company setup, and OpenClaw, Codex, or Claude control-plane operations.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Paperclip" with this command: npx skills add ivangdavila/paperclip

Setup

On first use, read setup.md for integration guidance.

When to Use

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.

Architecture

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

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Local bootstrapquickstart.md
Adapter selectionadapters.md
Daily operator commandsoperations.md
OpenClaw integrationopenclaw.md

Requirements

  • Node.js 20+ for the official paperclipai package and local server
  • pnpm 9.15+ for repo-based workflows
  • curl for direct API checks and automation
  • Provider credentials only for the adapters the user chooses to run

Core Rules

1. Treat Paperclip as the control plane

  • Use Paperclip to organize companies, agents, goals, issues, approvals, and budgets.
  • Do not treat it as the domain worker itself; the actual work is done by the attached runtimes.

2. Start local-first unless the user already has infrastructure

  • Prefer npx paperclipai onboard --yes for the first working instance.
  • Use --data-dir when testing in a throwaway environment or when isolation matters.

3. Model the company before spawning workers

  • Define company goal, reporting lines, workspaces, and issue flow before waking multiple agents.
  • Paperclip becomes valuable when ownership, budgets, and escalation paths are explicit.

4. Pick adapters by execution boundary

  • Use codex_local or claude_local when the agent should run on the same host as Paperclip.
  • Use openclaw_gateway when OpenClaw lives outside the control plane and should be hired as an employee.

5. Lean on heartbeats, approvals, and budgets

  • Heartbeats are the default execution loop; agents do not need to run continuously to stay coordinated.
  • Approval gates and spend caps are core operating controls, not optional extras.

6. Use CLI and API for repeatable operations

  • Prefer small, auditable commands for creating companies, issues, approvals, and wakeups.
  • Keep human chat in OpenClaw, Codex, or Claude if that is the preferred interface, while Paperclip remains the source of truth.

Common Traps

  • Treating Paperclip like a chatbot UI -> you miss the org chart, governance, and cost-control layer that makes it useful.
  • Starting many agents before defining reports-to, workspaces, and budgets -> the system devolves into unmanaged parallel tabs.
  • Using localhost from inside OpenClaw Docker -> the container points to itself, not the Paperclip host.
  • Expecting Codex or Claude adapters to work without the local CLI installed and authenticated -> heartbeats fail before useful work starts.
  • Skipping issue checkout semantics -> multiple agents can step on the same task outside the Paperclip workflow.

External Endpoints

EndpointData SentPurpose
http://localhost:3100/api or configured Paperclip API baseCompany, agent, issue, approval, and run metadataControl-plane reads and writes
ws://127.0.0.1:18789 or configured OpenClaw gateway URLWake payloads, session routing, streamed agent eventsOpenClaw adapter transport

No other endpoints should be contacted unless the user explicitly configures remote deployments or model providers.

Security & Privacy

Data that leaves your machine:

  • Requests to the user-selected Paperclip API base
  • Requests to the configured OpenClaw gateway when that adapter is enabled
  • Any provider traffic created by the agent runtimes the user installs and authorizes

Data that stays local:

  • Paperclip instance state in ~/.paperclip/instances/
  • Skill memory in ~/paperclip/
  • Local workspaces attached to projects

This skill does NOT:

  • Require a Paperclip cloud account
  • Expose secrets in commands or memory files
  • Assume a public deployment by default

Trust

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.

Related Skills

Install with clawhub install <slug> if user confirms:

  • agent — General agent execution and delegation patterns
  • agents — Multi-agent coordination and role design
  • company — Company-level strategy and operating structure
  • workflow — Repeatable operational workflows and handoffs
  • api — Direct API usage, payload design, and HTTP troubleshooting

Feedback

  • If useful: clawhub star paperclip
  • Stay updated: clawhub sync

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

ScopeGate Client

Use ScopeGate to verify agent scope before any consequential action involving money, data writes, external API calls, or file system changes. Required safety...

Registry SourceRecently Updated
Coding

fleet

Multi-agent fleet management for OpenClaw, Claude Code, Codex, Cursor, Windsurf, Gemini CLI, and custom agent stacks. One CLI to monitor, manage, and orchest...

Registry SourceRecently Updated
Coding

Mini Coder Max

Autonomous coding agent that systematically plans, implements, reviews, and delivers high-quality code. Handles tasks of any complexity by following a struct...

Registry SourceRecently Updated
1010Profile unavailable
Coding

AANA Guardrail Skill Bundled Helper Variant

Provides a local Python helper to send minimal review payloads to a trusted AANA HTTP bridge for policy guidance inside the skill package.

Registry SourceRecently Updated
421Profile unavailable