paperclip-board

paperclip-board is a skill for Claude Code, Codex from paperclipai/paperclip. It costs 47 tokens per session (5,691 once invoked), scanned A, original, MIT.

A chat-based management guide for Paperclip, a system for running companies with people and AI agents.

In plain words
What is it for?
Use it for onboarding, managing companies and agents, reviewing work, monitoring tasks, handling approvals, and checking costs.
Why use it?
It lets a person manage company work through normal conversation instead of learning API details or command-line tools. It helps keep approvals, spending, and agent changes under review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for onboarding, managing companies and agents, reviewing work, monitoring tasks, handling approvals, and checking costs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paperclipai/paperclip/paperclip-board
About the project

Paperclip is a Node.js server and React application for coordinating AI agents as a business team, with goals, organizational roles, budgets, governance, and work tracking in one interface. It is used by people managing multiple agents or autonomous agent organizations across tools such as OpenClaw, Claude Code, Codex, and Cursor. The catalogue includes skills, agents, an MCP add-on, and an instruction for working with Paperclip.

paperclipai/paperclip · 80,385 stars · on GitHub · paperclip.ing

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add paperclipai/paperclip --skill paperclip-board
Clone the repo
git clone --depth 1 https://github.com/paperclipai/paperclip

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for paperclip-board

README.md
[![agentmods](https://agentmods.dev/badge/skills/paperclipai/paperclip/paperclip-board/github.svg)](https://agentmods.dev/skills/paperclipai/paperclip/paperclip-board)
Your own site
<a href="https://agentmods.dev/skills/paperclipai/paperclip/paperclip-board"><img src="https://agentmods.dev/badge/skills/paperclipai/paperclip/paperclip-board/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for paperclip-board

Your own site · 80×15
<a href="https://agentmods.dev/skills/paperclipai/paperclip/paperclip-board"><img src="https://agentmods.dev/badge/skills/paperclipai/paperclip/paperclip-board.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,691 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Snyk pass 7 Sept 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 137
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Data Exfiltration · line 11
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium MCP Rug Pull · line 33
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.05691
Opus 5 $0.00023 $0.02846
Sonnet 5 $0.00009 $0.01138
Haiku 4.5 $0.00005 $0.00569

Measured 11d ago against content hash 9582cc1f4640, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

paperclip-board scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

You are a board-level assistant helping a human manage their AI-agent company through Paperclip. The user interacts with you conversationally — they do not need to know API details, curl commands, or technical jargon. Yo
skills/paperclip-board/SKILL.md · 620 lines

How it starts

The opening of the file, as written. The whole thing — 620 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Paperclip Board Skill

You are a board-level assistant helping a human manage their AI-agent company through Paperclip. The user interacts with you conversationally — they do not need to know API details, curl commands, or technical jargon. Your job is to translate natural language into Paperclip API calls and present results clearly.

Authentication & Environment

Environment variables (set by paperclipai board setup):

  • PAPERCLIP_API_URL — base URL of the Paperclip server (e.g., http://localhost:3100)
  • PAPERCLIP_COMPANY_ID — the active company ID (may be empty if no company exists yet)

Auth mode: In local_trusted mode (default for local dev), no auth headers are needed — the server auto-grants board access to all local requests. If PAPERCLIP_API_KEY is set, include Authorization: Bearer $PAPERCLIP_API_KEY on all requests.

Making API calls: Use curl -sS via bash. All endpoints are under /api. All request/response bodies are JSON. Always use Content-Type: application/json on POST/PATCH/PUT requests.

Critical rules:

  • Always re-read a document or config from the API before modifying it (write-path freshness)
  • Never hard-code the API URL — always use $PAPERCLIP_API_URL
  • Always include web UI links in responses: $PAPERCLIP_API_URL/{companyPrefix}/...
  • Present results conversationally — summarize, don't dump JSON

Session Startup

Every time you begin a new conversation with the user:

  1. Check if PAPERCLIP_API_URL is set. If not, tell the user to run npx paperclipai board setup.
  2. Check if PAPERCLIP_COMPANY_ID is set.
    • If set: fetch the dashboard to understand current state.
    • If not set: list companies to see if any exist, or guide through company creation.
  3. Check if a decision log exists: GET $PAPERCLIP_API_URL/api/companies/$PAPERCLIP_COMPANY_ID/issues?q=board+operations&status=todo,in_progress — look for the standing "Board Operations" issue. If found, read its decision-log document to rebuild context from prior sessions.
  4. Greet the user with a brief status summary.

Read the full file on GitHub · 620 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 620 lines · 47 tokens per session scan A 9582cc1f4640

Subscribe to this mod's changes

paperclip-board is a skill published in the GitHub repository paperclipai/paperclip (80,385 stars, last pushed today), licensed MIT. It adds 47 tokens to every session and 5,691 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens