一键导入
rent
Delegate tasks to real humans via RentAHuman.ai — search skills, post bounties, manage conversations, and run AI-scored opportunity scans.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Delegate tasks to real humans via RentAHuman.ai — search skills, post bounties, manage conversations, and run AI-scored opportunity scans.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | rent |
| triggers | hire a human, rent a human, delegate to human, find a freelancer, post a bounty, hire someone, human assistant, errands, rentahuman, bounty |
| description | Delegate tasks to real humans via RentAHuman.ai — search skills, post bounties, manage conversations, and run AI-scored opportunity scans. |
Auto-activate when the user wants to hire a person, post a job, or delegate a task that needs a human.
/rent — Browse + print command menu
/rent scan — AI-scored bounties (Grok, 12hr cache)
/rent scan force — Bypass cache, fresh scoring now
/rent scan new — Only unseen bounties
/rent post <desc> — Post a new bounty (first sentence = title)
/rent saved — View saved bounties
/rent skills — List available human skills
/rent status — Connection check
Direct: /rent search <skill> → /rent human <id> → /rent talk <id> : msg → negotiate → book
Bounty: /rent post desc → humans apply → /rent applications <id> → /rent accept <app_id>
Script: python3 .claude/skills/rent/scripts/bounty_hunter.py
Cache: logs/bounties_cache.json (12hr TTL, Grok-3-mini-fast scoring 0–100)
After running: read cache file and display scored results to user.
Bounties: 5/day | Conversations: 50/day | Messages: 30/hr | API keys: 3 max
python hire_team.py "Task description"
python hire_team.py talk <human_id> "Message"
python hire_team.py bounty "Title" --description "..." --price 100 --hours 2
Note: hire_team.py is an optional external CLI. Primary interface is MCP via /rent commands.
Payment via Stripe Connect escrow on RentAHuman.ai.
→ Full command tree + MCP tool map: .claude/commands/rent.md