1.1k★by bt0r
sure – OpenClaw Skill
sure is an OpenClaw Skills integration for data analytics workflows. Get report from Sure personal financial board
1.1k stars3.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | sure |
| description | Get report from Sure personal financial board OpenClaw Skills integration. |
| owner | bt0r |
| repository | bt0r/sure |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @bt0r/sure |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
258 BSKILL.md
653 BSKILL.md
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"
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install sure?
Run openclaw add @bt0r/sure in your terminal. This installs sure into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/bt0r/sure. Review commits and README documentation before installing.
