agents
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Gecti
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Agent skills for Bitrefill: browse, buy, and manage gift cards, mobile top-ups, and eSIMs from AI coding agents. Agent Skills spec compliant. Works with Claude Code, Cursor, npx skills.
Bitrefill Agent Skills
A unified, capability-aware agent skill for Bitrefill — enabling AI coding agents to browse, buy, and manage gift cards, mobile top-ups, and eSIMs across 180+ countries with crypto, Lightning, USDC via x402, or pre-funded account balance.
Status
| Item | Status |
|---|---|
| Repo | bitrefill/agents on GitHub |
| Skill | bitrefill — capability-aware, routes to MCP / CLI / API / browser based on host |
| Plugin | .claude-plugin/marketplace.json + manifest; includes eCommerce MCP via root .mcp.json (Claude Code / Cowork) |
| Spec | Agent Skills compliant |
Installation
Claude Code / Cowork (plugin: skill + MCP)
Installing the bitrefill plugin registers the bitrefill skill and the eCommerce MCP server (no separate claude mcp add needed):
/plugin marketplace add bitrefill/agents
/plugin install bitrefill@bitrefill-skills
First MCP tool call triggers OAuth in your Claude client (no API key configuration). Other hosts (Cursor, Codex CLI, etc.) still configure MCP manually — see skills/bitrefill/references/mcp.md.
skills CLI
npx skills add bitrefill/agents
With a specific agent (e.g. Cursor):
npx skills add bitrefill/agents -a cursor -y
OpenClaw
Via the cross-host installer:
npx skills add bitrefill/agents -a openclaw -y
Or via OpenClaw's own ClawHub registry:
openclaw skills install bitrefill
openclaw gateway restart
Then wire the eCommerce MCP for typed purchase tools:
openclaw mcp set bitrefill --url "https://api.bitrefill.com/mcp/$BITREFILL_API_KEY"
Full setup, channel-aware scenarios (Telegram purchase, cron top-up, mobile-camera context), and required hardening: skills/bitrefill/references/host-openclaw.md.
Skill
| Skill | Description |
|---|---|
bitrefill |
Capability-aware skill that detects the host runtime and routes to the highest-fidelity channel: residential-IP browser (ChatGPT Atlas, Cursor, Claude+Chrome), eCommerce MCP (preferred for purchases), @bitrefill/cli via npm, or the REST API (Personal / Business / Affiliate). Includes a dedicated OpenClaw integration guide for chat-channel scenarios — Telegram purchases, cron auto-renewals, mobile-camera context. |
Structure
.mcp.json # Claude Code plugin: eCommerce MCP (HTTP) definition
.claude-plugin/
├── plugin.json
└── marketplace.json
skills/bitrefill/
├── SKILL.md # capability decision tree + safeguards summary
└── references/
├── browse.md # residential browser
├── mcp.md # MCP setup per client
├── cli.md # @bitrefill/cli
├── api.md # Personal / Business / Affiliate REST
├── host-openclaw.md # OpenClaw Gateway integration
├── capability-matrix.md # per-client cheat sheet
├── safeguards.md # spending policy + per-host hardening
└── troubleshooting.md
Contributing
To add a new skill:
- Create a new directory under
skills/(e.g.,skills/my-skill/) - Add a
SKILL.mdfile with valid YAML frontmatter (name,description) and agent instructions - Optionally add a
references/subdirectory with supporting documentation - Update
.claude-plugin/marketplace.jsonto register the skill
Skill names must be lowercase with hyphens and match the directory name exactly.
Documentation
For the full Agent Skills specification, see agentskills.io/specification.
License
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi