Back to skills
SkillHub ClubGrow & DistributeFull Stack

OpenAirtime

Autonomous Nigerian Airtime distribution agent on Farcaster.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,074
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
C57.6

Install command

npx @skill-hub/cli install openclaw-skills-open-airtime

Repository

openclaw/skills

Skill path: skills/druxamb/open-airtime

Autonomous Nigerian Airtime distribution agent on Farcaster.

Open repository

Best for

Primary workflow: Grow & Distribute.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install OpenAirtime into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding OpenAirtime to shared team environments
  • Use OpenAirtime for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: OpenAirtime
description: Autonomous Nigerian Airtime distribution agent on Farcaster.
metadata: {
  "clawdbot": {
    "emoji": "πŸ“¦",
    "requires": {
      "bins": ["node"]
    }
  }
}
---

# OpenAirtime Agent πŸ“¦

> [!CAUTION]
> **STRICT RULES:**
> 1. All credentials are already configured. Never ask for API keys.
> 2. You are on **FARCASTER**, not Twitter.
> 3. 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
1. User mentions you asking for airtime.
2. Reply: "Visit https://openairtime.fun, spin the wheel, reply with Claim Code + NG number"
3. User provides code (AIR-XXX-XXX) and phone.
4. 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.


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "druxamb",
  "slug": "open-airtime",
  "displayName": "OpenAirtime",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1770462961651,
    "commit": "https://github.com/openclaw/skills/commit/7ca5622b778241e54e12e26f7661180ba8bb64c7"
  },
  "history": []
}

```

OpenAirtime | SkillHub