← 返回 Skills 市场
Fish
作者
bytesagain1
· GitHub ↗
· v2.0.0
· MIT-0
208
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install fish
功能描述
Fish makes utility tools simple. Use when you need fish.
使用说明 (SKILL.md)
Fish
Fish makes utility tools simple. Record, search, and analyze your data with clear terminal output.
Why Fish?
- 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
fish help
# Check current status
fish status
# View your statistics
fish stats
Commands
| Command | What it does |
|---|---|
fish run |
Run |
fish check |
Check |
fish convert |
Convert |
fish analyze |
Analyze |
fish generate |
Generate |
fish preview |
Preview |
fish batch |
Batch |
fish compare |
Compare |
fish export |
Export |
fish config |
Config |
fish status |
Status |
fish report |
Report |
fish stats |
Summary statistics |
fish export |
\x3Cfmt> Export (json |
fish search |
\x3Cterm> Search entries |
fish recent |
Recent activity |
fish status |
Health check |
fish help |
Show this help |
fish version |
Show version |
fish $name: |
$c entries |
fish Total: |
$total entries |
fish Data |
size: $(du -sh "$DATA_DIR" 2>/dev/null |
fish Version: |
v2.0.0 |
fish Data |
dir: $DATA_DIR |
fish Entries: |
$(cat "$DATA_DIR"/*.log 2>/dev/null |
fish Disk: |
$(du -sh "$DATA_DIR" 2>/dev/null |
fish Last: |
$(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
fish Status: |
OK |
fish [Fish] |
run: $input |
fish Saved. |
Total run entries: $total |
fish [Fish] |
check: $input |
fish Saved. |
Total check entries: $total |
fish [Fish] |
convert: $input |
fish Saved. |
Total convert entries: $total |
fish [Fish] |
analyze: $input |
fish Saved. |
Total analyze entries: $total |
fish [Fish] |
generate: $input |
fish Saved. |
Total generate entries: $total |
fish [Fish] |
preview: $input |
fish Saved. |
Total preview entries: $total |
fish [Fish] |
batch: $input |
fish Saved. |
Total batch entries: $total |
fish [Fish] |
compare: $input |
fish Saved. |
Total compare entries: $total |
fish [Fish] |
export: $input |
fish Saved. |
Total export entries: $total |
fish [Fish] |
config: $input |
fish Saved. |
Total config entries: $total |
fish [Fish] |
status: $input |
fish Saved. |
Total status entries: $total |
fish [Fish] |
report: $input |
fish Saved. |
Total report entries: $total |
Data Storage
All data is stored locally at ~/.local/share/fish/. 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 be a simple local CLI that logs and exports data to ~/.local/share/fish. Before installing or running it: 1) inspect the full script (the provided file was truncated in the manifest) to confirm there are no unexpected network calls or commands; 2) be aware that all data is stored in plain text under your home directory (no encryption) — avoid logging secrets there; 3) exported JSON is produced without escaping user values, so exports may be malformed or reveal structure if entries contain quotes/newlines; and 4) because it is a shell script, run it only if you trust the repository/source.
功能分析
Type: OpenClaw Skill
Name: fish
Version: 2.0.0
The 'Fish' skill bundle is a simple command-line utility designed for logging, searching, and exporting user-provided data locally. The script `scripts/script.sh` manages text-based logs in `~/.local/share/fish/` and provides basic statistics and export functionality (JSON/CSV/TXT). No evidence of data exfiltration, remote code execution, or malicious prompt injection was found; the code strictly adheres to its stated purpose of offline data management.
能力评估
Purpose & Capability
Name/description (utility CLI for recording, searching, exporting local data) matches the provided shell script and SKILL.md. The script implements logging, search, status, export, and other commands described in the README.
Instruction Scope
SKILL.md and the script operate locally and only reference the DATA_DIR (~/.local/share/fish). They do not call external networks or require unrelated files/credentials. Note: the export implementation writes JSON/csv/txt without escaping user-supplied values, so exported JSON may be syntactically invalid or leak structure if log values contain quotes/newlines; this is a robustness/privacy concern, not evidence of exfiltration.
Install Mechanism
There is no install spec; the skill is instruction-only and includes a shell script. No downloads, package installs, or external installers are used.
Credentials
The skill requests no environment variables, credentials, or config paths. It writes only to a per-user data directory under the user's home, which is appropriate for a local CLI tool.
Persistence & Privilege
always:false and normal invocation model. The script creates and writes files under the user's home directory (expected for a local logger). It does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fish - 安装完成后,直接呼叫该 Skill 的名称或使用
/fish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
常见问题
Fish 是什么?
Fish makes utility tools simple. Use when you need fish. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Fish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fish」即可一键安装,无需额外配置。
Fish 是免费的吗?
是的,Fish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fish 支持哪些平台?
Fish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fish?
由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.0。
推荐 Skills