If you find this useful,
Skill Details
Back to Skills

/sure

by bt0r · View on GitHub

Get report from Sure personal financial board

View on GitHub

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"

Related Data Skills

/nocodb

Access and manage NocoDB databases, tables, and records via REST API. Use when the user wants to vie

/feishu-pcec

Internal wrapper for `capability-evolver` that forces reporting via Feishu Interactive Cards.

/rankaj

Fetch current weather and forecast data from a free weather API (Open-Meteo).

/query-optimizer

Optimize SQL and Prisma queries using AI. Use when your queries are slow and you need performance he