Install
openclaw skills install jimmy-task-routerAutomatically route tasks to the appropriate tool, agent, or workflow. Analyzes task intent and complexity to route to coding, research, trading, system, or content workflows.
openclaw skills install jimmy-task-routerAutomatically route tasks to the appropriate tool, agent, or workflow based on keywords and complexity analysis.
bash scripts/route-task.sh "write a python script to sort a list"
bash scripts/route-task.sh "what is the weather in Valencia?"
bash scripts/route-task.sh "analyze this wallet: 0x81ac..."
Analyzes task description for intent and complexity
Matches against known patterns:
Returns routing decision with confidence score
Edit scripts/config.sh to add custom patterns or change routing logic.
Can be used as a pre-processor for incoming tasks to route them to specialized agents or tools.