🧪 Skills
Sure
--- name: sure description: Get report from Sure personal financial board homepage: https://sure.am metadata: {"clawdbot":{"emoji":"📈","requires":{"bin": ["curl"],"env":["SURE_API_KEY", "SURE_BASE_
v1.0.0
Description
name: sure description: Get report from Sure personal financial board homepage: https://sure.am metadata: {"clawdbot":{"emoji":"📈","requires":{"bin": ["curl"],"env":["SURE_API_KEY", "SURE_BASE_URL"]}}}
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"
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!