Generate single-use virtual credit cards on the fly to complete secure online payments during automated agent tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install halocard-virtualcards
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 halocard-virtualcards using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Halocard is a specialized tool designed to facilitate secure financial transactions within autonomous workflows. It allows agents to generate disposable virtual credit cards specifically for checkout processes, such as ordering supplies, purchasing subscriptions, or booking services. By acting as a secure payment bridge, it ensures that your primary financial details remain protected while enabling Openclaw Skills to complete end-to-end commerce tasks.
This skill is not intended for standalone use but rather as a critical payment step in a larger automation sequence. It focuses on high-security standards, requiring explicit user confirmation before any card creation and ensuring that sensitive card data is never permanently stored or logged, maintaining a high level of privacy and control for the user.
To enable Halocard, you must configure your API token in your environment.
export HALOCARD_TOKEN="your_token_here"
The skill manages transaction data through the Halocard API with the following structure:
| Attribute | Type | Description |
|---|---|---|
| amount | Integer | The transaction total represented in cents (e.g., 1000 for $10.00). |
| description | String | Metadata describing the merchant and the specific items being purchased. |
| card.pan | String | The 16-digit virtual card number (transient). |
| card.cvc | String | The 3-digit security code (transient). |
| card.expiry | String | The month and year of expiration for the generated card. |
Loading
MenuVision transforms restaurant menus from any source into interactive, visually rich HTML digital menus using advanced AI vision and image generation.

A comprehensive tool for generating high-fidelity images and cinematic videos using xAI's Grok Imagine Extended models.

A daily optimization engine that delivers actionable strategies to improve AI agent performance and reduce operational costs.

A robust automated backup and disaster recovery system designed to preserve OpenClaw agents, skills, configurations, and long-term memory.

A suite of automation skills that allow AI agents to control macOS via Accessibility APIs, handling everything from window management to OCR-based interactions.

A comprehensive toolset for converting web pages to LLM-friendly markdown and performing multi-step deep research.








































