rlm-controllerRLM-style long-context controller that treats inputs as external context, slices/peeks/searches, and spawns recursive subcalls with strict safety limits. Use...
Install via ClawdBot CLI:
clawdbot install Skywyze/rlm-controllerProvides a safe, policy-driven scaffold to process very long inputs by:
Executable helper scripts are bundled with this skill (not downloaded at runtime):
scripts/rlm_ctx.py β context storage + peek/search/chunkscripts/rlm_plan.py β keyword-based slice plannerscripts/rlm_auto.py β plan + subcall promptsscripts/rlm_async_plan.py β batch schedulingscripts/rlm_async_spawn.py β spawn manifestscripts/rlm_emit_toolcalls.py β toolcall JSON generatorscripts/rlm_batch_runner.py β assistant-driven executorscripts/rlm_runner.py β JSONL orchestratorscripts/rlm_trace_summary.py β log summarizerscripts/rlm_path.py β shared path-validation helpersscripts/rlm_redact.py β secret pattern redactionscripts/cleanup.sh β artifact cleanupdocs/policy.md β policy + safety limitsdocs/flows.md β manual + async flows1) Store input via rlm_ctx.py store
2) Generate plan via rlm_auto.py
3) Create async batches via rlm_async_plan.py
4) Spawn subcalls via sessions_spawn
5) Aggregate results in root session
read, write, exec, sessions_spawnexec is used only to invoke the safelisted helper scripts bundled in scripts/disableModelInvocation: truedisableModelInvocation: true in their OpenClaw configurationdocs/security.md for foundational safeguardsdocs/security_checklist.md for pre/during/post run checksPer OpenClaw documentation (subagents.md):
sessions_spawn is non-blocking and returns immediatelyUse scripts/cleanup.sh after runs to purge temp artifacts.
CLEAN_RETENTION=Ndocs/cleanup_ignore.txt (substring match)See docs/policy.md for thresholds and default limits.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection