skills$openclaw/sure
bt0r1.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

namesure
descriptionGet report from Sure personal financial board OpenClaw Skills integration.
ownerbt0r
repositorybt0r/sure
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @bt0r/sure
last updatedFeb 7, 2026

Maintainer

bt0r

bt0r

Maintains sure in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
258 B
SKILL.md
653 B
SKILL.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

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