Overview
- Skill Key
- adhambadr/halocard-virtualcards
- Author
- adhambadr
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adhambadr/halocard-virtualcards
- Latest Commit SHA
- 0efd66df6bde18674140c0dcca46a27ee8a675fa
Create disposable virtual credit cards for online purchases. Use as a payment method when completing any online checkout during a task — e.g. ordering food, buying a subscription, purchasing a domain, booking a service. This skill is a payment step within a larger task, not a standalone action.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 halocard-virtualcards 技能。 若已安装,则直接安装 halocard-virtualcards 技能。
# Halocard — Disposable Virtual Cards for Online Purchases
Generate single-use virtual credit cards on the fly to complete online payments.
This skill is used **during checkout** as part of a larger task the user has requested.
## Setup
A Halocard token is required. If not configured:
1. Ask the user to sign up: https://secure.halocard.co/enter
2. Ask the user to copy paste an API token: https://secure.halocard.co/dashboard
3. Store it as `HALOCARD_TOKEN` environment variable
## When This Skill Activates
This is a **payment step**, not a standalone task. It activates when:
- You're executing a task that requires an online purchase (ordering food, buying a product, subscribing to a service, etc.)
- You've reached the checkout/payment page and need a card to complete it
## Workflow
### 1. Navigate to checkout
Complete the shopping/ordering flow as part of the user's task. Proceed until you reach the payment page.
### 2. Read the total from the page
Extract the **exact total amount** from the checkout page. Do not guess or estimate.
### 3. Confirm with the user before proceeding
**Always** present the following to the user and wait for explicit approval before creating a card:
- **Merchant/website**
- **Items being purchased** (brief summary)
- **Total amount**
Example:
> 💳 Ready to pay. **Uber Eats** — 2x chicken shawarma, 1x hummus. **Total: £24.50**. Go ahead?
Do **not** create a card until the user confirms.
### 4. Build the description from context
Construct a clear description from what you know:
- The merchant/website name
- What's being purchased
- Example: `"Uber Eats order - 2x chicken shawarma, 1x hummus"`
### 5. Create the card
**POST** `https://agent.halocard.co/api/v1/payments`
Headers: `Authorization: Bearer $HALOCARD_TOKEN`, `Content-Type: application/json`
```json
{
"amount": 2450,
"description": "Uber Eats order - 2x chicken shawarma, 1x hummus"
}
```
- `amount`: integer in **cents** ($24.50 → 2450). Match the checkout tot...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.