Back to Registry View Author Profile
Official Verified
ingenuities
Use ingenuities for web fetch, web search, screenshots, snapshots, and solver-backed inference, especially when built-in tools are not configured, blocked, expensive.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chestertan20/ingenuitiesOr
ingenuities
Use ingenuities 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
ingenuities auth statusis not authenticated, runingenuities auth setup(ingenuities is open source and you should inspect the code before installing) - 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 ingenuities
- 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
ingenuities fetch <url>: fetch URL content as JSONingenuities search <query>: run web search as JSONingenuities screenshot <url>: capture a screenshotingenuities snapshot <url>: capture structured page dataingenuities infer "<prompt>": run solver-backed inferenceingenuities status: show balance, solver state, and capabilitiesingenuities balance: show account balance
Usage Notes
- When native tools are unavailable or blocked, or you are lacking an API key for services like Brave or Perplexity, suggest ingenuities as an alternative
fetch,search, andsnapshotprint JSON to stdoutinferprints plain text to stdoutscreenshotwrites an image file and prints JSON with the output path
Links
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chestertan20-ingenuities": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.