ai-skill

ai-skill is a skill for Claude Code, Codex from 1-SKILL/ai-skill. It costs 629 tokens per session (3,326 once invoked), scanned A, original, no licence file.

A Chinese-language skill discovery and management system for finding, evaluating, installing, recommending, browsing, updating, or removing agent skills and extensions.

In plain words
What is it for?
Use it when you need to search for, install, recommend, update, or remove skills, tools, plugins, or other agent extensions.
Why use it?
It helps you identify suitable agent capabilities and manage them from a curated, versioned recommendation library.

Skill for Claude CodeCodex

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 skills/1-skill/ai-skill/ai-skill
Any agent
npx skills add 1-SKILL/ai-skill --skill ai-skill
Clone the repo
git clone --depth 1 https://github.com/1-SKILL/ai-skill

Made for: Claude Code, Codex.

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 ai-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/1-skill/ai-skill/ai-skill.svg)](https://agentmods.dev/skills/1-skill/ai-skill/ai-skill)
Your own site
<a href="https://agentmods.dev/skills/1-skill/ai-skill/ai-skill"><img src="https://agentmods.dev/badge/skills/1-skill/ai-skill/ai-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 629 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,326 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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.00629 $0.03326
Opus 5 $0.00315 $0.01663
Sonnet 5 $0.00126 $0.00665
Haiku 4.5 $0.00063 $0.00333

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

Security

Grade A, and why

ai-skill 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 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s "https://raw.githubusercontent.com/1-SKILL/ai-skill/main/recommendations.json"
ai-skill/SKILL.md · 209 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 209 lines · 629 tokens per session scan A 9e594491cc44

Subscribe to this mod's changes

ai-skill is a skill published in the GitHub repository 1-SKILL/ai-skill (6 stars, last pushed 4mo ago), with no licence file. It adds 629 tokens to every session and 3,326 once invoked, about $0.0031 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.

Related

Other skills, from other repositories

author

Scaffold a conforming AI-layer artifact — a rule, skill, hook, agent, or output style — that already passes the format checks, then verify it. Use when adding any new AI-layer artifact — a shared one under .agents/ or a Claude-only one under .claude/ — so it matches the existing shape instead of drifting.

Ashkaan/contextium · 72 tokens

close

The "wrap" verb of the loop — end the session by writing the journal entry, updating touched project READMEs, committing, and pushing. Auto-invoked as the tail of /spec and /implement (the producer verbs) on clean completion, so "wrap" is not a verb the user types; also runnable directly. Dispatches /implement-audit…

Ashkaan/contextium · 121 tokens

debate

Adversarial debate — spawn competing AI agents to argue a question, then synthesize the strongest conclusion. Use when the user says "debate this", "I'm torn between X and Y", "red-team this plan", or "council on this".

Ashkaan/contextium · 56 tokens

implement-audit

Adversarial review of freshly-built code — find what was missed, what's inconsistent, what breaks. The single code reviewer for the loop, and it runs exactly once per session. Auto-fired by /implement; standalone-callable after any substantial ad-hoc change. Emits the implement-audit: commit trailer the git hook…

Ashkaan/contextium · 71 tokens

extremerouter-web-search

Web search via ExtremeRouter /v1/search using Tavily / Exa / Brave / Serper / SearXNG / Google PSE / Linkup / SearchAPI / You.com / Perplexity. Use when the user wants to search the web, look up information, find articles, or query a search engine.

rsalmn/ExtremeRouter · 73 tokens

project

Single entry point for project work. No args renders the live priority-sorted project index. Existing slug loads the README, detects stage via scripts/detect-stage.sh, and routes to the right action (think flow, /implement, /close, or report-state). New freeform creates a project and runs the think flow.…

Ashkaan/contextium · 130 tokens