Execute code safely using RLM Runtime with Docker isolation when you need to run tests, validate implementations, or execute complex computations. Use when the user asks to run code, test implementations, or when you need to verify code behavior.
From sniparanpx claudepluginhub snipara/snipara-claude --plugin sniparaThis skill uses the workspace's default tool permissions.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
When you need to execute code safely:
Check if RLM Runtime is installed:
which rlm or rlm --versionpip install rlm-runtime[all]For safe execution, use Docker environment:
rlm run --env docker "Your task here"For quick local execution (trusted code only):
rlm run "Your task here"Common patterns:
rlm run --env docker "Run pytest for the authentication module"rlm run --env docker "Check if the API endpoint returns valid JSON"rlm run --env docker "Parse logs and extract top 5 error messages"View execution logs:
rlm logs - See recent executionsrlm visualize - Launch interactive trajectory viewerWhen to use:
When NOT to use: