Devops Scripts

v2.0.4

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte...

0· 139·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (devops reference) align with the included files and required resources. The single script implements CLI commands that produce static documentation. Minor inconsistencies: SKILL.md lists version 2.0.3, metadata shows 2.0.4, and the script sets VERSION=2.0.2 — likely benign bookkeeping/version drift.
Instruction Scope
SKILL.md instructs the agent to output plain-text heredocs and explicitly states no external API calls or credentials are required. The bundled script only prints local static text and does not read files, environment variables, or system configuration beyond standard argv handling. One small bug: help heredoc is quoted so it prints a literal "$VERSION" instead of the version value.
Install Mechanism
There is no install specification (instruction-only); the only shipped code is a small bash script. No downloads, no package installs, and no archives are fetched or extracted.
Credentials
The skill requests no environment variables, credentials, or config paths and the runtime instructions do not access any secrets. This is proportional to a read-only reference tool.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or global agent config. It does not attempt to write files or persist tokens.
Assessment
This skill appears to be a harmless local CLI reference: it prints static docs and does not perform network I/O or request secrets. Consider the following before installing: (1) the package includes a bash script — review it (already done) if you run it locally; (2) minor version/help text inconsistencies exist but are not security issues; (3) if you need a packaged installer or automatic updates, this skill provides none and would rely on you to manage the script. If you require stricter guarantees, run the script in a sandbox or review the repository history on the linked GitHub before use.

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

latestvk97e80sshjngfq0dw2jt936b3s83gnbw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Devops Scripts

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte... No API keys or credentials required.

Commands

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


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

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…