Splitwise
v0.1.0Create 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.
⭐ 0· 554·1 current·1 all-time
byRichie Foreman@richieforeman
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97d73ej686mwe9retekfaqxz181et6d
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
💸 Clawdis
EnvSPLITWISE_API_KEY
Primary envSPLITWISE_API_KEY
