Jump to related tools in the same category or review the original source on GitHub.

Data & Analytics @bt0r Updated 2/26/2026

📈 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 sure

Full SKILL.md

Open original
namedescriptionhomepage
sureGet report from Sure personal financial boardhttps://sure.am

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 :
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"
Original URL: https://github.com/openclaw/skills/blob/main/skills/bt0r/sure

Related skills

If this matches your use case, these are close alternatives in the same category.