sure
✓Verified·Scanned 2/17/2026
Get report from Sure personal financial board
from clawhub.ai·vb9168c2·653 B·0 installs
Scanned from 1.0.0 at b9168c2 · Transparency log ↗
$ vett add clawhub.ai/bt0r/sure
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 :
export SURE_API_KEY="YOUR_API_KEY"
export SURE_BASE_URL="YOUR_BASE_URL"
Get accounts
List all accounts amounts
curl -H "X-Api-Key: $SURE_API_KEY" "$SURE_BASE_URL/api/v1/accounts"