Loading documentation...
Loading documentation...
Real-world examples showing how to use TachiBot tools and workflows effectively. From simple tool calls to complex multi-step orchestrations.
You can call any TachiBot tool directly from Claude Code without creating a workflow. Just use natural language:
Ask Claude to use perplexity_ask tool:
Direct code review with qwen_coder:
Chain multiple tools together for more powerful analysis. Claude can orchestrate this automatically:
Complete analysis pipeline in natural language:
Get opinions from 3 different models:
Workflows are pre-built multi-step processes. TachiBot includes 11 ready-to-use workflows:
High-capacity workflows for large-scale analysis:
All workflow outputs are saved to workflow-output/ directory:
3-brainstorm-ideas-gpt-5-2025-11-14-16-32-05-Thursday.mdOverride default output directory in your .env file:
Contains execution summary and metadata:
Use jq to find errors in manifest.json:
Multi-tool analysis pipeline:
Compare database options:
Comprehensive refactoring strategy:
Run multiple tools simultaneously for faster results:
Execute steps based on previous results:
Handle outputs larger than 1MB by saving to disk:
Use 14 research-backed techniques for better reasoning:
Start with direct tool calls to understand what each tool does. Once you find a pattern you use often, convert it to a workflow for repeatability. Use the create_workflow tool to generate YAML from your natural language description!