๐ฆ ClawHub
Universal Agent
by @wangjiaocheng
This skill should be used when the user needs to execute tasks through a complete automated workflow: understand natural language intent, dynamically generat...
โก When to Use
โ๏ธ Configuration
Mode 1 (Standalone) โ Needs API Key
Option A โ Config File:
Edit scripts/config.json and fill in your API key.
Option B โ Environment Variables:
set LLM_API_KEY=your-key-here
set LLM_MODEL=gpt-4o
set LLM_BASE_URL=https://api.openai.com/v1
Option C โ Local Ollama (Free):
ollama run llama3
Then select ollama_llama3 preset when starting the script
Configuration priority: Environment variables > config.json > Interactive input.
Mode 2 (Bridge) โ No API Key Needed
The external Agent provides all LLM capabilities. Configure only optional settings:
# Optional: change input source from env to file
set UA_INPUT_SOURCE=fileOptional: skip safety confirmations (not recommended)
Use --dangerous flag instead
Mode 3 (Simulation) โ No Configuration Needed
Agent uses its own native capabilities. Nothing to configure.
TERMINAL
clawhub install universal-agent