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 cajasmota/grafel --skill grafel-consultgit clone --depth 1 https://github.com/cajasmota/grafelWrote 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/cajasmota/grafel/grafel-consult)<a href="https://agentmods.dev/skills/cajasmota/grafel/grafel-consult"><img src="https://agentmods.dev/badge/skills/cajasmota/grafel/grafel-consult/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/cajasmota/grafel/grafel-consult"><img src="https://agentmods.dev/badge/skills/cajasmota/grafel/grafel-consult.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 5 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 57 Skill allows unbounded resource consumption (API calls, storage, compute). Without rate limits or quotas, a compromised or misbehaving agent can cause denial-of-service or cost overruns.Fix: Set explicit rate limits, timeouts, and resource quotas for API calls, file operations, and compute. Implement circuit breakers for runaway loops.
- medium Rogue Agent · line 134 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Agent Snooping · line 256 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 257 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 258 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.03609 |
| Opus 5 | $0.00034 | $0.01804 |
| Sonnet 5 | $0.00014 | $0.00722 |
| Haiku 4.5 | $0.00007 | $0.00361 |
Grade A, and why
grafel-consult 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 10d 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 — 266 lines — stays where its author put it; the contents beside it link to each section on GitHub.
grafel-consult
Interactive consultant skill. The user hires one specialist persona at a time; that persona becomes the active consultant for the conversation and answers the user's questions using the grafel knowledge graph + generated tech docs as its primary navigation surface.
This is not an auto-fan-out skill. It does not run all 8 personas in batch. It does not produce a synthesis report. It does not auto-save findings. See docs/architecture/personas.md (v3) for the full paradigm and the reasoning behind the redesign.
Hard and soft dependencies
| Dependency | Type | Why |
|---|---|---|
/grafel-resolve |
Hard | Orphan edges make impact-radius analysis meaningless |
/grafel-tech-docs |
Hard | Personas read module markdown to ground their answers |
/grafel-business-docs |
Soft | Business-analyst persona fidelity improves |
/grafel-security-audit |
Soft | Security-auditor persona can deduplicate against existing findings |
If tech docs are missing, the skill aborts:
Tech docs not found at
~/.grafel/docs/<group>/. Run/grafel-tech-docsfirst, then re-invoke/grafel-consult.
CRITICAL TOOL DISCIPLINE
The active persona MUST use grafel MCP tools for ALL graph navigation. Pre-flight: call grafel_orient (view=me) first.
When to use this skill
- "Get an architect's view of this codebase."
- "Hire a security auditor to look at our auth flow."
- "I want a business analyst's read on the order module."
- "What would a performance reviewer say about this endpoint?"
- "Review API design consistency."
- "Check test coverage on the billing module."
/grafel-consult(slash command).
Flags (optional)
--persona <name>— hire a specific consultant directly without going through catalog selection (e.g.--persona architect).--list/--catalog— print the catalog and exit.--release— release the currently active consultant.--switch <name>— release the current consultant and hire<name>.--resume <session-id>— resume a specific saved session by ID (skips the session picker).--new— force a new session, skipping the active-session list.
What ships with it
12 files 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.
- personas/api-designer.md 7.3 KB
- personas/architect.md 7.3 KB
- personas/business-analyst.md 7.1 KB
- personas/compliance-officer.md 11 KB
- personas/data-engineer.md 7.3 KB
- personas/devops-reviewer.md 9.4 KB
- personas/dx-engineer.md 11 KB
- personas/performance-reviewer.md 7.1 KB
- personas/qa-reviewer.md 7.4 KB
- personas/refactor-critic.md 7.3 KB
- personas/security-auditor.md 7.5 KB
- personas/solutions-architect.md 11 KB
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.
- 10d ago First seen · 266 lines · 69 tokens per session scan A a044d6dc92e1
grafel-consult is a skill published in the GitHub repository cajasmota/grafel (15 stars, last pushed 2d ago), licensed MIT. It adds 69 tokens to every session and 3,609 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
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
full-repo-review
Comprehensive four-wave review of all repo source files, producing a prioritized issue backlog.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…