← Back to Skills Marketplace
bytesagain3

Comment

by bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
171
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install comment
Description
Manage Comment data right from your terminal. Use when you need comment.
README (SKILL.md)

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

Command What it does
comment run Run
comment check Check
comment convert Convert
comment analyze Analyze
comment generate Generate
comment preview Preview
comment batch Batch
comment compare Compare
comment export Export
comment config Config
comment status Status
comment report Report
comment stats Summary statistics
comment export \x3Cfmt> Export (json
comment search \x3Cterm> Search entries
comment recent Recent activity
comment status Health check
comment help Show this help
comment version Show version
comment $name: $c entries
comment Total: $total entries
comment Data size: $(du -sh "$DATA_DIR" 2>/dev/null
comment Version: v2.0.0
comment Data dir: $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 | [email protected]

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: comment Version: 2.0.0 The 'Comment' skill is a simple terminal-based logging utility that records user-provided strings into local log files located in `~/.local/share/comment/`. Analysis of `scripts/script.sh` shows no network activity, no unauthorized file access, and no execution of arbitrary code. While the script contains a logic error where a duplicate case statement makes the actual data export function unreachable, there is no evidence of malicious intent, data exfiltration, or prompt injection in `SKILL.md`.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install comment
  3. After installation, invoke the skill by name or use /comment
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Slug comment
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Comment?

Manage Comment data right from your terminal. Use when you need comment. It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.

How do I install Comment?

Run "/install comment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Comment free?

Yes, Comment is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Comment support?

Comment is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Comment?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.

💬 Comments