Agent Paperclip
Description
Desktop 'Paperclip' Companion for Claude Code & Codex
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent Paperclip
A desktop companion that lets you monitor your AI coding agent. See when the agent is done, when it needs input, and how much context has been used without having to stare at your terminal. Also, it's cute.
Installation
Prerequisites
- Node.js 18+
- Claude Code CLI and/or Codex CLI
Option 1: npm (recommended)
npm install -g agent-paperclip
After installing, configure the Claude Code hooks:
agent-paperclip setup
Then launch the app:
agent-paperclip
To stop: run `agent-paperclip stop`, use Cmd+Q, or quit from the dock.
Codex support is automatic -- if `~/.codex/` exists, a background watcher picks up Codex sessions with no extra setup.
Option 2: From source
Clone and install:
git clone https://github.com/fredruss/agent-paperclip cd agent-paperclip npm installThis installs dependencies and prompts to configure Claude Code hooks. Type `y` to allow.
Run the app:
npm run dev
Usage
The pet window will appear and float on top of other windows. It automatically updates based on what the agent is doing:
- Thinking - The agent is reasoning or responding
- Reading - Reading files or searching code
- Working - Writing, editing, or running commands
- Waiting - Needs your permission or has a question
- Idle - Waiting for input
- Done - Finished a task
- Error - Something went wrong
The pet also displays the context window usage (input + cache tokens from the latest API call).
Usage badge
When the agent is idle, a small badge like `Claude: 42% · 3h` shows how much of the 5-hour session window is used and how long until it resets. A few notes:
- Works with Claude Code and Codex;
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11