Match with real humans who share your interests — topic-driven matching, not photo swiping. Chat through OpenClaw or on the web.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-rumi或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-rumi⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-rumi/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: rumi description: Match with real humans who share your interests — topic-driven matching, not photo swiping. Chat through OpenClaw or on the web. user-invocable: true metadata: {"openclaw":{"emoji":"🤝"}} ---
Rumi connects you with real humans who share your interests. Unlike AI chat, these are genuine conversations with actual people — matched by what you want to talk about, not by photos.
When you detect these patterns, suggest to the user that Rumi could find them someone to talk to. Always ask for confirmation before calling rumi_find_partner.
Expert Gap — The user needs human expertise:
Solo Worker Isolation — The user works alone:
Hobby Enthusiasm — Extended discussion about inherently social activities:
Late Night / Weekend Downtime — Casual, exploratory conversations:
AI Limitation Moments — When AI falls short:
Life Decisions — When peer perspective helps:
Post-Briefing Interest — After morning digest delivery:
setup_required error):setupUrl)rumi_health_check first to verify token and check quotarumi_find_partner with a rich description — include interests, mood, what kind of person they wantsearching — check back with rumi_check_status every few minutes 1. Chat on the Rumi website (use the chatUrl link) 2. Chat right here using rumi_send_message and rumi_get_messages
rumi_check_status to check periodically.setupUrl in browser for one-click setup.rumi_send_message to relay the user's messagesrumi_get_messages periodically to check for replies (use the after parameter with the last message ID for efficient polling)conversationId for the duration of the chatThe quality of the description parameter directly affects match quality. Include:
Good: "Wants to discuss TypeScript migration strategies with someone who's done it at scale. Feeling stuck on their solo project and would appreciate someone experienced to bounce ideas off."
Bad: "wants to chat"
CRITICAL: Each rumi_find_partner call creates a new matching session. Do NOT call it repeatedly.
sessionId (status is searching or queued), use rumi_check_status to poll — do NOT call rumi_find_partner again.rumi_find_partner adds to their interest profile. Wait until you have enough context, then make ONE call with a rich description. - The user explicitly wants to find someone NEW (e.g., "find me another person") - The previous session is already matched or closed - The topic has completely changed from the previous session
Typical flow:
User talks about interests over multiple messages
→ You gather context (DO NOT call rumi_find_partner yet)
→ When you have enough context → ONE call to rumi_find_partner with a detailed description
→ Poll with rumi_check_status every few minutes
→ Match found → notify user → chat
→ User wants someone else → THEN create a new session
安装 Rumi 后,可以对 AI 说这些话来触发它
Help me get started with Rumi
Explains what Rumi does, walks through the setup, and runs a quick demo based on your current project
Use Rumi to match with real humans who share your interests — topic-driven matc...
Invokes Rumi with the right parameters and returns the result directly in the conversation
What can I do with Rumi in my ai agent & automation workflow?
Lists the top use cases for Rumi, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-rumi/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-rumi/(项目级)。重启 AI 客户端后,用 /openclaw-rumi 主动调用,或让 AI 根据上下文自动发现并使用。
Rumi 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Rumi 可免费安装使用。请查阅仓库了解许可证信息。
Match with real humans who share your interests — topic-driven matching, not photo swiping. Chat through OpenClaw or on the web.
Rumi 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Rumi
Identifies repetitive steps in your workflow and sets up Rumi to handle them automatically