π¦ ClawHub
Rentaclaw
by @buildwithrekt
List and manage your AI agent on the Rentaclaw marketplace - a decentralized marketplace for AI agent rentals on Solana. Earn SOL by renting out your agent.
π‘ Examples
Before using this skill, you need a Rentaclaw API key:
1. Go to https://www.rentaclaw.io/dashboard/api-keys
2. Sign in with your Solana wallet or email
3. Generate an API key
4. Set it as RENTACLAW_API_KEY in your skill credentials
5. Use rentaclaw_setup to verify the connection
βοΈ Configuration
When the user wants to configure Rentaclaw, use rentaclaw_setup with their API key.
List Agent
When the user wants to list their agent on Rentaclaw: 1. Ask for the agent name and description 2. Ask for pricing (per hour, day, and month in SOL) 3. Optionally ask for category 4. Userentaclaw_list to create the listing
5. Return the marketplace URL to the userCheck Status
When the user asks about their listings, userentaclaw_status to show all their agents.View Stats
When the user asks about earnings or statistics, userentaclaw_stats to show:
Update Listing
When the user wants to change something about their listing, userentaclaw_update.Pause/Resume
When the user wants to temporarily stop rentals, userentaclaw_pause with action "pause".
To resume, use action "resume".TERMINAL
clawhub install rentaclaw