A professional-grade interface for the Sure REST API that enables automated management of accounts, transactions, holdings, and valuations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sure-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sure-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Sure API skill provides a robust, two-layer interface for interacting with the we-promise/sure financial platform. It allows AI agents to securely manage sensitive financial resources including transaction histories, merchant data, investment holdings, and trades using X-Api-Key authentication. By bridging the gap between official OpenAPI specifications and actionable CLI commands, this skill empowers developers to build automated financial workflows within the Openclaw Skills ecosystem.
Built with maintainability in mind, the skill features an integrated self-update mechanism that syncs directly with upstream official documentation. This ensures that the agent always has access to the latest endpoint definitions, request schemas, and validation rules, making it a reliable choice for production-grade financial automation and reporting.
To install and configure the Sure API within your Openclaw Skills environment, follow these steps:
secure/api-fillin.env:SURE_BASE_URL=https://api.your-sure-instance.comnSURE_API_KEY=your_secret_api_key_heren```nn2. Run a smoke test to verify connectivity:
```bash
bash skills/sure-api/scripts/sure_api_smoke.sh
The skill maintains a structured directory for both execution scripts and technical references:
| Directory | Purpose |
|---|---|
references/ |
Contains the authoritative openapi.yaml and a generated api_endpoints_summary.md. |
scripts/ |
Contains the JS-based CLI, raw request bash scripts, and the OpenAPI update utility. |
secure/ |
Reserved for sensitive environment configuration (not to be committed). |
Data objects typically include UUIDs for entities (accounts, transactions) and ISO 8601 timestamps for date-based filtering.
Loading
A powerful Openclaw Skills integration for Content Snare that enables AI agents to automate document requests and client information management.

A professional framework for developing, testing, and deploying quantitative trading strategies with strict consistency between backtesting and live execution.

An automated reporting engine that collects multi-source data and publishes formatted weekly summaries directly to corporate communication platforms.

A powerful integration for AI agents to automate audio-to-text transcription and captioning workflows using 3Scribe and Membrane.

An expert AI recycling consultant that provides real-time market valuations for used electronics and appliances using text and image recognition.

A powerful route planning and geocoding skill that enables AI agents to calculate travel paths and manage geographic data.








































