bitrefill-website
Help users accomplish tasks on Bitrefill (bitrefill.com): browse and search gift cards, mobile top-ups, and eSIMs; get product and pricing info; buy and pay with crypto or card; redeem, activate, or use purchases. Use when the user mentions Bitrefill, gift cards, phone top-up, eSIM for travel, or paying with Bitcoin/Lightning for digital goods.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/marcopesani/bitrefill-websiteBitrefill Website Skill
Use this skill when the user wants to do anything on Bitrefill (bitrefill.com): learn about products, search, compare, buy, or use what they bought. Bitrefill sells digital goods (gift cards, mobile top-ups, eSIMs) and offers Bitcoin/Lightning services; payment can be crypto or card. All products are delivered digitally and usually instantly.
When to Use This Skill
Activate when the user:
- Mentions Bitrefill or bitrefill.com
- Wants to buy gift cards, mobile top-up, or eSIM (with crypto or card)
- Asks how to search, find, or compare products on Bitrefill
- Needs information (pricing, availability, country restrictions, denominations)
If the request is vague (e.g. "I need a gift"), ask what type of product and for whom (country/interests).
Quick Decision: What Does the User Want to Do?
User intent?
├─ Learn what Bitrefill offers / product types → See "Product types at a glance" below; details in references/product-types.md
├─ Search or browse for a product → references/search-and-browse.md
└─ Get detailed info (price, country, how it works)→ references/search-and-browse.md
Product Types at a Glance
| Product type | What it is | Main URL | Load details when needed |
|---|---|---|---|
| Gift cards | Digital gift cards (shopping, streaming, gaming, food, travel) | bitrefill.com/{country}/{lang}/gift-cards/ | references/product-types.md, references/supported-categories.md |
| Mobile top-ups | Prepaid airtime/data for a phone number (200+ countries) | bitrefill.com/refill/ | references/product-types.md |
| eSIMs | Travel data plans (data-only, QR activation, 190+ countries) | bitrefill.com/esim/all-destinations or bitrefill.com/{country}/{lang}/esims/ | references/product-types.md |
| Bitcoin / Lightning | Channel opening, liquidity, payment tools | bitrefill.com (relevant sections) | references/product-types.md (brief) |
| Account & Auth | Signup, login, password reset, referral program | bitrefill.com/signup, /login | references/account-and-auth.md |
Critical: Many products are country- or region-specific. Always confirm or infer the user's country (and, for top-ups, carrier) before recommending a product or flow.
- Country in URL: The first path segment is country, the second is language (e.g.
/us/en/gift-cards/,/mx/es/gift-cards/). The country segment filters the inventory shown to gift cards usable in that country. To see a specific country's inventory, use that country in the URL. - Geolock: Purchasability is enforced at IP level, not by the URL. If a product is not purchasable, it is due to the user's IP/location, not the country chosen in the URL.
Task Flows (High Level)
Browse or search
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-marcopesani-bitrefill-website": {
"enabled": true,
"auto_update": true
}
}
}