📈 Sure OpenClaw Skill - ClawHub
Do you want your AI agent to automate Sure workflows? This free skill from ClawHub helps with data & analytics tasks without building custom tools from scratch.
What this skill does
Get report from Sure personal financial board
Install
npx clawhub@latest install sureFull SKILL.md
Open original| name | description | homepage |
|---|---|---|
| sure | Get report from Sure personal financial board | https://sure.am |
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"