Agent skill
sure
Get report from Sure personal financial board
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sure
Metadata
Additional technical details for this skill
- clawdbot
-
{ "emoji": "\ud83d\udcc8", "requires": { "bin": [ "curl" ], "env": [ "SURE_API_KEY", "SURE_BASE_URL" ] } }
SKILL.md
Sure Skill
Setup
- Go to your Sure app, example : https://localhost:3000
- Go to settings and get an API key, example : https://localhost:3000/settings/api_key
- Export your API KEY and BASE URL as environment variables :
bash
export SURE_API_KEY="YOUR_API_KEY"
export SURE_BASE_URL="YOUR_BASE_URL"
Get accounts
List all accounts amounts
bash
curl -H "X-Api-Key: $SURE_API_KEY" "$SURE_BASE_URL/api/v1/accounts"
Didn't find tool you were looking for?