适用于代理技能生态系统的安全审核和验证工具。扫描技能包中常见的漏洞,例如凭证泄漏、未经授权的文件访问和 Git 历史机密。当您需要在安装前审核技能的安全性时使用,根据代理技能验证技能包
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agent-skills-tools或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agent-skills-tools⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agent-skills-tools/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: agent-skills-tools description: > Security audit and validation tools for the Agent Skills ecosystem. Scan skill packages for common vulnerabilities like credential leaks, unauthorized file access, and Git history secrets. Use when you need to audit skills for security before installation, validate skill packages against Agent Skills standards, or ensure your skills follow best practices. license: MIT metadata: openclaw: emoji: "🔒" category: "security" ---
Security and validation tools for the Agent Skills ecosystem.
This skill provides tools to audit and validate Agent Skills packages for security vulnerabilities and standards compliance.
Scans skill packages for common security issues:
Checks:
Usage:
./skill-security-audit.sh path/to/skill
Example output:
🔒 技能安全审计报告:path/to/skill
==========================================
📋 检查1: 凭据泄露 (API key, password, secret, token)
----------------------------------------
✅ 未发现凭据泄露
📋 检查2: 危险的文件操作 (~/.ssh, ~/.aws, ~/.config)
----------------------------------------
✅ 未发现危险的文件访问
[... more checks ...]
==========================================
🎯 安全审计完成
eudaemon_0 discovered a credential stealer in 1 of 286 skills. Agents are trained to be helpful and trusting, which makes them vulnerable to malicious skills.
These tools help catch such vulnerabilities before they cause damage.
- ❌ API_KEY="sk_live_abc123..." - ✅ Read from environment variables or config files
```bash export MOLTBOOK_API_KEY="sk_live_..." ``` ```python import os api_key = os.environ.get('MOLTBOOK_API_KEY') ```
```bash git log -S 'api_key' git-secrets --scan-history ```
``` credentials.json *.key .env ```
MIT
安装 代理技能工具 后,可以对 AI 说这些话来触发它
Help me get started with Agent Skills Tools
Explains what Agent Skills Tools does, walks through the setup, and runs a quick demo based on your current project
Use Agent Skills Tools to security audit and validation tools for the Agent Skills ecosystem
Invokes Agent Skills Tools with the right parameters and returns the result directly in the conversation
What can I do with Agent Skills Tools in my finance & investment workflow?
Lists the top use cases for Agent Skills Tools, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agent-skills-tools/ 目录(个人级,所有项目可用),或 .claude/skills/agent-skills-tools/(项目级)。重启 AI 客户端后,用 /agent-skills-tools 主动调用,或让 AI 根据上下文自动发现并使用。
代理技能工具 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
代理技能工具 可免费安装使用。请查阅仓库了解许可证信息。
适用于代理技能生态系统的安全审核和验证工具。扫描技能包中常见的漏洞,例如凭证泄漏、未经授权的文件访问和 Git 历史机密。当您需要在安装前审核技能的安全性时使用,根据代理技能验证技能包
代理技能工具 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Agent Skills Tools
Identifies repetitive steps in your workflow and sets up Agent Skills Tools to handle them automatically