← 返回 Skills 市场
bytesagain3

Sitemapper

作者 bytesagain3 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ 安全检测通过
206
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install sitemapper
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sitemapper concepts, best practices, and implementation patterns.
安全使用建议
This skill appears to do exactly what it claims: it prints static reference documentation and does not contact any external services or request credentials. Before installing, note two small, non-security issues: (1) the packaged script sets VERSION="2.0.2" while the registry metadata is 2.0.3, and (2) the help heredoc in the script uses a single-quoted delimiter so the $VERSION variable will not expand (a cosmetic bug that affects displayed version text). If you plan to run the script on an agent, it's safe from a permissions/credential perspective, but as with any third-party script, you may want to inspect or run it in a sandboxed environment first. If you need absolute assurance, request the author to fix the version string and the help heredoc so outputs are correct.
功能分析
Type: OpenClaw Skill Name: sitemapper Version: 2.0.3 The sitemapper skill is a static reference tool that provides documentation on devtools concepts. The shell script (scripts/script.sh) exclusively uses heredocs to output plain-text information and contains no network calls, file system modifications, or attempts to access sensitive environment variables.
能力评估
Purpose & Capability
Name/description (reference for devtools) matches the actual files and behavior: SKILL.md describes plain-text reference output and the included script emits documentation via heredocs. The only minor mismatch is the script's VERSION variable (script contains VERSION="2.0.2" while metadata is 2.0.3), which appears to be a benign packaging/versioning inconsistency.
Instruction Scope
SKILL.md explicitly states there are no external API calls and no credentials are needed. The runtime script implements only heredoc output and simple CLI command dispatch; it does not read arbitrary files, environment variables, network endpoints, or perform other unexpected actions.
Install Mechanism
There is no install spec (instruction-only skill with a bundled script). Nothing is downloaded or written to disk by an installer. The provided shell script is self-contained and does not attempt to fetch external resources.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the script does not access environment variables or secrets. No disproportionate credential access is requested.
Persistence & Privilege
always:false (default) and autonomous invocation is not specially elevated. The skill does not modify other skills or system-wide settings and does not request permanent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sitemapper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sitemapper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
元数据
Slug sitemapper
版本 2.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Sitemapper 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sitemapper concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。

如何安装 Sitemapper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sitemapper」即可一键安装,无需额外配置。

Sitemapper 是免费的吗?

是的,Sitemapper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sitemapper 支持哪些平台?

Sitemapper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sitemapper?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.3。

💬 留言讨论