Moodring

v2.0.4

Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Moodring concepts, best practices, and implementation patterns.

0· 278·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 skill is described as a reference/cheatsheet and the included SKILL.md plus scripts/script.sh provide only static documentation output. This aligns with the stated purpose. Minor inconsistency: package metadata/version is 2.0.4 while the embedded script sets VERSION="2.0.3" — likely a benign packaging/versioning mismatch but worth noting.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference docs and explicitly states no external API calls or network access. The shipped script only prints heredoc content and does not read other files, environment variables, or invoke network commands.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written to disk by an installer. A single script file is included in the bundle; it is local and contains only static output. No high-risk download URLs or extract steps are present.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not access environment variables or credentials at runtime. The requested access level is proportionate to a documentation/reference tool.
Persistence & Privilege
The skill does not request permanent inclusion (always: false) and does not modify other skills or system-wide settings. It contains no code that persists agent configuration or credentials.
Assessment
This skill appears to be a simple, local reference tool and is internally consistent. Before installing, you can: (1) inspect scripts/script.sh yourself (it only prints help text); (2) note the small version mismatch (metadata 2.0.4 vs script 2.0.3) — likely harmless but worth confirming with the author if you need strict provenance; (3) because the skill can be invoked autonomously by agents (the default), only enable it for agents you trust. If you require extra assurance, run the script in a sandboxed environment to verify behavior or check the upstream GitHub repo for expected release artifacts.

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

latestvk9743r0b87gayhz1rq7r5j2gm983gs4g

License

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

Comments