← ClaudeAtlas

paperclip-boardlisted

Manage a Paperclip company as a board member via chat. Covers onboarding (company creation, CEO setup, hiring plans), agent management, approvals, task monitoring, cost oversight, and work product review. Use this skill whenever the user wants to interact with their Paperclip control plane. Do NOT use for installing or bootstrapping the Paperclip server itself — use the `paperclip` skill's `references/setup-installation.md` instead.
getpaperclipai/paperclip · ★ 9 · AI & Automation · score 77
Install: claude install-skill getpaperclipai/paperclip
# 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. **Instance setup vs company onboarding:** If Paperclip is not installed or the server is not running yet, read `skills/paperclip/references/setup-installation.md` first. Clone the repo and run with `pnpm dev` — do not use `npx paperclipai`. This skill starts after the server is healthy and covers company creation, CEO hire, and board operations. ## Authentication & Environment **Environment variables** (set by `pnpm paperclipai board setup` from the repo root): - `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