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 KTCrisis/flux7-mesh --skill tracesgit clone --depth 1 https://github.com/KTCrisis/flux7-meshWrote 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/ktcrisis/flux7-mesh/traces)<a href="https://agentmods.dev/skills/ktcrisis/flux7-mesh/traces"><img src="https://agentmods.dev/badge/skills/ktcrisis/flux7-mesh/traces/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/ktcrisis/flux7-mesh/traces"><img src="https://agentmods.dev/badge/skills/ktcrisis/flux7-mesh/traces.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.00021 | $0.00195 |
| Opus 5 | $0.00010 | $0.00097 |
| Sonnet 5 | $0.00004 | $0.00039 |
| Haiku 4.5 | $0.00002 | $0.00019 |
Grade A, and why
traces 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 9d 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.
Run: `curl -s "<url>" | jq '.[-${2:-20}:]'` What it actually says
Query flux7-mesh traces.
Arguments:
- $0 = agent filter (optional, default: all)
- $1 = tool filter (optional, default: all)
- $2 = limit (optional, default: 20)
Build the query URL: http://localhost:9090/traces with query params:
- If $0 is provided and not empty:
?agent=$0 - If $1 is provided and not empty:
&tool=$1
Run: curl -s "<url>" | jq '.[-${2:-20}:]'
Display results as a table: timestamp, agent, tool, action (allow/deny), latency, status.
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.
- 9d ago First seen · 24 lines · 21 tokens per session scan A 4f7cf263ab3a
traces is a skill published in the GitHub repository KTCrisis/flux7-mesh (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 21 tokens to every session and 195 once invoked, about $0.0001 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 skills, from other repositories
achieving-cmmc-level-2-compliance
Prepare a defense-contractor environment for CMMC Level 2 certification: scope CUI and FCI, implement the 110 NIST SP 800-171 Rev 2 security requirements across 14 families, compute the SPRS score with the DoD Assessment Methodology, manage a compliant POA&M, and ready the organization for a C3PAO assessment. Use when…
opentelemetry-net-instrumentation
Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.
escalation-governance
Assess whether to escalate models. Use when evaluating reasoning depth.
agt-policy-authoring
Create and validate a minimal AGT Copilot CLI policy tailored to the repository being inspected.
migrate-state-management
Migrate Redux or React Context to the correct state option (React Query for server state, nuqs for URL/shareable state, Zustand for global client state). Use when refactoring away from Redux/Context, moving state to the right store, or when the user asks to migrate state management.
silicon-throne
A Chinese-language planning framework that reorganizes complex work around an AI agent as the main coordinator. It breaks work into goals, constraints, decisions, actions, checks, and follow-up rules.