skill-manager

skill-manager is a skill for Claude Code, Codex from eric861129/SKILLS_All-in-one. It costs 0 tokens per session (965 once invoked), scanned A, original, MIT.

A controller for adding or updating skills in the SKILLS_All-in-one platform. It defines a sequence for importing, security-checking, and publishing skills.

In plain words
What is it for?
Importing skills from GitHub, auditing them, registering their metadata, and updating the platform manifest.
Why use it?
It keeps skill changes consistent and prevents publishing before required checks and database updates are done.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Importing skills from GitHub, auditing them, registering their metadata, and updating the platform manifest.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eric861129/skills_all-in-one/skill-manager
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 eric861129/SKILLS_All-in-one --skill skill-manager
Clone the repo
git clone --depth 1 https://github.com/eric861129/SKILLS_All-in-one

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/skill-manager/github.svg)](https://agentmods.dev/skills/eric861129/skills_all-in-one/skill-manager)
Your own site
<a href="https://agentmods.dev/skills/eric861129/skills_all-in-one/skill-manager"><img src="https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/skill-manager/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 skill-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/eric861129/skills_all-in-one/skill-manager"><img src="https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/skill-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 965 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.00000 $0.00965
Opus 5 $0.00000 $0.00483
Sonnet 5 $0.00000 $0.00193
Haiku 4.5 $0.00000 $0.00097

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

Security

Grade A, and why

skill-manager 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 11d 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.

.agent/skills/skill-manager/SKILL.md · 58 lines

What it actually says

Skill Manager (Master Controller)

此技能是 SKILLS_All-in-one 平台的最高級管控工具,負責協調所有子 SOP 技能,確保技能擴充過程的安全性、完整性與資料一致性。

🚀 核心工作流 (Standard Pipeline)

當接到「新增技能」或「從 GitHub 導入技能」的任務時,必須 嚴格遵循以下流水線:

Step 1: 發現與抓取 (Import Phase)

  • 調用技能github-skill-importer
  • 目標:從遠端 Repo 定位並下載「完整技能包」至 @public/SKILLS/Uncategorized/{FolderName}/
  • 檢查點:資料夾內必須包含 SKILL.md 且結構完整。

Step 2: 安全審查 (Audit Phase)

  • 調用技能skill-security-auditor
  • 目標:對 Uncategorized 區的新技能進行代碼與提示詞掃描。
  • 規則
    • PASS:進入下一步。
    • WARNING/REJECT:立即停止,向使用者報告風險,除非獲得明確授權修復,否則禁止上架。
  • 產出:產出《技能安全審查報告》。

Step 3: 正式上架 (Onboarding Phase)

  • 調用技能skill-onboarding-guide
  • 目標
    1. 分類移動 (從 Uncategorized 到正確分類)。
    2. 完整性校驗必須 使用 read_file 讀取即將移動的檔案,確保檔案內容非空且結構完整。
    3. 資料庫遷移:調用 sql-migration-manager 將增量 SQL 記錄於 database/incremental_updates.sql
    4. 前端同步 (src/data/skills.ts)。
  • 重要:確保 id 遞增且不衝突。嚴禁修改 database/init_skills.sql

Step 4: 系統同步 (Manifest Sync)

  • 執行指令npm run prebuild
  • 目標:更新 public/skills-manifest.json,確保前端下載功能抓得到新檔案。

🚦 狀態管控規則 (Guardrails)

  1. 禁止跳過審核:嚴禁在未執行 skill-security-auditor 的情況下將技能寫入 SQL 遷移檔案或 skills.ts
  2. 原子化寫入:SQL 遷移紀錄與前端元數據的寫入應同步進行。
  3. 檔案保護database/init_skills.sql 已鎖定為備份用途,任何異動必須透過 database/incremental_updates.sql
  4. 防空檔案覆蓋 (Zero-byte Protection):執行檔案移動、cpmv 前,AI Agent 必須 驗證來源檔案內容是否完整。若來源檔案為空,禁止覆蓋正式環境檔案。

📝 任務紀錄範本

每次完成一輪流程,應向使用者回報進度:

  • Import: [技能名稱] 已抓取。
  • Audit: 已產出安全報告 (結果: PASS)。
  • Validation: 檔案完整性檢查通過 (非空)。
  • Migration: 已將 SQL 記錄至 incremental_updates.sql。
  • Onboard: 資料夾移動完成,TS 元數據已更新。
  • Sync: Manifest 已重新生成。
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. 11d ago First seen · 58 lines · 0 tokens per session scan A 02f98b5bbf72

Subscribe to this mod's changes

skill-manager is a skill published in the GitHub repository eric861129/SKILLS_All-in-one (52 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 965 tokens. 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-30.

Related

Other skills, from other repositories

dashiai-ppt

A presentation-making add-on that creates an HTML slide deck from preset visual page designs. The result can open offline in a browser and can be exported as a PowerPoint or PDF file.

huangrichao2020/pretty-skills · 62 tokens

skillnote

Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.

luna-prompts/skillnote · 54 tokens

sansheng-distill

A book and text summarizer that creates one self-contained HTML page with five sections: an overview, chapter notes, the book’s central idea, an action checklist, and questions for judging its reliability. The page includes an embedded Mermaid mind map and works offline without a web server.

huangrichao2020/pretty-skills · 108 tokens

deno-knowledge-patch

Use this skill when choosing current Deno runtime APIs, CLI options, configuration, dependency behavior, Node compatibility, or deployment workflows. Open the topic reference before changing a project because several commands, flags, APIs, and defaults changed more than once.

Nevaberry/nevaberry-plugins · 9 tokens

airflow-knowledge-patch

Use this skill when authoring, upgrading, integrating, or operating Apache Airflow. Start with the quick guidance below, then open the topic reference that matches the work.

Nevaberry/nevaberry-plugins · 10 tokens

adyen-knowledge-patch

Use this skill when implementing or upgrading Adyen Web, Drop-in, Components, sessions flows, or Checkout API v72 integrations. Consult the topic reference that matches the integration surface, then apply the quick-reference rules below where relevant.

Nevaberry/nevaberry-plugins · 9 tokens