원클릭으로
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 직업 분류 기준
Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Install, create, scaffold, and validate new skills in the .claude/skills/ folder. Use when adding a skill from a URL, GitHub repo, zip file, or markdown content, or when creating a new skill from scratch. Also use for validating existing skills, fixing registration issues, or restructuring the .claude folder.
Browser automation via Playwright MCP — reservations, ordering, scraping, form filling. Always confirm before final submission.
Katana setup wizard. Use when user says /setup, 'set up katana', 'configure my agent', 'install features', or 'walk me through setup'. Guides user through API key configuration, skill enabling, and profile creation.
Katana Sensei — life & business orchestrator powered by the 3 I's (Intelligence, Intuition, Initiative). Auto-loads memory on session start (soul.md, user.md, work.md, tasks.md). Runs morning briefings, evening check-ins, task daily iteration, inspirational quotes (Musashi, Stoic, Zen), profile management, and delegates to all agents. Use for any daily routine, task management, memory operations, quote requests, scheduling, or orchestration.
| 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 "$HOME/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
Payment via Stripe Connect escrow on RentAHuman.ai.
→ Full command tree + MCP tool map: .claude/commands/rent.md