← 返回 Skills 市场
bytesagain3

Dividend

作者 bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
255
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install dividend
功能描述
Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats.
使用说明 (SKILL.md)

Dividend

Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats.

Why Dividend?

  • 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
dividend help

# Check current status
dividend status

# View your statistics
dividend stats

Commands

Command What it does
dividend record Record
dividend categorize Categorize
dividend balance Balance
dividend trend Trend
dividend forecast Forecast
dividend export-report Export Report
dividend budget-check Budget Check
dividend summary Summary
dividend alert Alert
dividend history History
dividend compare Compare
dividend tax-note Tax Note
dividend stats Summary statistics
dividend export \x3Cfmt> Export (json
dividend search \x3Cterm> Search entries
dividend recent Recent activity
dividend status Health check
dividend help Show this help
dividend version Show version
dividend $name: $c entries
dividend Total: $total entries
dividend Data size: $(du -sh "$DATA_DIR" 2>/dev/null
dividend Version: v2.0.0
dividend Data dir: $DATA_DIR
dividend Entries: $(cat "$DATA_DIR"/*.log 2>/dev/null
dividend Disk: $(du -sh "$DATA_DIR" 2>/dev/null
dividend Last: $(tail -1 "$DATA_DIR/history.log" 2>/dev/null
dividend Status: OK
dividend [Dividend] record: $input
dividend Saved. Total record entries: $total
dividend [Dividend] categorize: $input
dividend Saved. Total categorize entries: $total
dividend [Dividend] balance: $input
dividend Saved. Total balance entries: $total
dividend [Dividend] trend: $input
dividend Saved. Total trend entries: $total
dividend [Dividend] forecast: $input
dividend Saved. Total forecast entries: $total
dividend [Dividend] export-report: $input
dividend Saved. Total export-report entries: $total
dividend [Dividend] budget-check: $input
dividend Saved. Total budget-check entries: $total
dividend [Dividend] summary: $input
dividend Saved. Total summary entries: $total
dividend [Dividend] alert: $input
dividend Saved. Total alert entries: $total
dividend [Dividend] history: $input
dividend Saved. Total history entries: $total
dividend [Dividend] compare: $input
dividend Saved. Total compare entries: $total
dividend [Dividend] tax-note: $input
dividend Saved. Total tax-note entries: $total

Data Storage

All data is stored locally at ~/.local/share/dividend/. 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 coherent and local-only, but review and consider the following before installing: - The tool stores all data in ~/.local/share/dividend; any sensitive financial notes will be stored as plain text there. Back up or encrypt if needed. - There is no automated installer: you must place scripts/script.sh on your PATH (or run it directly) to use the 'dividend' command. - The repository includes a feedback URL in SKILL.md, but the script does not send data over the network; verify no network-exfiltration code was added if you obtain a different distribution. - If you are unsure, inspect the script file yourself or run it in a restricted environment (container or throwaway account) before using it with real data.
功能分析
Type: OpenClaw Skill Name: dividend Version: 2.0.0 The 'Dividend' skill is a simple, local-only bash-based logging utility for tracking financial entries. Analysis of 'scripts/script.sh' and 'SKILL.md' shows no network activity, no data exfiltration, and no suspicious execution patterns; it strictly manages text files within the user's local directory (~/.local/share/dividend/).
能力评估
Purpose & Capability
The name/description (offline dividend tracker) aligns with the included script’s behavior: local logs, stats, search, and export. Minor coherence issue: SKILL.md instructs using a 'dividend' CLI but there is no install spec that places scripts/script.sh on PATH — the user would need to install or symlink the script themselves.
Instruction Scope
SKILL.md and the script operate only on a dedicated data directory (~/.local/share/dividend), use standard local commands (cat, grep, tail, du, wc) and only read/write files in that directory. There are no instructions to read unrelated system files, environment secrets, or to transmit data externally.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The presence of a script file without an install mechanism is a usability/coherence issue (user must manually place the script or run it directly) but not a security concern by itself.
Credentials
The skill requests no environment variables, no credentials, and uses only HOME (to build a data directory) — this is appropriate and proportional for a local offline CLI tool.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills or global agent settings. It only writes to its own data directory under the user's home.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dividend
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dividend 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
Slug dividend
版本 2.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Dividend 是什么?

Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。

如何安装 Dividend?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dividend」即可一键安装,无需额外配置。

Dividend 是免费的吗?

是的,Dividend 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dividend 支持哪些平台?

Dividend 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dividend?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。

💬 留言讨论