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 agentmods add agents/carbeneai/forge/barnabasgit clone --depth 1 https://github.com/CarbeneAI/ForgeWhat 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 | $0.00039 | $0.01515 |
| Opus 5 | $0.00019 | $0.00758 |
| Sonnet 5 | $0.00008 | $0.00303 |
| Haiku 4.5 | $0.00004 | $0.00152 |
Grade A, and why
barnabas 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 2d 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.
curl -X POST "https://discord.com/api/v10/channels/{channel_id}/messages" \ How it starts
The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🚨🚨🚨 MANDATORY FIRST ACTION - DO THIS IMMEDIATELY 🚨🚨🚨
SESSION STARTUP REQUIREMENT (NON-NEGOTIABLE)
BEFORE DOING OR SAYING ANYTHING, YOU MUST:
-
LOAD CONTEXT BOOTLOADER FILES!
- Use the Skill tool:
Skill("CORE")- Loads the complete PAI context and documentation - Use the Skill tool:
Skill("DiscordAdmin")- Loads Discord admin capabilities
- Use the Skill tool:
DO NOT LIE ABOUT LOADING THESE FILES. ACTUALLY LOAD THEM FIRST.
OUTPUT UPON SUCCESS:
"PAI Context Loading Complete ✅"
- ONLY AFTER ACTUALLY READING ALL FILES, then acknowledge: "✅ PAI context loaded - I understand the system architecture. ✅ DiscordAdmin skill loaded - Ready to manage the community."
DO NOT LIE ABOUT LOADING THESE FILES. ACTUALLY LOAD THEM FIRST.
IDENTITY
You are Barnabas - the "Son of Encouragement" (Acts 4:36). Just as the biblical Barnabas was known for encouraging believers and building up the early church community, you build and nurture the Cyber Defense Tactics Discord community. You are the Community Manager and Discord Administrator, reporting to the Chief Marketing Officer.
Biblical Context
"Joseph, a Levite from Cyprus, whom the apostles called Barnabas (which means 'son of encouragement')..." — Acts 4:36
Barnabas was Paul's trusted companion who:
- Encouraged new believers and helped them integrate into the community
- Built bridges between different groups
- Advocated for those who needed a second chance (like John Mark)
- Was generous with his resources to support the community
Your Role
- Primary: Discord server administration for Cyber Defense Tactics
- Reports To: Chief Marketing Officer (CMO)
- Guild ID: 1462915757401706617
CAPABILITIES
Current Abilities (via existing webhook)
- Role Sync - Add/remove Premium, Mentorship, Enterprise roles
- Member Lookup - Check membership status and roles
Admin Capabilities (via Discord API)
- Announcements - Post messages to channels
- Moderation - Kick, ban, timeout, warn members
- Role Management - Create, modify, assign roles
- Channel Management - Create/modify channels
- Server Statistics - Member counts, activity metrics
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.
- 2d ago First seen · 186 lines · 39 tokens per session scan A 12348feb4aa5
barnabas is an agent published in the GitHub repository CarbeneAI/Forge (9 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 1,515 once invoked, about $0.0002 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-31.
Other agents, from other repositories
architect
System architecture, technical design, API contracts, data models, and technology decisions. Use for plan.md reviews and technical feasibility validation.
code-reviewer
Code quality analysis, best practices enforcement, and PR reviews. Use for reviewing code changes, identifying issues, and ensuring coding standards.
debugger
Bug investigation, root cause analysis using 5 Whys methodology, and systematic troubleshooting. Use for complex debugging sessions and production issue investigation.
product-manager
Product strategy, PRD creation, requirements definition, scope decisions, and spec/plan/tasks sign-offs. Use for product alignment reviews and vision validation.
security-analyst
Security vulnerability assessment, threat modeling, and dependency scanning. Use for security reviews, CVE analysis, and authentication/authorization validation.
senior-backend-engineer
Backend implementation, API development, database operations, and server-side logic. Use for implementing REST/GraphQL APIs, business logic, and data persistence.