← Back to Skills Marketplace
Sitemapper
by
bytesagain3
· GitHub ↗
· v2.0.3
· MIT-0
206
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install sitemapper
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sitemapper concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sitemapper - After installation, invoke the skill by name or use
/sitemapper - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Sitemapper?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Sitemapper concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.
How do I install Sitemapper?
Run "/install sitemapper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sitemapper free?
Yes, Sitemapper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sitemapper support?
Sitemapper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sitemapper?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.3.
More Skills