sync-agenticat

sync-agenticat is a command for Claude Code from uwuclxdy/agenticat. It costs 45 tokens per session (1,368 once invoked), scanned A, original, MIT.

A curation command for importing agents, skills, and commands from an external collection into the agenticat catalogue. It evaluates them, adapts accepted items, and proposes changes before writing them.

In plain words
What is it for?
Use it to harvest an outside collection, keep suitable agents or skills, place them in the right folders, and record items that should be dropped.
Why use it?
It gives external tools a consistent review and organisation process before they enter the catalogue.

Command for Claude Code

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.

agentmods
npx agentmods add commands/uwuclxdy/agenticat/sync-agenticat
Clone the repo
git clone --depth 1 https://github.com/uwuclxdy/agenticat

Made for: Claude Code.

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 sync-agenticat

README.md
[![agentmods](https://agentmods.dev/badge/commands/uwuclxdy/agenticat/sync-agenticat.svg)](https://agentmods.dev/commands/uwuclxdy/agenticat/sync-agenticat)
Your own site
<a href="https://agentmods.dev/commands/uwuclxdy/agenticat/sync-agenticat"><img src="https://agentmods.dev/badge/commands/uwuclxdy/agenticat/sync-agenticat.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,368 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00045 $0.01368
Opus 5 $0.00023 $0.00684
Sonnet 5 $0.00009 $0.00274
Haiku 4.5 $0.00005 $0.00137

Measured 5d ago against content hash fbea0d7a0df4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sync-agenticat 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 5d 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.

.claude/commands/sync-agenticat.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sync Agenticat

Harvest agents and skills from an external source, keep only what clears this repo's quality bar, rewrite to its conventions, route each keeper to its home, and propose before writing.

Destinations

Pick kind Home Rule
Agent worth shipping agents/<name>.md rewritten as a thin implementer, never copied verbatim
Knowledge worth a first-party skill skills/<name>/SKILL.md only as an original distillation authored here; declares metadata.version
Pristine third-party skill (no local edits) README link npx skills add <owner>/<repo> --skill <name> (drop --skill for single-skill repos)
Locally-edited third-party skill, catalog-worthy skills/<name>/ vendored WITH its LICENSE + README credit + a "Modified:" note; permissive license required
Locally-edited third-party skill, not catalog-worthy keep global-only un-manage from npx (delete its .skill-lock.json entry) so a reinstall can't overwrite the edits
Curation-process rule or gotcha CLAUDE.md learnings / docs/publish-backlog.md
Everything else drop listed in the drop list, not silently skipped

Routing test: does it act (method + gates + output contract) → agent. Is it knowledge an agent or session loads → skill or README link, split by authorship. Is it about how this repo curates → learnings.

License gate: a derived agent or first-party skill needs a permissive source license. A missing, all-rights-reserved, or unclear license routes the pick to a README link only (see Hard Rules).

Pipeline

  1. Resolve the source ($1): local path in place; owner/repo → github URL; git URL → shallow clone to a temp dir (remove at the end); raw URL → fetch. A trailing free-text arg (agents only, just shell stuff) narrows the harvest; honor it.

  2. Harvest. Agent defs in any harness format (agents/*.md, .claude/agents/, opencode / codex / gemini dirs; same content is usually duplicated, read one canonical copy), skills (SKILL.md), commands. Prefer nyactx reading (batch + search, if installed) so raw bytes stay out of the session.

Read the full file on GitHub · 54 lines

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. 5d ago First seen · 54 lines · 45 tokens per session scan A fbea0d7a0df4

Subscribe to this mod's changes

sync-agenticat is a command published in the GitHub repository uwuclxdy/agenticat (5 stars, last pushed 3d ago), licensed MIT. It adds 45 tokens to every session and 1,368 once invoked, about $0.0002 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.