ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

sure

Get report from Sure personal financial board

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bt0r/sure
Or

What This Skill Does

The Sure skill is a specialized OpenClaw integration designed to interface directly with the Sure personal financial dashboard. By leveraging your existing Sure API credentials, this skill allows the OpenClaw agent to programmatically fetch account data, balances, and financial summaries. It acts as a bridge between your financial records and your AI agent, enabling real-time queries about your net worth, individual account standings, and overall financial health without needing to manually open your browser or log in to the Sure web interface.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/bt0r/sure

Once installed, you must configure the environment to allow the agent to authenticate with the Sure API. Navigate to your Sure dashboard settings at https://localhost:3000/settings/api_key to generate your unique credentials. Then, export the required variables in your session:

export SURE_API_KEY="YOUR_API_KEY" export SURE_BASE_URL="YOUR_BASE_URL"

Ensure these variables are added to your shell profile if you wish to persist the configuration across restarts.

Use Cases

This skill is perfect for users who want to streamline their financial monitoring. It is ideal for:

  • Morning routine automation: Have OpenClaw summarize your financial position while you drink coffee.
  • Budgeting assistance: Quickly check if specific savings accounts have hit their monthly targets.
  • Comparative analysis: Pull data from accounts to calculate total liquidity or debt ratios over time.
  • Quick lookups: Instantly view account balances without navigating complex web UI menus.

Example Prompts

  1. "Hey OpenClaw, what is the current total balance across all my Sure accounts?"
  2. "Show me a breakdown of my individual account amounts from the Sure dashboard."
  3. "Do I have enough funds in my savings account based on my Sure data?"

Tips & Limitations

  • Security: Always keep your SURE_API_KEY secure. Do not commit it to version control systems or share it in logs.
  • Connectivity: Ensure your SURE_BASE_URL is reachable from the machine running OpenClaw. If running locally, confirm your Sure instance is active.
  • Rate Limiting: Be aware that excessive automated polling may trigger rate limits on the Sure API; design your automation logic to fetch data only as often as necessary.
  • Data Privacy: The OpenClaw agent processes the financial data retrieved; ensure your local agent environment is secure as it now has access to sensitive account information.

Metadata

Author@bt0r
Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bt0r-sure": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#banking#automation#personal-finance#api
Safety Score: 4/5

Flags: external-api