← 返回 Skills 市场
patttyyywu

Sugar Finance Bot

作者 Patttyyywu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sugar-finance-bot
功能描述
Calculates total landed cost and unit economics for food import/export shipments based on detailed shipment cost data.
安全使用建议
This skill appears coherent and low-risk: it computes landed cost from structured shipment data and uses no external network, credentials, or installs. Two practical notes before you deploy it in production: (1) get_shipment_record is a hard-coded/mock implementation — if you want real data, you'll need to modify it to fetch from your database or API, and you should never hard-code credentials into the skill; (2) the code uses default fallback values (e.g., division by 1 if weight or units missing), which can yield misleading results — validate input data before trusting outputs. If you plan to extend the skill to connect to internal systems, review and restrict any added network calls and credentials carefully.
功能分析
Type: OpenClaw Skill Name: sugar-finance-bot Version: 1.0.0 The Sugar Finance Bot is a straightforward financial analysis tool for calculating shipment costs. The code in tool.py consists of simple arithmetic and hardcoded data structures with no external dependencies, network calls, or file system access, and the SKILL.md contains no malicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the provided tool.py functions all focus on computing landed cost and unit economics. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
SKILL.md limits the agent to two tools (get_shipment_record and calculate_landed_cost). However, get_shipment_record in tool.py returns a hard-coded sample record (it does not actually fetch data based on the shipment_id). This is a functional limitation (mock data), not a security concern, but you should be aware it won't access your systems as-is.
Install Mechanism
No install spec and no downloads. The skill is instruction-only with a small local code file; nothing will be written to disk beyond the skill files themselves.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no indications of secret access or exfiltration requirements.
Persistence & Privilege
always is false and the skill does not request elevated persistence or to modify other skills or system settings. Autonomous invocation is allowed (platform default) but is not combined with other risk factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sugar-finance-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sugar-finance-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Sugar Finance Bot 1.0.0 - Initial release of Sugar Finance Bot for financial analysis in import/export food companies. - Calculates shipment landed cost using structured cost data (product, freight, insurance, duties, fees, etc.). - Includes tools to retrieve shipment records and compute total and unit landed costs. - Supports supply chain finance, operations, and cost analysis teams.
元数据
Slug sugar-finance-bot
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sugar Finance Bot 是什么?

Calculates total landed cost and unit economics for food import/export shipments based on detailed shipment cost data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Sugar Finance Bot?

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

Sugar Finance Bot 是免费的吗?

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

Sugar Finance Bot 支持哪些平台?

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

谁开发了 Sugar Finance Bot?

由 Patttyyywu(@patttyyywu)开发并维护,当前版本 v1.0.0。

💬 留言讨论