A secure Openclaw Skills connector for query, transaction, and card data retrieval via the Fidel API using the OOMOL CLI tool.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-fidel-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 oo-fidel-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 Fidel API skill enables autonomous agents and developers to safely query and manage financial data from the Fidel API platform (fidel.uk). By wrapping interactions inside OOMOL-connected secure environments, this integration prevents local token leakage by injecting API credentials server-side.\n\nBuilt for the Openclaw Skills framework, this developer utility eliminates manual HTTP building. By executing commands through the unified oo command-line helper, developer systems obtain standard JSON payloads for card linking, transaction monitoring, and brand lookup operations easily.
oo connector schema to dynamically inspect input parameters for the targeted API call.\n2. Payload Building: The tool formats parameters (such as transaction IDs or program IDs) into a standard JSON payload.\n3. Authorized Execution: The oo connector run command is invoked. OOMOL injects the user's secure credentials server-side and routes the query to Fidel API.\n4. Structured Delivery: The connector delivers a standardized response containing metadata and execution identifiers for subsequent actions.Get started quickly with these setup steps to authorize your Openclaw Skills workspace:\n\n1. Install OOMOL CLI\n\nOn macOS or Linux:\nbash\ncurl -fsSL https://cli.oomol.com/install.sh | bash\n\n\nOn Windows (PowerShell):\npowershell\nirm https://cli.oomol.com/install.ps1 | iex\n\n\n2. Log In\n\nAuthenticate your local terminal environment:\nbash\noo auth login\n\n\n3. Link Fidel API Provider\n\nAdd your Fidel API credentials (API Key auth type) securely via your dashboard:\ntext\nhttps://console.oomol.com/app-connections?provider=fidel_api\n
Every command execution utilizes structured JSON routing. You can fetch schemas on demand:\n\nbash\noo connector schema "fidel_api" --action "<action_name>"\n\n\n### Available API Operations\n\n| Action Name | Type | Purpose |\n| :--- | :--- | :--- |\n| get_brand | Read | Fetch brand details by brand ID. |\n| get_card | Read | Fetch card details by card ID. |\n| get_transaction | Read | Fetch a transaction by transaction ID. |\n| list_brands | Read | List active brands under your API key. |\n| list_cards | Read | List cards connected to a program ID. |\n| list_transactions | Read | List transactions for a program ID. |\n\nAll standard output payloads feature an execution identifier:\njson\n{\n "data": { ... },\n "meta": {\n "executionId": "string"\n }\n}\n
Loading
A secure, CLI-driven browser automation skill that enables AI agents to search, crawl, and fetch web page data via the Hyperbrowser platform without managing API keys directly.

An executive API bridge for NeverBounce to run high-accuracy email validation and bulk verification tasks directly through the OOMOL CLI.

A developer-ready CLI-based skill that allows AI agents to interact directly with Loomio to search, list, and retrieve poll details safely.

A powerful integration to operate and automate lexoffice accounting, contact, and inventory workflows via OOMOL secure CLI actions.

An AI-ready integration to programmatically manage Formbricks contacts, attribute keys, and workspaces using the oo CLI without handling raw tokens.

An Openclaw Skills integration that empowers AI agents to generate, manage, and translate HeyGen avatar and template videos using the OOMOL-connected CLI.








































