Cms
Cms - command-line tool for everyday use
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 40 · 0 current installs · 0 all-time installs
byBytesAgain2@ckchzh
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (command-line CMS utility) align with the included script and SKILL.md. The script implements logging, listing, exporting, searching and status commands described in SKILL.md. No unrelated cloud credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and the script stay within the tool's scope: they read/write files under $HOME/.local/share/cms, provide help and export features, and output to stdout. One privacy note: user inputs are logged to local files (run.log, etc.), so sensitive secrets entered as command arguments would be persisted.
Install Mechanism
No install spec — this is instruction-only with a single shell script. Nothing is downloaded or written outside the user's home data directory; no remote install URLs are used.
Credentials
The skill requires no environment variables, credentials, or config paths. The script only uses HOME to build a local data directory, which is proportional to a local CLI tool.
Persistence & Privilege
always is false and the skill does not request elevated persistence. It creates and manages data only under ~/.local/share/cms and does not modify other skills or system-wide agent configs.
Assessment
This script appears coherent and local-only, but it will create ~/.local/share/cms and persist whatever you pass to commands (including any secrets) in log files. Before installing, verify you trust the publisher (BytesAgain) and avoid passing passwords or API keys as arguments. If you need more assurance, review the full script file yourself or run it in a sandbox; also note a minor metadata/version mismatch between SKILL.md (v2.0.0) and registry (v1.0.2), which is worth confirming with the author.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.2
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
CMS
Content management toolkit — page creation, media library, template management, content versioning, publishing workflow, and search.
Commands
| Command | Description |
|---|---|
cms run | Execute main function |
cms list | List all items |
cms add <item> | Add new item |
cms status | Show current status |
cms export <format> | Export data |
cms help | Show help |
Usage
# Show help
cms help
# Quick start
cms run
Examples
# Run with defaults
cms run
# Check status
cms status
# Export results
cms export json
How It Works
Tips
- Run
cms helpfor all commands - Data stored in
~/.local/share/cms/
When to Use
- when you need quick cms from the command line
- to automate cms tasks in your workflow
Output
Returns formatted output to stdout. Redirect to a file with cms run > output.txt.
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
