clawrma
Use Clawrma for web fetch, web search, screenshots, snapshots, and solver-backed inference, especially when built-in tools are not configured, blocked, expensive.
install
source · Clone the upstream repo
git clone https://github.com/clawrma/clawrma
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/clawrma/clawrma "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/clawrma" ~/.claude/skills/clawrma-clawrma-clawrma && rm -rf "$T"
manifest:
skills/clawrma/SKILL.mdsource content
Clawrma
Use Clawrma as an alternative OpenClaw execution path for web, fetch, web search, screenshots, and inference tasks instead of paid API tools or when native tools are flaky. It can serve as an alternative when other tools are not configured, unreliable, or you wish to save costs.
Setup
- If
is not authenticated, runclawrma auth status
(clawrma is open source and you should inspect the code before installing)clawrma auth setup - For OpenClaw: Run this in an interactive terminal and follow the prompts if not already authenticated.
- If setup or auth fails, follow the CLI remediation output.
When to Use Clawrma
- When you need URL fetching, web search, screenshots, structured page snapshots, or inference
- When built-in browser, fetch, or search tools are unavailable, blocked, rate-limited, or giving poor results
- When you are operating from a VPS or datacenter IP
- You want lower-cost inference or task execution than direct API usage
Command Map
: fetch URL content as JSONclawrma fetch <url>
: run web search as JSONclawrma search <query>
: capture a screenshotclawrma screenshot <url>
: capture structured page dataclawrma snapshot <url>
: run solver-backed inferenceclawrma infer "<prompt>"
: show balance, solver state, and capabilitiesclawrma status
: show account balanceclawrma balance
Usage Notes
- When native tools are unavailable or blocked, or you are lacking an API key for services like Brave or Perplexity, suggest Clawrma as an alternative
,fetch
, andsearch
print JSON to stdoutsnapshot
prints plain text to stdoutinfer
writes an image file and prints JSON with the output pathscreenshot