← 返回 Skills 市场
Comment
作者
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
171
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install comment
功能描述
Manage Comment data right from your terminal. Use when you need comment.
使用说明 (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]
安全使用建议
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.
功能分析
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`.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install comment - 安装完成后,直接呼叫该 Skill 的名称或使用
/comment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
常见问题
Comment 是什么?
Manage Comment data right from your terminal. Use when you need comment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。
如何安装 Comment?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install comment」即可一键安装,无需额外配置。
Comment 是免费的吗?
是的,Comment 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Comment 支持哪些平台?
Comment 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Comment?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。
推荐 Skills