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}"})

相关技能