扫描报告
0 /100
skills-best-practices
Build high-quality Agent Skills for Claude following official Anthropic best practices. Covers SKILL.md structure, frontmatter, description writing, progressive disclosure, testing, patterns, troubleshooting, and distribution across all surfaces (Claude.ai, Claude Code, API, Agent SDK). Use when creating new skills, reviewing skill quality, debugging skill triggering, structuring skill directories, writing skill descriptions, or improving existing skills. Triggers on 'build a skill', 'create a skill', 'skill structure', 'SKILL.md', 'skill best practices', 'skill not triggering', 'skill quality'.
This is a pure documentation/reference skill teaching Claude Agent Skill development best practices. It contains no executable code, scripts, credential access, network requests, or any hidden functionality.
可以安装
This skill is safe to use. It consists entirely of markdown documentation and reference guides with no security concerns.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No scripts or code files; only markdown documentation |
| 网络访问 | NONE | NONE | — | External URLs are static documentation links only; no runtime network calls |
| 命令执行 | NONE | NONE | — | No shell scripts or executable code present |
| 环境变量 | NONE | NONE | — | No environment variable access in any file |
| 技能调用 | NONE | NONE | — | Documentation skill; no skill invocation code |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
8 项发现
中危 外部 URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 中危 外部 URL 外部 URL
https://agentskills.io SKILL.md:10 中危 外部 URL 外部 URL
https://agentskills.io/specification SKILL.md:312 中危 外部 URL 外部 URL
https://code.claude.com/docs/en/skills SKILL.md:313 中危 外部 URL 外部 URL
https://platform.claude.com/docs/en/build-with-claude/skills-guide SKILL.md:314 中危 外部 URL 外部 URL
https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices SKILL.md:315 中危 外部 URL 外部 URL
https://claude.com/blog/equipping-agents-for-the-real-world-with-agent-skills SKILL.md:317 中危 外部 URL 外部 URL
https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf SKILL.md:318 目录结构
6 文件 · 42.3 KB · 1341 行 Markdown 5f · 1179L
Text 1f · 162L
├─
▾
references
│ ├─
checklist.md
Markdown
│ ├─
claude-code-features.md
Markdown
│ ├─
description-guide.md
Markdown
│ └─
patterns.md
Markdown
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation/reference skill with no executable code
✓ No scripts, binaries, or code files — only markdown documentation and reference guides
✓ Content is clear, readable, and well-structured without any obfuscation
✓ No credential harvesting, environment variable access, or sensitive path access
✓ No network calls at runtime — only static documentation URLs to official Anthropic resources
✓ No supply chain risks — no dependencies, package files, or third-party scripts
✓ No persistence mechanisms, reverse shells, or C2 indicators
✓ Content accurately matches stated purpose: teaching Claude Agent Skill development best practices
✓ License (Apache 2.0) is appropriate for Anthropic-published documentation
✓ External URLs point exclusively to official Anthropic documentation and Apache License