Companion guide for the NetworkChuck Paperclip video: install Paperclip and build an AI IT department. Every step tested on Paperclip 2026.916.1.
# Add to your Claude Code skills
git clone https://github.com/theNetworkChuck/paperclip-guideGuides for using ai agents skills like paperclip-guide.
See how paperclip-guide compares with popular alternatives.
paperclip-guide is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by theNetworkChuck. Companion guide for the NetworkChuck Paperclip video: install Paperclip and build an AI IT department. Every step tested on Paperclip 2026.916.1. It has 53 GitHub stars.
paperclip-guide's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/theNetworkChuck/paperclip-guide" and add it to your Claude Code skills directory (see the Installation section above).
paperclip-guide is primarily written in TypeScript. It is open-source under theNetworkChuck on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh paperclip-guide against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
See comparison
The companion guide to the NetworkChuck video. Install Paperclip, hire your AI agents, and give them real work, one step at a time.
▶ Watch the video: you need to try Paperclip RIGHT NOW!
Paperclip is an open-source app for running a team of AI agents like a company. Your agents become employees. They get managers, job descriptions and tasks, and they talk to each other through those tasks. You sit at the top as the board: you approve hires, answer the big questions, and can stop anything.
It's a meta-harness. It doesn't replace Claude Code, Codex, Hermes or Pi. It hires them. Whatever agent you already use, and whatever comes out next month, can join the same company.
The same department the video builds: a Claude Code CEO, three remote Hermes agents you already run, and a crew the CEO hires for you on Codex and on a free local model.
flowchart TD
board(["You<br/><b>the board</b>"])
ceo["<b>Dumbledore</b><br/>CEO · Claude Code"]
ron["<b>Ron</b><br/>CTO · Hermes"]
fred["<b>Fred</b><br/>Network Engineer · Hermes"]
george["<b>George</b><br/>Storage Engineer · Hermes"]
scanner["<b>Scanner</b><br/>Pi · local model"]
moody["<b>Mad-Eye Moody</b><br/>Security Reviewer · Codex"]
arthur["<b>Arthur Weasley</b><br/>Tooling Engineer · Codex"]
watchdog["<b>Watchdog</b><br/>Pi · local model"]
helpdesk["<b>Help Desk</b><br/>Pi · local model"]
filch["<b>Filch</b><br/>Exposure Analyst · Claude Code + Flare"]
board --> ceo
ceo --> ron
ron --> fred
ron --> george
ron --> scanner
ceo --> moody
ceo --> arthur
ceo --> watchdog
ceo --> helpdesk
ceo --> filch
classDef you fill:#f97316,stroke:#c2410c,color:#fff;
classDef boss fill:#fff4d6,stroke:#c79a2c,color:#111;
classDef hermes fill:#e8f1ff,stroke:#3b6fd4,color:#111;
classDef codex fill:#eafaf0,stroke:#2f9e5b,color:#111;
classDef local fill:#f3ecff,stroke:#7a4fd1,color:#111;
class board you;
class ceo,filch boss;
class ron,fred,george hermes;
class moody,arthur codex;
class scanner,watchdog,helpdesk local;
And here's that department as Paperclip draws it (a clean test install on 2026.916.1):
Follow it in order the first time. Each chapter ends with a fix-it table for the problems people actually hit.
| # | Chapter | What you'll do |
|---|---|---|
| 1 | Pick a machine | Decide where Paperclip runs: your computer to play, a server to commit |
| 2 | Install Paperclip | Node 24, the install, onboarding, and keeping it running |
| 3 | Your first company and CEO | Create the company, hire a Claude Code CEO, set the rules |
| 4 | Hire remote Hermes agents | Bring agents you already run on other machines into the company |
| 5 | Build the team | Have the CEO hire Codex and local-model agents, with your approval |
| 6 | Give them work | Projects, tasks, Cases, Decisions and Artifacts |
| 7 | Approvals and watchdogs | Keep humans in charge and double-check "done" |
| 8 | Routines and daily standups | Scheduled work, and a standup where agents ask each other questions |
| 9 | Plug in Flare | Hire an agent that watches what's leaked about you |
| 10 | Export your company | Package the whole department and import it anywhere |
| 11 | Troubleshooting | Every error we hit, and the fix |
Copy-paste text for every prompt in the video's workflow, plus the Flare skill.
| File | What it's for |
|---|---|
prompts/ceo-job-description.md |
The CEO's job, pasted into its instructions |
prompts/hire/ |
Plain-English hire tickets: Security Reviewer, Tooling Engineer, Scanner, Watchdog, Help Desk, Exposure Analyst |
prompts/tasks/ |
Test the team, the first real investigation, the first Flare sweep |
prompts/routines/ |
The daily storage check and the daily agent standup |
skills/flare/ |
A Paperclip skill that reads your Flare feed and never prints a credential |
[!NOTE] Tested on Paperclip 2026.916.1 (September 2026). The video was filmed on 2026.831.1, a couple of weeks earlier. Paperclip moves fast; the chapters call out every place the screens changed. If something still doesn't match, the official docs win.
The video was sponsored by Flare, an identity threat intelligence platform that watches stealer logs, Telegram and dark web forums for your company's leaked credentials and sessions. Chapter 9 connects it to Paperclip so an agent checks it for you.
Try Flare for free: ntck.co/flare
This guide, its prompts and the Flare skill are MIT licensed. Paperclip itself is a separate project by the Paperclip team; see its repo for its license.