Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Added new batch dispatch functionality via the scripts/dispatch.py batch command, enabling processing of multiple tasks from a file. - Provided sample tasks.json format and usage instructions in documentation. - Updated help and tips to mention improved batch dispatch support.
What This Skill Does
Routes tasks to free AI models via OpenRouter, delegating content writing, research, and code generation away from expensive primary models. Supports single tasks, typed dispatch for automatic model selection, and batch processing from a JSON file.
Automatically selects the best available free model by task type, so agents avoid paying for expensive models on tasks free models handle adequately.
When to use it
- Draft a blog post without spending primary model credits
- Research competitor pricing using a free analysis model
- Generate boilerplate scripts for routine automation
- Write email newsletter drafts in bulk
- Batch process multiple independent content tasks in one run
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Write a blog post about freelance copywriting rates in 2026
- 1Run dispatch.py with --prompt and --type content
- 2Script selects arcee-ai/trinity-large-preview:free for writing tasks
- 3Sends prompt to OpenRouter API and waits for response
- 4Prints result to stdout or saves to the specified output file
Blog post draft ready for review before publishing
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.