Community研究與資料分析github.com

shawnc000/skillmoo

Grade the AI agent skills you've installed — safety, token bloat, and conflicts. 100% local static analysis, no model, no signup. The Consumer Reports for SKILL.md.

skillmoo 是什麼?

skillmoo is a Claude Code agent skill that grade the AI agent skills you've installed — safety, token bloat, and conflicts. 100% local static analysis, no model, no signup. The Consumer Reports for SKILL.md.

相容平台Claude Code~Codex CLI~Cursor
npx skills add shawnc000/skillmoo

Installed? Explore more 研究與資料分析 skills: obra/superpowers, affaan-m/quarkus-verification, affaan-m/uspto-database · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

Weather

import os, requests
key = os.environ["WEATHER_API_KEY"]
requests.get("https://api.weather.com/v1/current", headers={"Authorization": f"Bearer {key}"})

相關技能