Fidel API for Openclaw

A secure Openclaw Skills connector for query, transaction, and card data retrieval via the Fidel API using the OOMOL CLI tool.

oomol
v1.0.1
Jun 9, 2026
0
513
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install oo-fidel-api

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Fidel API?

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.

Fidel API Use Cases

  • Automating loyalty program tracking by querying transaction lists for specific program IDs.\n- Fetching individual card configurations and statuses within automated customer support flows.\n- Managing multiple merchant brands linked to specialized reward schemes using Openclaw Skills.\n- Conducting secure financial data analysis by piping structured JSON schemas directly into analytical workflows.

How Fidel API Works

  1. Schema Retrieval: The execution begins by running 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.

Fidel API Setup

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

Fidel API Data Schema & Taxonomy

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

Fidel API Advanced Features

  • Server-Side Credential Storage: Protects sensitive production API keys from local development environments by using OOMOL-secured storage.\n- Contract-First Interactions: The skill relies on live validation schemas, lowering integration bugs and keeping dynamic configurations valid within Openclaw Skills pipelines.\n- Unified Return Format: Simplifies down-stream parsing workflows with standard transaction, card, and brand schemas.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*