catalog

catalog is a skill for Claude Code from KTCrisis/flux7-mesh. It costs 16 tokens per session (170 once invoked), scanned A, original, Apache-2.0.

A catalogue command for listing tools exposed through flux7-mesh, a proxy that sits between AI agents and their tools. It groups the tools by source and shows their access rules.

In plain words
What is it for?
Use it to list every available tool or filter the list by a source such as files, Git, or Gmail, then review the policy for each group.
Why use it?
It gives you one view of which tools are available and whether each kind of action is allowed, needs approval, or is blocked.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Part of the flux7-mesh plugin — 5 skills shipped together

Good fit Use it to list every available tool or filter the list by a source such as files, Git, or Gmail, then review the policy for each group.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ktcrisis/flux7-mesh/catalog
Install

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.

Any agent
npx skills add KTCrisis/flux7-mesh --skill catalog
Clone the repo
git clone --depth 1 https://github.com/KTCrisis/flux7-mesh

Made for: Claude Code.

Or install flux7-mesh, the plugin that ships this one along with the rest of its 5 skills.

Wrote 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.

agentmods badge for catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/ktcrisis/flux7-mesh/catalog/github.svg)](https://agentmods.dev/skills/ktcrisis/flux7-mesh/catalog)
Your own site
<a href="https://agentmods.dev/skills/ktcrisis/flux7-mesh/catalog"><img src="https://agentmods.dev/badge/skills/ktcrisis/flux7-mesh/catalog/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.

agentmods 80×15 button for catalog

Your own site · 80×15
<a href="https://agentmods.dev/skills/ktcrisis/flux7-mesh/catalog"><img src="https://agentmods.dev/badge/skills/ktcrisis/flux7-mesh/catalog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 170 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00170
Opus 5 $0.00008 $0.00085
Sonnet 5 $0.00003 $0.00034
Haiku 4.5 $0.00002 $0.00017

Measured 9d ago against content hash dd5eabdcccd9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

catalog 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 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.

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.

plugin/skills/catalog/SKILL.md · 21 lines

What it actually says

Show all tools available through flux7-mesh, grouped by source with policy actions.

Arguments:

  • $0 = source filter (optional, e.g. "filesystem", "git", "gmail"). Omit to show all.

Call the mesh.catalog MCP tool with:

  • If $0 is provided: {"source": "$0"}
  • Otherwise: {}

Display the result as a formatted table with columns: Source, Count, Policy summary. For each group, summarize the policy actions (e.g. "read: allow, write: approval, delete: deny").

Changes

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.

  1. 9d ago First seen · 21 lines · 16 tokens per session scan A dd5eabdcccd9

Subscribe to this mod's changes

catalog is a skill published in the GitHub repository KTCrisis/flux7-mesh (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 16 tokens to every session and 170 once invoked, about $0.0001 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.

Related

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…

mukul975/Anthropic-Cybersecurity-Skills · 255 tokens

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.

Aaronontheweb/dotnet-skills · 56 tokens

escalation-governance

Assess whether to escalate models. Use when evaluating reasoning depth.

athola/claude-night-market · 19 tokens

agt-policy-authoring

Create and validate a minimal AGT Copilot CLI policy tailored to the repository being inspected.

microsoft/agent-governance-toolkit · 23 tokens

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.

SigNoz/signoz · 64 tokens

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.

linkerlin/PUAX · 34 tokens