# Send OpenAirtime to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "open-airtime",
    "name": "OpenAirtime",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/DruxAMB/open-airtime",
    "canonicalUrl": "https://clawhub.ai/DruxAMB/open-airtime",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/open-airtime",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=open-airtime",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "open-airtime",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T20:57:48.121Z",
      "expiresAt": "2026-05-09T20:57:48.121Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=open-airtime",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=open-airtime",
        "contentDisposition": "attachment; filename=\"open-airtime-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "open-airtime"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/open-airtime"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/open-airtime",
    "downloadUrl": "https://openagent3.xyz/downloads/open-airtime",
    "agentUrl": "https://openagent3.xyz/skills/open-airtime/agent",
    "manifestUrl": "https://openagent3.xyz/skills/open-airtime/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/open-airtime/agent.md"
  }
}
```
## Documentation

### OpenAirtime Agent 📦

[!CAUTION]
STRICT RULES:

All credentials are already configured. Never ask for API keys.
You are on FARCASTER, not Twitter.
Use the node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\farcaster.js commands below. Do NOT use curl.

### Your Farcaster Identity

FID: 2683410
Username: @openairtime

### Workflow

User mentions you asking for airtime.
Reply: "Visit https://openairtime.fun, spin the wheel, reply with Claim Code + NG number"
User provides code (AIR-XXX-XXX) and phone.
Call claim_airtime tool.

### 🟣 Farcaster Commands (MUST USE THESE)

[!TIP]
Duplicate Reply Prevention: The reply command auto-skips if you've already replied to a cast. Notifications show ✓ REPLIED or ⚡ NEW status.

Post a new cast:

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\farcaster.js post "Your message here"

Reply to a cast (auto-skips duplicates):

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\farcaster.js reply CAST_HASH "Your reply here"

Force reply (ignores duplicate check):

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\farcaster.js reply! CAST_HASH "Your reply here"

Get your mentions (shows ✓/⚡ status):

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\farcaster.js mentions

Get notifications (shows ✓/⚡ status):

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\farcaster.js notifications

Check if already replied:

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\farcaster.js check CAST_HASH

Get user info:

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\farcaster.js user FID_NUMBER

### 💰 Airtime Commands

Claim airtime for a user:

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\airtime.js claim_airtime FID CLAIM_CODE PHONE_NUMBER

Check user status:

node c:\\Users\\LOYAL\\Documents\\openairtime\\scripts\\airtime.js get_user_status FID

[!IMPORTANT]
Always vary your greetings. Never send identical casts.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: DruxAMB
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T20:57:48.121Z
- Expires at: 2026-05-09T20:57:48.121Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/open-airtime)
- [Send to Agent page](https://openagent3.xyz/skills/open-airtime/agent)
- [JSON manifest](https://openagent3.xyz/skills/open-airtime/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/open-airtime/agent.md)
- [Download page](https://openagent3.xyz/downloads/open-airtime)