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.
npx skills add Yesterday-AI/paperclip-plugin-company-wizard --skill paperclip-aigit clone --depth 1 https://github.com/Yesterday-AI/paperclip-plugin-company-wizardWrote 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.
[](https://agentmods.dev/skills/yesterday-ai/paperclip-plugin-company-wizard/paperclip-ai)<a href="https://agentmods.dev/skills/yesterday-ai/paperclip-plugin-company-wizard/paperclip-ai"><img src="https://agentmods.dev/badge/skills/yesterday-ai/paperclip-plugin-company-wizard/paperclip-ai/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.
<a href="https://agentmods.dev/skills/yesterday-ai/paperclip-plugin-company-wizard/paperclip-ai"><img src="https://agentmods.dev/badge/skills/yesterday-ai/paperclip-plugin-company-wizard/paperclip-ai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.02563 |
| Opus 5 | $0.00027 | $0.01282 |
| Sonnet 5 | $0.00011 | $0.00513 |
| Haiku 4.5 | $0.00005 | $0.00256 |
Grade A, and why
paperclip-ai 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 13d 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.
bins: [curl, jq, base64] How it starts
The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Paperclip AI
Manage zero-human AI companies on a Paperclip instance. Companies have org charts, agents, issues (tickets), projects, goals, budgets, routines, and governance.
Quick Reference
All commands go through the wrapper script:
{baseDir}/scripts/paperclip.sh <command> [subcommand] [options]
Environment
export PAPERCLIP_API_URL="https://your-instance.up.railway.app"
export PAPERCLIP_EMAIL="your-board-email"
export PAPERCLIP_PASSWORD="your-board-password"
export PAPERCLIP_COMPANY_ID="optional-default-company-id"
Companies
# List all companies
{baseDir}/scripts/paperclip.sh company list
# Create a company
{baseDir}/scripts/paperclip.sh company create "Atlas Corp" "Map every job in DACH"
# Get company details
{baseDir}/scripts/paperclip.sh company get <company-id>
# Update company
{baseDir}/scripts/paperclip.sh company update <company-id> --name "New Name" --description "New desc"
# Export company (portability)
{baseDir}/scripts/paperclip.sh company export <company-id>
Agents
# List agents in a company
{baseDir}/scripts/paperclip.sh agent list --company-id <id>
# Create an agent directly
{baseDir}/scripts/paperclip.sh agent create "Research Lead" "researcher" "Senior Researcher" "claude_local" --company-id <id>
# Hire via governance (triggers Board approval)
{baseDir}/scripts/paperclip.sh agent hire "Research Lead" "researcher" "Senior Researcher" "claude_local" --company-id <id>
# Get agent details / configuration
{baseDir}/scripts/paperclip.sh agent get <agent-id>
{baseDir}/scripts/paperclip.sh agent config <agent-id>
# Agent lifecycle
{baseDir}/scripts/paperclip.sh agent pause <agent-id>
{baseDir}/scripts/paperclip.sh agent resume <agent-id>
{baseDir}/scripts/paperclip.sh agent terminate <agent-id>
{baseDir}/scripts/paperclip.sh agent wakeup <agent-id>
# List agent API keys
{baseDir}/scripts/paperclip.sh agent keys <agent-id>
Adapter types: claude_local, codex_local, cursor, openclaw_gateway, process, http, opencode_local, pi_local, hermes_local
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 13d ago First seen · 264 lines · 54 tokens per session scan A 286ae505aae4
paperclip-ai is a skill published in the GitHub repository Yesterday-AI/paperclip-plugin-company-wizard (171 stars, last pushed 4mo ago), licensed MIT. It adds 54 tokens to every session and 2,563 once invoked, about $0.0003 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.
Other skills, from other repositories
squads-cli
Squads CLI — operate your AI workforce through the loop; intent in, reviewed work out. TRIGGER when running squads, dispatching agents, triaging the inbox, reading/writing memory, recording feedback, or checking status/usage.
gh
You have access to gh (GitHub CLI) for repository and project management.
pm-teaching-mode
Comprehensive teaching templates and progressive disclosure patterns for PM teacher mode.
mpm-tool-usage-guide
Detailed tool usage patterns and examples for PM agents.
pm-bug-reporting
Bug reporting protocol for PM and agents to file GitHub issues.
mpm-session-management
PM session management framework for context limits and session resume.