🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Gemini Worker

by @cl0ckt0wer

Run Gemini CLI as a headless worker agent for long-running or parallelizable tasks. Use when: (1) Anthropic API is overloaded/unavailable (529 errors) and yo...

πŸ’‘ Examples

# Simple prompt
gemini -p "Your prompt here" --yolo

With workspace access (required for file reads/writes outside ~/.gemini)

gemini \ --include-directories /path/to/dir1,/path/to/dir2 \ --yolo \ -p "Your prompt here"

Long prompts via file (recommended for >1KB prompts)

gemini \ --include-directories /tmp/task-dir \ --yolo \ -p "$(cat /tmp/task-dir/prompt.txt)"

View on ClawHub
TERMINAL
clawhub install gemini-worker

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’