Swagger

v1.0.0

Swagger reference tool. Use when working with swagger in devtools contexts.

0· 180·2 current·2 all-time
byBytesAgain2@ckchzh
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk979pagy728y0q15rev2af5rax83esed
180downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Swagger

Swagger reference tool. Use when working with swagger in devtools contexts.

When to Use

  • Working with swagger and need quick reference
  • Looking up devtools standards or best practices for swagger
  • Troubleshooting swagger issues
  • Need a checklist or guide for swagger tasks

Commands

intro

scripts/script.sh intro

Overview and core concepts

quickstart

scripts/script.sh quickstart

Getting started guide

patterns

scripts/script.sh patterns

Common patterns and best practices

debugging

scripts/script.sh debugging

Debugging and troubleshooting

performance

scripts/script.sh performance

Performance optimization tips

security

scripts/script.sh security

Security considerations

migration

scripts/script.sh migration

Migration and upgrade guide

cheatsheet

scripts/script.sh cheatsheet

Quick reference cheat sheet

help

scripts/script.sh help

version

scripts/script.sh version

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...