← Back to Skills Marketplace
Swagger
by
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
215
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install swagger
Description
Swagger reference tool. Use when working with swagger in devtools contexts.
Usage Guidance
This skill is a lightweight, offline documentation helper—it only prints static reference text from the included shell script and does not access network or credentials. It appears safe to install from a security perspective. If you want extra assurance: inspect the repository (scripts/script.sh) yourself before enabling, verify the author/repo trustworthiness, and confirm there are no subsequent updates that add external network calls or credential usage. Note the minor help-text bug where the version variable won't expand when showing help; that's functional, not a security issue.
Capability Analysis
Type: OpenClaw Skill
Name: swagger
Version: 1.0.0
The 'swagger' skill bundle is a legitimate documentation reference tool. The core logic in `scripts/script.sh` consists entirely of static text output (heredocs) providing information on Swagger best practices, debugging, and security, with no execution of external payloads, network activity, or sensitive data access.
Capability Assessment
Purpose & Capability
The name/description (Swagger reference tool) matches the included files: SKILL.md documents commands that invoke scripts/script.sh, and that script outputs static help, patterns, and guides. There are no unrelated environment variables, binaries, or config paths.
Instruction Scope
Runtime instructions tell the agent to run scripts/script.sh with specific subcommands; the script only emits static documentation text. It does not read arbitrary files, access environment variables, or communicate with external endpoints. (Minor bug: the help heredoc is single-quoted so it will print the literal string "$VERSION" instead of expanding the variable; this is a correctness issue, not a security concern.)
Install Mechanism
There is no install specification (instruction-only) and the repository simply includes a shell script. No downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, and the script does not read or depend on any sensitive environment values.
Persistence & Privilege
The skill does not request persistent or elevated privileges, always:false, and does not modify other skills or system configuration. It is user-invocable and may be invoked autonomously per platform defaults, which is expected for a skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swagger - After installation, invoke the skill by name or use
/swagger - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Swagger?
Swagger reference tool. Use when working with swagger in devtools contexts. It is an AI Agent Skill for Claude Code / OpenClaw, with 215 downloads so far.
How do I install Swagger?
Run "/install swagger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Swagger free?
Yes, Swagger is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Swagger support?
Swagger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Swagger?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.
More Skills