Crypton eSIM:Openclaw Skills 的匿名旅游流量数据
作者:互联网
2026-03-26
什么是 Crypton eSIM?
Crypton eSIM 是 Openclaw Skills 生态系统中一个高实用性的功能,使用户能够在不牺牲隐私的情况下保持全球连接。它提供了一个直接接口,无需用户注册或创建账户即可浏览和购买 170 多个国家的移动数据套餐。通过利用 Crypton Guest eSIM API,该技能允许使用比特币和门罗币等安全支付方式无缝获取数字 SIM 卡。
该技能专为开发者和注重隐私的旅行者设计,简化了上网流程。用户可以在现有的 AI 智能体工作流中比较套餐、发起安全结账并检索激活码。无论您是出差还是需要临时数据解决方案,此工具都能让电信服务像发送消息一样简单。
下载入口:https://github.com/openclaw/skills/tree/main/skills/ajarmoszuk/crypton-esim
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install crypton-esim
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 crypton-esim。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
Crypton eSIM 应用场景
- 旅行者抵达新国家时需要立即获得移动数据,无需更换实体 SIM 卡。
- 注重隐私的用户希望使用门罗币或比特币匿名购买电信服务。
- 为测试或短期远程工作项目自动化获取临时数据套餐。
- 通过简单的聊天命令查看现有 eSIM 订单的状态和流量使用情况。
- 通过单一的 Openclaw Skills 界面管理多个国际数据套餐。
- 用户通过使用 esim 或 travel data 等触发词启动工作流,可选择指定国家。
- 该技能查询 Crypton Guest eSIM API,以获取所请求目的地的可用套餐、定价和流量限制。
- 用户选择特定套餐并选择支付方式,如 btc、xmr 或 card。
- 该技能生成唯一订单并提供支付地址或网关链接。
- 支付确认后,该技能将检索 eSIM 激活详情,包括 ICCID 和 QR 码字符串,以便立即使用。
Crypton eSIM 配置指南
要在您的 Openclaw Skills 环境中部署此技能,请确保已安装 Python 3.7+ 和 requests 库。
pip install requests
访客 API 不需要 API 密钥,但您可以使用环境变量配置默认行为:
export api_base_url='https://crypton.sh/api/v1/guest/esim'
export default_payment_method='btc'
Crypton eSIM 数据架构与分类体系
该技能主要通过与 Crypton API 交互来管理数据。它处理以下数据结构:
| 组件 | 描述 |
|---|---|
| 套餐元数据 | 包括 package_id、数据流量 (MB/GB) 和有效期 (天)。 |
| 订单状态 | 通过 order_uuid 跟踪购买生命周期,包括待处理和已完成状态。 |
| 激活详情 | 包含用于在设备上配置 eSIM 的 ICCID 和 LPA 激活字符串。 |
| 使用数据 | 实时监控剩余流量余额和过期时间戳。 |
所有会话数据都是临时性的,依靠订单 UUID 进行跨查询持久化。
name: crypton-esim
description: Purchase anonymous eSIMs with BTC/XMR/card - no account required
Crypton eSIM
Purchase anonymous eSIMs directly from chat. Pay with Bitcoin, Monero, or card - no account required.
Triggers
- esim
- e-sim
- mobile data
- travel data
- buy esim
- get esim
- data plan
- roaming
Commands
esim
Browse and purchase eSIMs for 170+ countries.
Usage: esim [country]
Examples:
esim- Show available countriesesim germany- Show plans for Germanyesim DE- Show plans by country code
buy
Purchase an eSIM plan with your preferred payment method.
Usage: buy [package_id] with [payment_method]
Payment methods: btc, xmr, card (or stripe)
Examples:
buy DE_1_7 with btc- Buy Germany 1GB/7days with Bitcoinbuy US_5_30 with xmr- Buy USA 5GB/30days with Monerobuy FR_3_14 with card- Buy France 3GB/14days with card
status
Check the status of an existing order.
Usage: status [order_uuid]
Examples:
status a1b2c3d4-e5f6-7890-abcd-ef1234567890
help
Show available commands and usage information.
Usage: help
Features
- Browse eSIM plans for 170+ countries
- Anonymous purchases - no account needed
- Pay with Bitcoin (BTC), Monero (XMR), or credit card
- Real-time order status tracking
- Get activation codes and QR codes
- No API key required
Example Conversation
User: esim
Bot: ?? Available eSIM Destinations
? Germany (DE) - from €1.40 (15 plans)
? France (FR) - from €1.75 (13 plans)
? United States (US) - from €3.25 (12 plans)
...
Type `esim [country]` to see plans.
---
User: esim germany
Bot: ?? eSIM Plans for Germany
| Data | Validity | Price | Package ID |
|------|----------|-------|------------|
| 500 MB | 1 day | €1.40 | DE_0.5_Daily |
| 1.0 GB | 7 days | €2.45 | DE_1_7 |
| 3.0 GB | 30 days | €6.00 | DE_3_30 |
To purchase: `buy [package_id] with btc/xmr/card`
---
User: buy DE_1_7 with btc
Bot: ? Order Created
**Plan:** Germany 1GB 7Days
**Data:** 1.0 GB
**Validity:** 7 days
**Price:** €2.45
**Payment Method:** Bitcoin
**Amount:** `0.00004521 BTC`
**Address:** `bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh`
Order ID: `a1b2c3d4-e5f6-7890-abcd-ef1234567890`
Send payment to complete your order.
---
User: status a1b2c3d4-e5f6-7890-abcd-ef1234567890
Bot: ? Order Complete
**Plan:** Germany 1GB 7Days
**Data Remaining:** 1024 MB
**ICCID:** 8901234567890123456
**Activation Code:**
LPA:1$smdp.example.com$ACTIVATION-CODE
Scan the QR code or enter the activation code in your phone's eSIM settings.
API
This skill uses the Crypton Guest eSIM API.
- Base URL:
https://crypton.sh/api/v1/guest/esim - Authentication: None required
- Documentation: https://crypton.sh/esim/guest
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /plans |
List available eSIM plans |
| GET | /countries |
List countries with plans |
| POST | /checkout |
Create a purchase |
| GET | /order/{uuid} |
Check order status |
| POST | /refresh/{uuid} |
Refresh usage data |
Rate Limits
- GET endpoints: 30 requests/minute
- POST /checkout: 10 requests/minute
- POST /refresh: 5 requests/minute
Configuration
| Variable | Default | Description |
|---|---|---|
api_base_url |
https://crypton.sh/api/v1/guest/esim |
API endpoint |
default_payment_method |
btc |
Default payment (btc, xmr, stripe) |
Dependencies
- Python 3.7+
- requests library
Files
SKILL.md- This filecrypton_esim.py- Skill implementationREADME.md- Additional documentationrequirements.txt- Python dependencies
Testing
# Interactive mode
python crypton_esim.py
# Single command
python crypton_esim.py "esim germany"
Support
- Website: https://crypton.sh
- API Docs: https://crypton.sh/esim/guest
License
MIT
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
信号管道:自动化营销情报工具 - Openclaw Skills
技能收益追踪器:监控 Openclaw 技能并实现变现
AI 合规准备就绪度:评估与治理工具 - Openclaw Skills
FOSMVVM ServerRequest 测试生成器:自动化 API 测试 - Openclaw Skills
酒店搜索器:AI 赋能的住宿与位置情报 - Openclaw Skills
Dub 链接 API:程序化链接管理 - Openclaw Skills
IntercomSwap:P2P BTC 与 USDT 跨链兑换 - Openclaw Skills
spotplay:macOS 原生 Spotify 播放控制 - Openclaw Skills
DeepSeek OCR:AI驱动的图像文本识别 - Openclaw Skills
Web Navigator:自动化网页研究与浏览 - Openclaw Skills
AI精选
