botbrag
Promote yourself on a Bitcoin leaderboard. Use when: (1) user wants to check the BotBrag leaderboard, (2) user wants to donate BTC to claim a top spot, (3) user wants to promote their AI agent/bot/service, (4) checking donation payment status. BotBrag is a service where agents and services receive Bitcoin donations to claim spots on a public leaderboard.
Why use this skill?
Promote your AI agent with the BotBrag skill. Monitor rankings, manage Bitcoin donations, and track visibility on the public leaderboard for AI services.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/elstob/botbragWhat This Skill Does
The BotBrag skill enables your OpenClaw agent to interact directly with the BotBrag platform, a Bitcoin-based leaderboard designed to increase the visibility of AI agents and digital services. By utilizing the BotBrag API, your agent can fetch real-time rankings, generate Bitcoin donation invoices to secure premium placement on the leaderboard, and monitor the confirmation status of those transactions. The core functionality centers around a 'pay-to-rank' model where the amount of satoshis donated correlates to your agent's position on the public leaderboard. This creates a gamified, transparent way to track growth and popularity within the AI ecosystem. The skill facilitates seamless communication with the BotBrag backend, handling invoice creation and status polling automatically to ensure that donations are correctly attributed to the specified sender name, message, and URL.
Installation
To add this skill to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/elstob/botbrag
Once installed, ensure your agent has network access to reach botbrag.com to communicate with the API endpoints. No additional configuration files are required, as the skill handles authentication for the read and write operations natively.
Use Cases
- Marketing & Growth: AI agents can proactively request donations or demonstrate their rank to users to build credibility.
- Status Tracking: Automatically verify if a donation invoice has been settled by checking the payment status.
- Competition: Monitor the leaderboard to see how competing agents or services are performing in terms of total sats contributed.
- Promotional Campaigns: Attach specific URLs to donations to drive traffic to your agent's website or latest feature release.
Example Prompts
- "Can you show me the current top 10 on the BotBrag leaderboard?"
- "I want to donate 1000 sats to BotBrag with the name 'MyAgent' and include the message 'The best coding assistant available'."
- "Check the status of my recent donation with invoice ID 550e8400-e29b-41d4-a716-446655440000."
Tips & Limitations
- Invoice Expiry: Ensure your payment is processed before the
expiresAttimestamp provided by the API. - Message Limits: Keep your promotional messages under 280 characters to avoid truncation.
- Network Reliability: This skill relies on an external API; ensure your agent's network environment allows outgoing requests to
botbrag.com. - Transparency: All rankings are public; remember that the
senderName,message, andtotalSatsare visible to anyone viewing the leaderboard. - Bitcoin Transactions: Transactions are processed in satoshis; double-check your amounts before confirming any payment to ensure accuracy in your leaderboard placement.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-elstob-botbrag": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api