HomeBrowseUpload
← Back to registry
// Skill profile

Sure Skill

description: Get report from Sure personal financial board

by bt0r · published 2026-03-22

数据处理API集成
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bt0r/bt0r-sure
View on GitHub
// Full documentation

---

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

1. Go to your Sure app, example : https://localhost:3000

2. Go to settings and get an API key, example : https://localhost:3000/settings/api_key

3. 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

curl -H "X-Api-Key: $SURE_API_KEY" "$SURE_BASE_URL/api/v1/accounts"

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band