
runeweaverstudios skills on Remote OpenClaw
8 skills published by runeweaverstudios. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
agent-swarm
Routes incoming tasks to the appropriate AI model via OpenRouter, then delegates execution to a sub-agent through sessions_spawn. Tasks are classified into eight tiers, including code, reasoning, creative, and vision, with configurable primary and fallback models per tier. The orchestrator never answers tasks directly.
gateway-guard
Keeps OpenClaw gateway authentication in sync with openclaw.json by detecting token and password mismatches. Can automatically send "continue" to a stalled agent when "Unhandled stop reason: error" appears in gateway logs. Invoke it before delegating to sub-agents or after updating OpenClaw.
friday-router
IntentRouter classifies task descriptions by type and routes them to a specific LLM via OpenRouter. It runs as an orchestrator on Gemini 2.5 Flash, delegating code tasks to MiniMax 2.5, creative tasks to Kimi k2.5, and research tasks to Grok Fast. Router output contains only task parameters and model selection, no auth tokens or gateway credentials.
better-ralph
Better Ralph runs one iteration of a PRD-driven coding loop. It reads prd.json, picks the next incomplete user story by priority, implements it, runs quality checks, commits the result, marks the story passed, and appends a progress entry. Each invocation handles exactly one story.
docker-skill
Guides installation and use of Docker across macOS, Linux, and Windows. Covers Docker Desktop and Docker Engine setup, Dockerfile authoring, building and running containers, and docker compose workflows. Fetches from official Docker docs to ensure accuracy on version-specific install steps and CLI syntax.
mulch
Mulch captures agent learnings in an append-only, git-tracked store so expertise persists across sessions. Agents run `mulch prime` at session start to load existing knowledge, then use `mulch record` to save failures, conventions, patterns, and decisions as they work. Auto-detection hooks identify errors and user corrections automatically.
skill-safety-checker
Runs structured security checks on skills from registries or shared sources before installation. Covers RCE patterns, malicious code, credential misuse, and mismatches between a registry listing and the skill's SKILL.md. Produces a 10-point report with a Benign or Suspicious verdict.
dacker
Guides installation and use of Docker on macOS, Linux, and Windows by fetching from official Docker documentation. Covers Docker Desktop, Docker Engine, Dockerfiles, CLI commands, and docker compose workflows.