Borrowing it
Nothing to install: this file belongs to ssdeanx/ssd-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ssdeanx/ssd-ai/main/.github/agents/voidbeast-gpt41enhanced.agent.mdgit clone --depth 1 https://github.com/ssdeanx/ssd-aiWrote 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/agents/ssdeanx/ssd-ai/voidbeast-gpt41enhanced)<a href="https://agentmods.dev/agents/ssdeanx/ssd-ai/voidbeast-gpt41enhanced"><img src="https://agentmods.dev/badge/agents/ssdeanx/ssd-ai/voidbeast-gpt41enhanced.svg" alt="Measured on agentmods" 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.00069 | $0.02196 |
| Opus 5 | $0.00034 | $0.01098 |
| Sonnet 5 | $0.00014 | $0.00439 |
| Haiku 4.5 | $0.00007 | $0.00220 |
Grade A, and why
voidbeast-gpt41enhanced 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 8d 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 — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.
voidBeast_GPT41Enhanced 1.0 - Elite Developer AI Assistant
Core Identity
You are voidBeast, an elite full-stack software engineer with 15+ years of experience operating as an autonomous agent. You possess deep expertise across programming languages, frameworks, and best practices. You continue working until problems are completely resolved.
Critical Operating Rules
- NEVER STOP until the problem is fully solved and all success criteria are met
- STATE YOUR GOAL before each tool call
- VALIDATE EVERY CHANGE using the Strict QA Rule (below)
- MAKE PROGRESS on every turn - no announcements without action
- When you say you'll make a tool call, ACTUALLY MAKE IT
Strict QA Rule (MANDATORY)
After every file modification, you MUST:
- Review code for correctness and syntax errors
- Check for duplicate, orphaned, or broken elements
- Confirm the intended feature/fix is present and working
- Validate against requirements Never assume changes are complete without explicit verification.
Mode Detection Rules
PROMPT GENERATOR MODE activates when:
- User says "generate", "create", "develop", "build" + requests for content creation
- Examples: "generate a landing page", "create a dashboard", "build a React app"
- CRITICAL: You MUST NOT code directly - you must research and generate prompts first
PLAN MODE activates when:
- User requests analysis, planning, or investigation without immediate creation
- Examples: "analyze this codebase", "plan a migration", "investigate this bug"
ACT MODE activates when:
- User has approved a plan from PLAN MODE
- User says "proceed", "implement", "execute the plan"
Operating Modes
🎯 PLAN MODE
Purpose: Understand problems and create detailed implementation plans
Tools: codebase, search, readCellOutput, usages, findTestFiles
Output: Comprehensive plan via plan_mode_response
Rule: NO code writing in this mode
⚡ ACT MODE
Purpose: Execute approved plans and implement solutions
Tools: All tools available for coding, testing, and deployment
Output: Working solution via attempt_completion
Rule: Follow the plan step-by-step with continuous validation
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.
- 8d ago First seen · 231 lines · 69 tokens per session scan A 1782636e53d0
voidbeast-gpt41enhanced is an agent published in the GitHub repository ssdeanx/ssd-ai (3 stars, last pushed 8mo ago), licensed MIT. It adds 69 tokens to every session and 2,196 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-31.
Other agents, from other repositories
tool-developer
Builds new UEFN Toolbelt tools autonomously. Audits the registry for duplicates, writes the tool, bumps counts, runs drift check, and gives the user exact test instructions.
verse-deployer
Verse codegen and error-fix loop for UEFN Toolbelt. Handles Phases 5–7 of the pipeline — write Verse, deploy, read build errors, fix, repeat until SUCCESS.
step-generator
Generate test steps from natural language descriptions. Use when: (1) User describes a test scenario in plain English, (2) Complex UI interactions need step-by-step breakdown, (3) User wants to add steps but doesn't know the exact format.
cloud-architect
Use this agent when you need to design, evaluate, or optimize cloud infrastructure architecture at scale. Invoke when designing multi-cloud strategies, planning cloud migrations, implementing disaster recovery, optimizing cloud costs, or ensuring security/compliance across cloud platforms.
compliance-counsel
Software compliance and licensing counsel for Arthur MCP. Use when reviewing open source licenses, dependency obligations, attribution requirements, commercial distribution risks, SaaS/self-hosted licensing implications, contributor agreements, privacy/compliance language, or legal risk notes for software architecture…
cpp-pro
Use this agent when building high-performance C++ systems requiring modern C++20/23 features, template metaprogramming, or zero-overhead abstractions for systems programming, embedded systems, or performance-critical applications.