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 Luckycat133/skills-repo --skill agent-skills-setupgit clone --depth 1 https://github.com/Luckycat133/skills-repoWrote 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/luckycat133/skills-repo/agent-skills-setup)<a href="https://agentmods.dev/skills/luckycat133/skills-repo/agent-skills-setup"><img src="https://agentmods.dev/badge/skills/luckycat133/skills-repo/agent-skills-setup/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/luckycat133/skills-repo/agent-skills-setup"><img src="https://agentmods.dev/badge/skills/luckycat133/skills-repo/agent-skills-setup.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.00080 | $0.01176 |
| Opus 5 | $0.00040 | $0.00588 |
| Sonnet 5 | $0.00016 | $0.00235 |
| Haiku 4.5 | $0.00008 | $0.00118 |
Grade A, and why
agent-skills-setup 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 today.
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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Skills Setup
AI IDE Context Migration across Cursor, Claude Code, Codex, Cline, Copilot, Windsurf, and Gemini CLI.
Permissions
shell: bundled offline scripts plus local read-only detection commands (git, version, mdfind). No downloads or binary installations.env: path resolution only; credential-looking values are redacted, never copied or printed.file_read: named source products, workspace tree, bundledreferences/; no probing of unlisted products.file_write: reviewed plan targets after--yesconsent; state under<workspace>/.agent-context-migration/.network: denied. Every subcommand is offline; no downloads, telemetry, or remote calls.
Capabilities and authorization
detect,doctor,inventory,plan,snapshot, andbundle-verifyread only named products/workspace; network access is forbidden.snapshotwrites only its explicit bundle output.- A generic migration request authorizes planning only; separate explicit user approval (
--yes) or explicit action verbs (apply, restore, 迁到) under--apply-safeauthorize write. - Save the plan, review its diff/rebuild manifest, and apply that exact file. ACB
restoreconstructs a dual-side plan binding bundle sources to destination targets, supporting replayable plans (--plan-in) with strict TOCTOU state guards.
Route
- Resolve both product profiles through ide-registry.md / registry-v2.json.
- Read only references/ides/.md and references/ides/.md.
- Load by need:
- Before preview or apply: references/migration-safety.md
- MCP objects: references/mcp-migration.md
- Other file objects: references/object-migration.md
- Approved apply / proof: references/verification.md
Execution & Scope
- High-level:
bash scripts/smart-ide-migration.sh migrate --source <src> --target <dst> --workspace . --objects all-portable --yes - Step-by-step:
plan --output <plan.json>->apply <plan.json> --manifest <manifest.json> --yes->verify --manifest <manifest.json>->rollback --manifest <manifest.json> --yes. - Device handoff (ACB):
snapshotcaptures portable skills/instructions/MCP with atomic staging and 1:1 manifest bindings;bundle-verifyre-checks checksums, bindings, secrets, and signatures;restore [--plan-only | --plan-in <plan> --yes]reviews then executes the dual-side plan.snapshot --all-installedwrites only its explicit bundle output after detection review; bulk restore/apply requires--yes. - Cross-platform:
%APPDATA%/%USERPROFILE%/$APPDATAresolution, platform detection, per-surface path isolation (remote hosts experimental);detect/doctorinspect offline. - The explicit
legacysubcommand is read-only lookup (--print-path,--dry-run); legacy writes are disabled and enforced by the Python wrapper. - Object-type scope (exhaustive — apply writes nothing outside it):
- Auto-migratable (
ready):skills,instructions,mcp; opaque plugin package copy where both profiles declare it. - Draft-only, never auto-written:
prompts,commands,agents,hooks,workflows. Executable surfaces have no staging writer; replayed plans marking them eligible fail closed. - Opt-in session transfer:
handoffneeds--objects handoffAND--include-session; travels only reviewed summary, git branch, selected files, and an explicit patch. Raw conversation, tokens, session state, machine paths, logs discarded. - Never migrated: trust state, generated memory, cloud knowledge, approvals, chat history.
- Auto-migratable (
- Sensitive shared settings files are read only for the named migration's authorized MCP subobject; trust sections (
never-migrate) and sibling settings never enter plans or bundles; strict secret redaction. See references/mcp-migration.md. - Claude Desktop app MCP in Settings → Extensions and Settings → Connectors is UI-managed; never infer or rewrite it from legacy JSON.
What ships with it
60 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.
- assets/demo.gif 82 KB
- assets/LICENSE.clawhub 926 B
- evals/evals.json 6.0 KB
- evals/files/cursor-project-mcp.json 518 B
- evals/files/instruction-cline-source.md 83 B
- evals/files/instruction-ir-cursor.golden.mdc 182 B
- evals/files/instruction-ir-source.mdc 182 B
- evals/profile-contracts.json 7.7 KB
- evals/trigger-evals.json 3.5 KB
- references/doc-freshness-checks.json 3.1 KB
- references/ide-paths.json 9.5 KB
- references/ide-paths.tsv 7.3 KB
- references/ide-registry.md 6.9 KB
- references/ide-tier-overrides.json 665 B
- references/ides/aider.md 951 B
- references/ides/amazon-q.md 1.4 KB
- references/ides/android-studio.md 1.3 KB
- references/ides/antigravity.md 1.7 KB
- references/ides/augment-code.md 1.2 KB
- references/ides/baidu-comate-ide.md 339 B
- references/ides/baidu-comate.md 989 B
- references/ides/blackbox.md 1.0 KB
- references/ides/bolt-new.md 176 B
- references/ides/claude-desktop.md 1.9 KB
- references/ides/claude.md 1.3 KB
- references/ides/cline.md 1.5 KB
- references/ides/codecompanion-nvim.md 183 B
- references/ides/codeium.md 600 B
- references/ides/codely.md 1.9 KB
- references/ides/codex.md 1.9 KB
- references/ides/cody.md 800 B
- references/ides/continue.md 1.0 KB
- references/ides/copilot.md 1.2 KB
- references/ides/crush.md 807 B
- references/ides/cursor.md 1.3 KB
- references/ides/devin.md 166 B
- references/ides/emacs.md 605 B
- references/ides/factory-droid.md 772 B
- references/ides/firebase-studio.md 1.5 KB
- references/ides/forge.md 703 B
- references/ides/gemini-cli.md 1.4 KB
- references/ides/gemini-code-assist.md 341 B
- references/ides/gitlab-duo.md 345 B
- references/ides/goose-cli.md 1.3 KB
- references/ides/gptel-mcp-el.md 221 B
- references/ides/helix.md 166 B
- references/ides/hermes.md 309 B
- references/ides/ibm-bob.md 351 B
- references/ides/jetbrains-ai.md 1.3 KB
- references/ides/jetbrains.md 1.4 KB
- references/ides/jules.md 280 B
- references/ides/kilocode.md 1.2 KB
- references/ides/kimiai.md 948 B
- references/ides/kiro.md 1.1 KB
- references/ides/letta-code.md 243 B
- references/ides/letta.md 183 B
- references/ides/lovable.md 188 B
- references/ides/mcphub-nvim.md 192 B
- references/ides/minimax-code.md 213 B
- references/ides/mistral-vibe.md 585 B
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.
- today Changed · +2 lines 843c36062daf
- 8d ago Changed a08297a036ab
- 12d ago First seen · 60 lines · 80 tokens per session scan A 51c6d19ed9f4
agent-skills-setup is a skill published in the GitHub repository Luckycat133/skills-repo (2 stars, last pushed today), licensed MIT. It adds 80 tokens to every session and 1,176 once invoked, about $0.0004 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 skills, from other repositories
edgeone-clawscan
The first security skill to install after setting up OpenClaw — powered by Tencent Zhuque Lab. Works like an antivirus for your AI environment: audits installed skills, scans skills before installation, and performs a full OpenClaw security health check to prevent data leaks and privacy risks. Backed by Tencent Zhuque…
cortex-mem-mcp
Persistent memory enhancement for AI agents. Store conversations, search memories with semantic retrieval, and recall context across sessions. Use this skill when you need to remember user preferences, past conversations, project context, or any information that should persist beyond the current session. Provides…
clawhub
Search, install and manage skills from ClawdHub.
quarkclouddrive
A coding-agent add-on for Quark Drive, a Chinese cloud storage service, using its command-line tool and API to manage files online.
claude-md-improver
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…
agent-platform-rag-engine-management
Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…