← 返回
数据分析 Key 中文

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.
在 Splitwise 上创建和管理开支。当用户想要记录新开支、分摊账单或查询 Splitwise 余额时,请使用此技能。
richieforeman
数据分析 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 939
下载
💾 7
安装
1
版本
#latest

概述

Splitwise Skill

This skill allows an agent to interact with the Splitwise API to automate shared expenses.

Requirements

External Endpoints

URLPurposeData Sent
-------------------------
https://secure.splitwise.com/api/v3.0/create_expenseCreate a new expenseCost, description, user IDs, shares, and group ID.

Security & Privacy

  • Data Outbound: This skill sends expense details (cost, description, user IDs) to the Splitwise API.
  • Credentials: Your SPLITWISE_API_KEY is sent in the Authorization header to Splitwise. It never leaves the machine except to communicate with the official Splitwise API.
  • Input: User input for cost and description is handled safely by the Python urllib.request and argparse libraries.

Usage

Logging an Expense

The primary script handles creating a 50/50 split between two users.

python3 {baseDir}/scripts/add_expense.py \
  --cost "10.00" \
  --desc "Lunch" \
  --payer_id "12345" \
  --other_id "67890" \
  --via "whisker"

Parameters

  • --cost: Total amount (e.g., "45.00")
  • --desc: Brief description of the expense.
  • --payer_id: The Splitwise User ID of the person who paid.
  • --other_id: The Splitwise User ID of the person being split with.
  • --group_id: (Optional) The ID of a specific Splitwise group.
  • --via: (Optional) Appends "(via name)" to the description.

Setup for Agents

  1. Create a Splitwise App at https://secure.splitwise.com/apps.
  2. Generate a "Long-lived User Token".
  3. Store it as SPLITWISE_API_KEY.
  4. Use the API to find your User IDs and Group IDs.

Model Invocation Note

This skill is designed for autonomous invocation by AI models. The model will automatically determine when to call these tools based on user requests (e.g., "split the $20 lunch with Nancy").

Trust Statement

By using this skill, data is sent to Splitwise. Only install this skill if you trust Splitwise with your expense data.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 09:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,120
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,974
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,466