Comment

v2.0.0

Manage Comment data right from your terminal. Use when you need comment.

0· 171·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain3/comment.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Comment" (bytesagain3/comment) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/comment
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install comment

ClawHub CLI

Package manager switcher

npx clawhub@latest install comment
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (manage comment data locally) matches the included script and SKILL.md. The tool only reads/writes files under ~/.local/share/comment and provides export/search/stats features; it does not request unrelated credentials or binaries.
Instruction Scope
SKILL.md and the script stay within the stated purpose and only operate on the local DATA_DIR. Note: all data and history are stored as plain text under ~/.local/share/comment (history.log and per-command .log files). The SKILL.md includes example shell expansions but the runtime behavior is implemented in scripts/script.sh; there are no instructions to read other system files or to transmit data off-machine.
Install Mechanism
There is no install spec (instruction-only skill). A helper script is included but nothing in the registry metadata forces arbitrary downloads or remote installs. No archive downloads, package installs, or third‑party taps are used.
Credentials
The skill requires no special environment variables or credentials. It implicitly uses HOME to locate the data directory, which is normal. Caveat: data is stored unencrypted and in plaintext logs; if you plan to store sensitive content, that is a privacy risk not addressed by the skill.
Persistence & Privilege
always is false (no forced inclusion), the skill does not modify other skills or system-wide agent settings, and it does not request elevated privileges. It simply creates and uses its own data directory.
Assessment
This skill appears to do what it says: an offline CLI that stores logs in ~/.local/share/comment. Before installing or running it, review scripts/script.sh yourself (it’s included), and be aware that all data are plain-text logs (history.log and *.log files) stored under your home directory. Do not store secrets or personally sensitive information there unless you accept the privacy risk. Consider setting restrictive permissions on ~/.local/share/comment, running the tool as an unprivileged user, and making backups/encryption of any exported files if they contain sensitive data. If you need networked backups or integrations, expect to add/configure them explicitly — the published skill does not contact external endpoints.

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

latestvk97bmgwzg2mcn5e8jtv2r1nb1n8332mx
171downloads
0stars
1versions
Updated 1mo ago
v2.0.0
MIT-0

Comment

Manage Comment data right from your terminal. Built for people who want get things done faster without complex setup.

Why Comment?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
comment help

# Check current status
comment status

# View your statistics
comment stats

Commands

CommandWhat it does
comment runRun
comment checkCheck
comment convertConvert
comment analyzeAnalyze
comment generateGenerate
comment previewPreview
comment batchBatch
comment compareCompare
comment exportExport
comment configConfig
comment statusStatus
comment reportReport
comment statsSummary statistics
comment export<fmt> Export (json
comment search<term> Search entries
comment recentRecent activity
comment statusHealth check
comment helpShow this help
comment versionShow version
comment $name:$c entries
comment Total:$total entries
comment Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
comment Version:v2.0.0
comment Datadir: $DATA_DIR
comment Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
comment Disk:$(du -sh "$DATA_DIR" 2>/dev/null
comment Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
comment Status:OK
comment [Comment]run: $input
comment Saved.Total run entries: $total
comment [Comment]check: $input
comment Saved.Total check entries: $total
comment [Comment]convert: $input
comment Saved.Total convert entries: $total
comment [Comment]analyze: $input
comment Saved.Total analyze entries: $total
comment [Comment]generate: $input
comment Saved.Total generate entries: $total
comment [Comment]preview: $input
comment Saved.Total preview entries: $total
comment [Comment]batch: $input
comment Saved.Total batch entries: $total
comment [Comment]compare: $input
comment Saved.Total compare entries: $total
comment [Comment]export: $input
comment Saved.Total export entries: $total
comment [Comment]config: $input
comment Saved.Total config entries: $total
comment [Comment]status: $input
comment Saved.Total status entries: $total
comment [Comment]report: $input
comment Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/comment/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


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

Comments

Loading comments...