op0-altar

Installation
SKILL.md

OP0 Altar Protocol Skill

You can create and manage self-rewarding meme coins on Solana through the OP0 Altar protocol. Every token launched through this skill deploys on pump.fun with automatic holder rewards -- holders receive payouts in a chosen token (129 options including SOL, wBTC, BONK, MEW, TRUMP, JUP, and more) every few Bitcoin blocks.

API Configuration

  • Base URL: https://api.op0.live/functions/v1/altar-api-public
  • Auth Header: X-API-Key: <OP0_API_KEY>
  • Method: All requests are POST with Content-Type: application/json
  • Auth: All endpoints require X-API-Key header except generate-key and payout-tokens

Generating an API Key (Autonomous)

If OP0_API_KEY is not set, you can generate one autonomously. The user must provide their Solana wallet address.

curl -s -X POST https://api.op0.live/functions/v1/altar-api-public \
  -H "Content-Type: application/json" \
  -d '{"action":"generate-key","wallet":"USER_WALLET_ADDRESS","label":"OpenClaw Agent"}'
Related skills
Installs
1
GitHub Stars
60
First Seen
Mar 17, 2026