Compound — 复利计算器
v1.0.0使用金融公式计算复利和投资增长。适用于计划储蓄、比较利率或预测财富增长。
0· 176·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence该技能仅进行本地复利计算和存储历史/配置数据。包中无远程端点请求,但运行时脚本遵循未记录的环境变量(DATA_FILE/CONFIG_FILE)以重定向数据写入位置。
评估建议
["该技能逻辑清晰,实现了本地复利计算器。","安装/运行前:1) 自行检查脚本(已包含);2) 注意将创建 ~/.compound/config.json 和 ~/.compound/data.jsonl 并追加计算历史;3) 环境变量 DATA_FILE 和 CONFIG_FILE 可重定向存储路径(未在 SKILL.md 中记录),避免设置为敏感文件路径;4) 以普通用户(非 root)运行,确保 Python 3 可用。若需更强保证,可在沙盒环境中运行或审查完整脚本后使用。"]...详细分析 ▾
✓ 用途与能力
The name/description (compound interest calculator) match the provided script and SKILL.md. The script implements calculate, compare, schedule, table, export, history, config, etc., and stores data under ~/.compound as described. No unrelated cloud credentials, binaries, or capabilities are requested.
ℹ 指令范围
SKILL.md and the script are consistent about accepted calculation env vars and that history is stored at ~/.compound/data.jsonl. However, the embedded Python code also reads DATA_FILE and CONFIG_FILE environment variables (os.environ.get) as overrides for the storage/config paths; these two override vars are not documented in SKILL.md. That means an environment could redirect where results/config are read/written without being obvious from the docs.
✓ 安装机制
There is no install spec or remote download; the skill is instruction-only with an included local script. No network downloads or archive extraction are performed. The script will run locally using bash/python, which is expected for this kind of tool.
ℹ 凭证需求
The skill does not request secrets or external service credentials and only uses standard local env vars for inputs (PRINCIPAL, RATE, YEARS, etc.). The only proportionality concern is the undocumented DATA_FILE and CONFIG_FILE env overrides in the script: if someone sets those to paths outside the ~/.compound directory (intentionally or accidentally), the script will read/write there. No other sensitive env vars are referenced.
✓ 持久化与权限
The skill persistently writes history and a config file under the user's home (~/.compound). This is expected for a calculator with history and configuration. It does not request always:true, does not modify other skills or system-wide agent settings, nor does it run background services.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/19
发布 v1.0.0
● 无害
安装命令 点击复制
官方npx clawhub@latest install compound
镜像加速npx clawhub@latest install compound --registry https://cn.clawhub-mirror.com
技能文档
Compound 是一个命令行复利计算器,帮助您计划投资、比较利率、构建摊还计划、预测财富增长。所有计算历史存储在 ~/.compound/data.jsonl 中,以 JSONL 格式记录供未来参考和比较。
前提条件
- Python 3.8+(标准库)
bashshell
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制