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 PfhorScore/Nerve-Center --skill nerve-kanbangit clone --depth 1 https://github.com/PfhorScore/Nerve-CenterWrote 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/pfhorscore/nerve-center/nerve-kanban)<a href="https://agentmods.dev/skills/pfhorscore/nerve-center/nerve-kanban"><img src="https://agentmods.dev/badge/skills/pfhorscore/nerve-center/nerve-kanban/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/pfhorscore/nerve-center/nerve-kanban"><img src="https://agentmods.dev/badge/skills/pfhorscore/nerve-center/nerve-kanban.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.00053 | $0.00851 |
| Opus 5 | $0.00026 | $0.00426 |
| Sonnet 5 | $0.00011 | $0.00170 |
| Haiku 4.5 | $0.00005 | $0.00085 |
Grade A, and why
nerve-kanban scanned grade A with 0 findings 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nerve Center Kanban API Skill
Use this skill to manage tasks on the Nerve Center Kanban board via its REST API.
Base URL
All endpoints are relative to the Nerve Center server origin (e.g. http://localhost:3000). Prefix every path with /api/kanban.
Core Concepts
- Tasks flow through columns:
backlog→todo→in-progress→review→done(orcancelled). - CAS versioning: Updates and reorders require the current
versionnumber. If it mismatches, you get a409 version_conflictwith the server's latest task. Re-read and retry. - Workflow actions enforce valid transitions. You can't execute a task that's already in review.
- Proposals let agents suggest task creation or updates. The operator (or auto-policy) approves/rejects them.
- Actors are either
"operator"or"agent:<name>".
Quick Reference
| Action | Method | Path |
|---|---|---|
| List tasks | GET | /api/kanban/tasks |
| Create task | POST | /api/kanban/tasks |
| Update task | PATCH | /api/kanban/tasks/:id |
| Delete task | DELETE | /api/kanban/tasks/:id |
| Reorder/move | POST | /api/kanban/tasks/:id/reorder |
| Execute (spawn agent) | POST | /api/kanban/tasks/:id/execute |
| Approve (review→done) | POST | /api/kanban/tasks/:id/approve |
| Reject (review→todo) | POST | /api/kanban/tasks/:id/reject |
| Abort (in-progress→todo) | POST | /api/kanban/tasks/:id/abort |
| Complete run (webhook) | POST | /api/kanban/tasks/:id/complete |
| List proposals | GET | /api/kanban/proposals |
| Create proposal | POST | /api/kanban/proposals |
| Approve proposal | POST | /api/kanban/proposals/:id/approve |
| Reject proposal | POST | /api/kanban/proposals/:id/reject |
| Get config | GET | /api/kanban/config |
| Update config | PUT | /api/kanban/config |
Common Patterns
Creating and executing a task
POST /api/kanban/taskswith{ "title": "...", "description": "..." }→ returns task withidandversion.POST /api/kanban/tasks/:id/execute→ moves toin-progress, spawns an agent session.- The agent session runs, and on completion the task moves to
reviewautomatically. POST /api/kanban/tasks/:id/approve→ moves todone.
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.
- 11d ago First seen · 62 lines · 53 tokens per session scan A a2c5860a99f5
nerve-kanban is a skill published in the GitHub repository PfhorScore/Nerve-Center (11 stars, last pushed 3mo ago), licensed MIT. It adds 53 tokens to every session and 851 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
Meeting Action Extractor
Extract decisions, action items, owners, deadlines, and follow-ups from meeting transcripts — structured output for project tracking.
Airtable Manager
Create, read, update, and delete records in Airtable bases — manage data, CRM, and project tracking via Composio.
CRM Management
Maintain and update CRM records.
Culture
Build and maintain team culture.
Onboarding
Design and run onboarding programs.
Scheduling
Schedule and manage social posts.