← 返回 Skills 市场
richieforeman

Splitwise

作者 Richie Foreman · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
616
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install splitwise
功能描述
Create and manage expenses on Splitwise. Use this skill when the user wants to log a new expense, split a bill, or check their Splitwise balance.
安全使用建议
This skill appears coherent: it will send expense details and your SPLITWISE_API_KEY to Splitwise's official API. Only install it if you trust Splitwise and you are comfortable storing a long-lived token in your environment. Consider using a dedicated Splitwise account or token with limited scope (if possible), rotate the token if you suspect compromise, and review the add_expense.py script before use. Also be aware the agent can call this tool autonomously when asked to manage expenses.
功能分析
Type: OpenClaw Skill Name: splitwise Version: 0.1.0 The skill bundle is benign. The `SKILL.md` clearly outlines the skill's purpose, required environment variables (`SPLITWISE_API_KEY`), and external endpoints (`https://secure.splitwise.com/api/v3.0/create_expense`). The `scripts/add_expense.py` uses standard Python libraries (`argparse`, `urllib.request`) for input parsing and API interaction, preventing shell injection and safely handling data. There is no evidence of prompt injection attempts, unauthorized data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All actions are transparent and aligned with the stated goal of managing Splitwise expenses.
能力评估
Purpose & Capability
Name/description (Splitwise: create/manage expenses) match the requested credential (SPLITWISE_API_KEY) and the shipped script. No unrelated secrets, binaries, or config paths are requested.
Instruction Scope
SKILL.md and scripts only describe creating expenses and querying Splitwise endpoints. The runtime instructions and add_expense.py limit actions to constructing the expense payload and POSTing to https://secure.splitwise.com/api/v3.0/create_expense. The script does not read other files or environment variables beyond SPLITWISE_API_KEY.
Install Mechanism
No install spec — instruction-only with a small Python script. Nothing is downloaded from arbitrary URLs and no archive extraction or external installer is used.
Credentials
Only one environment variable (SPLITWISE_API_KEY) is required and is appropriate for calling the Splitwise API. The code only reads that variable and sends it in the Authorization header to Splitwise, which matches the declared purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. Model invocation is allowed (platform default) but there are no other elevated privileges requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install splitwise
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /splitwise 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the Splitwise skill. - Enables logging and splitting expenses through the Splitwise API. - Allows agents to automate expense sharing using a long-lived Splitwise API key. - Provides scripts and usage examples for 50/50 expense splits between users. - Securely manages sensitive data, sending details only to Splitwise. - Instructions included for setup, authentication, and parameter options.
v0.0.1
- Initial release of the Splitwise skill for creating and managing shared expenses. - Supports logging new expenses, splitting bills 50/50, and checking balances via the Splitwise API. - Securely handles API credentials through the SPLITWISE_API_KEY environment variable. - Includes command-line script (`add_expense.py`) for adding expenses between users. - Provides detailed setup, usage instructions, and privacy information.
元数据
Slug splitwise
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Splitwise 是什么?

Create and manage expenses on Splitwise. Use this skill when the user wants to log a new expense, split a bill, or check their Splitwise balance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 616 次。

如何安装 Splitwise?

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

Splitwise 是免费的吗?

是的,Splitwise 完全免费(开源免费),可自由下载、安装和使用。

Splitwise 支持哪些平台?

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

谁开发了 Splitwise?

由 Richie Foreman(@richieforeman)开发并维护,当前版本 v0.1.0。

💬 留言讨论