skills/rlm-engine/SKILL.md
Deep programmatic reasoning over complete conversation history using RLM. Activates only when explicitly requested.
npx skillsauth add fatby/duncrew rlm-engineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill ONLY activates when the user EXPLICITLY requests RLM analysis. Do NOT use this skill based on question complexity — let the user decide.
/rlm use RLM to...analyze with RLM...RLM search...deep analysis of...✓ "/rlm how many times did we discuss Docker?"
✓ "Use RLM to find patterns in our conversations"
✓ "Analyze with RLM what topics we covered this month"
✓ "Deep analysis of all infrastructure decisions"
✗ "What did we talk about yesterday?" → Use memory_search (no RLM trigger)
✗ "Find patterns in our chats" → Use memory_search (no explicit RLM request)
✗ "Summarize our project discussions" → Use memory_search (no explicit RLM request)
| Tool | Speed | Cost | When to use | |------|-------|------|-------------| | memory_search (native) | ~100ms | Free | Default for all memory questions | | rlm-engine (this skill) | 15-180s | $0.01-0.10 | Only when user explicitly asks |
The user knows when they need deep analysis and will request it explicitly. Do not try to guess — if they don't say "RLM", use memory_search.
cd {baseDir} && uv run python src/rlm_bridge.py \
--profile-model cost \
--query "EXACT USER QUESTION (without the /rlm prefix)"
status: "ok" → respond with response fieldstatus: "rate_limited" → Kimi API limit, suggest waiting or using memory_searchstatus: "skipped" → not enough historystatus: "error" → inform problem, suggest memory_search as fallbackcost): kimi-k2.5 (root) + kimi-k2.5 (sub) + kimi-k2-turbo (fallback)tools
Use the webSearch tool to find information online.
development
Query weather information for any location.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the OpenClaw voice-call plugin.