AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Skill Manager

skill-eric861129-skills-all-in-one-skill-manager · by eric861129

Master controller for the entire AI Skill lifecycle. Use this as the primary entry point when adding, importing, or updating skills in the SKILLS_All-in-one platform. It enforces the strict sequence: Import -> Audit -> Onboard.

— No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-eric861129-skills-all-in-one-skill-manager

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-eric861129-skills-all-in-one-skill-manager)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skill Manager? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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):執行檔案移動、cp 或 mv 前,AI Agent 必須 驗證來源檔案內容是否完整。若來源檔案為空,禁止覆蓋正式環境檔案。

📝 任務紀錄範本

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

  • [x] Import: [技能名稱] 已抓取。
  • [x] Audit: 已產出安全報告 (結果: PASS)。
  • [x] Validation: 檔案完整性檢查通過 (非空)。
  • [x] Migration: 已將 SQL 記錄至 incremental_updates.sql。
  • [x] Onboard: 資料夾移動完成,TS 元數據已更新。
  • [x] Sync: Manifest 已重新生成。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.