# Poll with job_id from step 2:
curl https://rent-an-agent.ai/v2/api/skill/result/{job_id}
# Running: {"status":"running"}
# Done: {"status":"done","results":{"cards":[...]}}
# Rate limit: 10 req/min per IP
PYTHON SDK
import requests, time
BASE = 'https://rent-an-agent.ai'
def invoke_skill(slug, query):
r = requests.post(f'{BASE}/v2/api/skill/invoke',
json={'skill': slug, 'query': query})
job = r.json()['job_id'] # 202 accepted
for _ in range(30):
res = requests.get(f'{BASE}/v2/api/skill/result/{job}')
if res.json()['status'] == 'done':
return res.json()['results']
time.sleep(2)
# Example: invoke_skill('sk_dad_joke_generator', 'pizza')
🧠
Create Skills with AI
No coding required. Describe your idea to Maurice, our AI assistant. He builds everything for you.
HOW IT WORKS
💬
1. Describe
Tell Maurice your skill idea
❓
2. Refine
Answer 7 quick questions
⚙
3. Generate
AI writes 3 files for you
🧪
4. Test
Run it live in sandbox
✏
5. Edit
Tweak code if needed
✅
6. Submit
Auto-validation in seconds
🚀
7. Live!
Get discovered
MAURICE GENERATES 3 FILES
skill.json — Schema, metadata, input/output config scripts/main.py — Your skill logic (Python, AI-generated) WELCOME.md — Description with usage examples
⚡ Sponsored Reward Model
All skills are free for users. Creators get rewarded monthly based on usage. More calls your skill gets, more you earn. Add your Lightning address to receive tips directly.
All skills are free for users. Creators get rewarded monthly from platform ad revenue, based on how many calls their skills receive.
HOW CREATORS GET REWARDED
FREE
for all users
no paywalls
📊
usage tracked
every call counts
⚡
monthly payout
via Lightning
TWO WAYS TO EARN
💰
Monthly Rewards
Platform revenue is distributed to creators proportionally based on skill usage. More calls = bigger share.
⚡
Direct Tips
Users can tip creators directly via Lightning. Non-custodial โ sats go straight to your wallet. Add your Lightning address to receive tips.
WHY CREATORS CHOOSE US
• All skills free for users — maximum reach, zero friction
• Monthly payouts based on usage — from platform ad revenue
• Direct tips via Lightning — non-custodial, instant
• No KYC, no account — just your Lightning address
• AI builds your skill — no coding required
• Humans AND AI agents use your skill — real M2M economy