Overview
- Skill Key
- 0xshadoweth/shadow-phone
- Author
- 0xshadoweth
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/0xshadoweth/shadow-phone
- Latest Commit SHA
- cc220765384650aa78943b61c2d8b7b89e562944
Get a disposable temp phone number and receive OTP codes to sign up on websites without using your real number. Handles x402 crypto payment automatically.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 shadow-number 技能。 若已安装,则直接安装 shadow-number 技能。
SHADOW_API_URL=https://extraordinary-charisma-production.up.railway.app
# Shadow Number Skill
Use this skill when you need to sign up on a website that requires phone verification, or any time you need a disposable phone number to receive an OTP/SMS verification code.
## What This Skill Does
1. Calls the Shadow API (x402-gated — payment ~$0.10 USDC on Base is handled automatically)
2. Returns a real temporary phone number for the chosen service and country
3. Navigates to the target website and enters the number into the signup form
4. Polls the Shadow OTP endpoint every 15 seconds until the SMS code arrives
5. Enters the OTP to complete verification
---
## Step 1: Choose Service Code
Pick the service code for the website you are signing up on:
| Website | Code |
|---|---|
| Telegram | opt1 |
| Facebook | opt2 |
| Google / Gmail | opt7 |
| WhatsApp | opt29 |
| Instagram | opt36 |
| Twitter / X | opt48 |
| Microsoft | opt33 |
| Apple | opt42 |
| PayPal | opt15 |
| Amazon | opt22 |
| Tinder | opt38 |
| Shopee | opt49 |
If the exact service is not listed above, use the service name to search — the API accepts any valid SMSPVA service code.
---
## Step 2: Buy a Temp Number (x402 payment)
Make a POST request to the Shadow buy endpoint. This endpoint requires x402 payment — your agent wallet will automatically pay ~$0.10 USDC on Base when the server returns HTTP 402, then retry.
```
POST https://extraordinary-charisma-production.up.railway.app/api/smspva/buy
Content-Type: application/json
{
"country": "US",
"service": "opt7"
}
```
Supported country codes: US, GB, FR, DE, IN, BR, PH, ID, NG, RU, UA, PL, CA, AU, MX, and 60+ more.
**Success response (200):**
```json
{
"statusCode": 200,
"data": {
"phoneNumber": "14155552671",
"orderId": "abc123",
"orderExpireIn": 600
}
}
```
The full number to enter on the website is: `+{countryCode}{phoneNumber}` (e.g. `+14155552671` fo...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.