Feedback

Feedback - command-line tool for everyday use

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 37 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (Feedback CLI) match the included script and SKILL.md. The script implements commands to collect, list, search, export, and log feedback; nothing requested (no env vars, no external binaries) is unexpected for this purpose.
Instruction Scope
SKILL.md and the script operate locally and only refer to the data directory (~/.local/share/feedback by default) and standard shell utilities (grep, wc, tail, du). The script writes logs and export files in that directory; it does not call remote endpoints or read unrelated system config. Note: user data is stored in plaintext files under the home directory (history.log and <category>.log). If you plan to store sensitive data, this is a privacy consideration.
Install Mechanism
There is no install spec — the skill is instruction-only but includes a script file. No downloads or external package installs are requested, so there is no high-risk install mechanism.
Credentials
No environment variables or credentials are required. The script honors an optional FEEDBACK_DIR env var (documented) and otherwise uses HOME; this is proportional to its function.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It persists data only in its own data directory under the user's home, which is expected behavior for a CLI tool.
Assessment
This skill appears to be a straightforward local feedback CLI that stores entries under ~/.local/share/feedback (unless you set FEEDBACK_DIR). Before installing or running it: (1) review the script file yourself (it was included) to confirm there are no unexpected network calls or commands after the truncated section; (2) avoid storing passwords or sensitive personal data because entries are saved as plaintext logs; (3) consider setting FEEDBACK_DIR to a directory you control (or an encrypted volume) if you need stronger privacy; (4) run it in a limited environment (or inspect the full script) if you have concerns. If you want, I can scan the remaining truncated part of the script (if you provide it) for further review.

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

Current versionv1.0.2
Download zip
latestvk9711exppajrjwg6eh9ej61zen831f1n

License

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

SKILL.md

Feedback

Feedback collector — gather user feedback, categorize, prioritize, and track resolution.

Commands

CommandDescription
feedback helpShow usage info
feedback runRun main task
feedback statusCheck current state
feedback listList items
feedback add <item>Add new item
feedback export <fmt>Export data

Usage

feedback help
feedback run
feedback status

Examples

# Get started
feedback help

# Run default task
feedback run

# Export as JSON
feedback export json

Output

Results go to stdout. Save with feedback run > output.txt.

Configuration

Set FEEDBACK_DIR to change data directory. Default: ~/.local/share/feedback/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…