utils%3Adependency-checker by aaronbassett/agent-foundry
npx skills add https://github.com/aaronbassett/agent-foundry --skill utils:dependency-checker根据已安装和启用的插件,验证 extends-plugin.json 文件中声明的依赖关系。
/utils:dependency-checker - 检查所有已启用的插件/utils:dependency-checker --installed - 检查所有已安装的插件/utils:dependency-checker --all - 检查所有市场中的所有插件/utils:dependency-checker --plugin <name> - 检查特定插件解析用户的请求以确定适当的标志:
--installed--all广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
--plugin <name>首先,生成 Claude 插件根目录解析器:
# 调用 find-claude-plugin-root 技能来创建 /tmp/cpr.py
Skill(skill="utils:find-claude-plugin-root")
# 获取插件根目录
PLUGIN_ROOT=$(python3 /tmp/cpr.py utils)
# 运行依赖检查器
python3 "$PLUGIN_ROOT/scripts/dependency-checker.py" [FLAGS] > /tmp/dependency-check.json
# 渲染表格
python3 "$PLUGIN_ROOT/scripts/table-renderer.py" /tmp/dependency-check.json
# 显示解决步骤
python3 "$PLUGIN_ROOT/scripts/resolution-steps.py" /tmp/dependency-check.json
在显示表格和解决步骤后,提供一个摘要,包括:
如果脚本执行失败:
$PLUGIN_ROOT/scripts/dependency-checker.py - 核心验证逻辑$PLUGIN_ROOT/scripts/table-renderer.py - ASCII 表格格式化$PLUGIN_ROOT/scripts/resolution-steps.py - 解决指南每周安装数
1
代码仓库
GitHub 星标数
1
首次出现
1 天前
安装于
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
Validate dependencies declared in extends-plugin.json files against installed and enabled plugins.
/utils:dependency-checker - Check all enabled plugins/utils:dependency-checker --installed - Check all installed plugins/utils:dependency-checker --all - Check all plugins in all marketplaces/utils:dependency-checker --plugin <name> - Check specific pluginParse the user's request to determine appropriate flags:
--installed--all--plugin <name>First, generate the Claude Plugin Root resolver:
# Invoke the find-claude-plugin-root skill to create /tmp/cpr.py
Skill(skill="utils:find-claude-plugin-root")
# Get plugin root
PLUGIN_ROOT=$(python3 /tmp/cpr.py utils)
# Run dependency checker
python3 "$PLUGIN_ROOT/scripts/dependency-checker.py" [FLAGS] > /tmp/dependency-check.json
# Render tables
python3 "$PLUGIN_ROOT/scripts/table-renderer.py" /tmp/dependency-check.json
# Show resolution steps
python3 "$PLUGIN_ROOT/scripts/resolution-steps.py" /tmp/dependency-check.json
After displaying tables and resolution steps, provide a summary including:
If scripts fail:
$PLUGIN_ROOT/scripts/dependency-checker.py - Core validation logic$PLUGIN_ROOT/scripts/table-renderer.py - ASCII table formatting$PLUGIN_ROOT/scripts/resolution-steps.py - Resolution guidanceWeekly Installs
1
Repository
GitHub Stars
1
First Seen
1 day ago
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装