@fr3k/cli
v1.0.0
Published
Ultimate AI CLI + Workflow Automation - FR3K configuration system integrated with b0t's 900+ automation functions across 140 modules. Configure Claude Code/Gemini/OpenCode + build AI-driven workflows in natural language.
Maintainers
Readme
FR3K$ 💰
Ultimate AI CLI + Workflow Automation Platform
The power of FR3K configuration system + b0t's 900+ automation functions in one CLI
🚀 What is FR3K$?
FR3K$ combines two powerful systems:
FR3K Configuration System - Auto-configure Claude Code, Gemini CLI, and OpenCode with:
- 4 MCP Servers (hey-fr3k, fr3k-think, md-mcp, unified-pantheon-mcp)
- 72 Demon-Angel pairs from Unified Pantheon
- 470 Fabric patterns across 9 domains
- TAC (Tactical Agentic Coding) methodology
b0t Workflow Automation - AI-driven workflow automation with:
- 900+ functions across 140 modules
- Natural language workflow creation
- Production-ready features (circuit breakers, rate limiting, retries)
- Infinitely extensible (add your own modules)
Result: Configure your AI CLI tools + build powerful automations, all from one command.
📦 Installation
npm install -g fr3k$Or use with npx (no installation):
npx fr3k$ setup --all🎯 Quick Start
1. Setup Your AI CLI Tools
# Setup all supported tools
fr3k$ setup --all
# Or setup specific tools
fr3k$ setup --claude
fr3k$ setup --gemini
fr3k$ setup --opencodeThis configures:
- Claude Code →
~/.claude/ - Gemini CLI →
~/.gemini/ - OpenCode →
~/.opencode/
Each gets:
- MCP server configurations
- Template library
- WikiFR3K knowledge base
- Unified Pantheon framework
2. Create Your First Workflow
# Quick workflow creation
fr3k$ create "Check Reddit r/singularity and send top posts to Slack"
# Interactive workflow builder
fr3k$ workflow --create3. Browse Available Modules
# List all 900+ functions
fr3k$ module --list
# Search for specific modules
fr3k$ module --search twitter
# Show categories
fr3k$ module --categories4. Manage Workflows
# List all workflows
fr3k$ workflow --list
# Run a workflow
fr3k$ workflow --run workflow_123456
# Edit workflow with AI
fr3k$ workflow --edit workflow_123456
# Delete workflow
fr3k$ workflow --delete workflow_123456🛠️ Commands
Setup & Configuration
fr3k$ setup [options] # Initial setup
fr3k$ config --list # List configurations
fr3k$ config --show <tool> # Show specific config
fr3k$ status # Check system statusWorkflow Management
fr3k$ workflow --create # Create new workflow
fr3k$ workflow --list # List all workflows
fr3k$ workflow --run <id> # Run workflow
fr3k$ workflow --edit <id> # Edit with AI
fr3k$ workflow --delete <id> # Delete workflow
fr3k$ create "description" # Quick createModule Management
fr3k$ module --list # List all modules
fr3k$ module --search <query> # Search modules
fr3k$ module --info <name> # Module details
fr3k$ module --categories # List categoriesMCP Servers
fr3k$ mcp --list # List MCP servers
fr3k$ mcp --test <name> # Test MCP server
fr3k$ mcp --add <name> # Add custom server
fr3k$ mcp --remove <name> # Remove server📚 Available Modules (900+ Functions)
Communication
Slack, Discord, Telegram, Email, WhatsApp, Twilio, Intercom, Zendesk
Social Media
Twitter, YouTube, Reddit, Instagram, GitHub, TikTok
AI
OpenAI, Anthropic Claude, Cohere, HuggingFace, Pinecone, Chroma, Weaviate
Data
PostgreSQL, MongoDB, MySQL, Google Sheets, Airtable, Notion
E-commerce
Shopify, WooCommerce, Amazon Seller Partner, Etsy, eBay, Square
Business Tools
Salesforce, HubSpot, QuickBooks, Stripe, DocuSign
Developer Tools
GitHub Actions, Vercel, Netlify, Sentry, Datadog
Video/Audio
ElevenLabs, HeyGen, Runway, Synthesia, Cloudinary, Vimeo
Utilities
HTTP, Web Scraping, RSS, CSV, JSON, XML, Compression, Encryption, Date/Time
🔌 MCP Servers Included
1. hey-fr3k
Task management and memory system for Claude Code
add_task- Store requirementsget_task- Retrieve tasksstore_fr3k- Store memoriesrecall_fr3k- Search memories
2. fr3k-think
Structured thinking for coding implementation
think- Process implementation thoughtsget_thinking_status- Check statusget_thinking_history- View history
3. md-mcp
Dynamic MCP tool creation with Fabric patterns
forge_reality- Create new toolsdivine_truth- Validate contentprocess_multimodal- Process documents
4. unified-pantheon-mcp
72 Demon-Angel pairs from Unified Pantheon framework
- Dual archetypal patterns
- TAS scoring system
- Emergence detection
💡 Example Workflows
Social Media Monitor
fr3k$ create "Monitor Twitter for brand mentions, filter spam with AI, and post alerts to Discord"Content Automation
fr3k$ create "Fetch trending GitHub repos, analyze with AI, and create blog post drafts"Lead Generation
fr3k$ create "Search Apollo for leads, enrich with Clearbit, and add to HubSpot CRM"E-commerce
fr3k$ create "When Shopify order received, send thank you email and post sale to Slack"🎨 Features
FR3K Configuration System
- ✅ Auto-configure Claude Code, Gemini CLI, OpenCode
- ✅ 4 production MCP servers
- ✅ 72 Demon-Angel archetypal pairs
- ✅ 470 Fabric patterns
- ✅ TAC methodology for agentic coding
b0t Workflow Automation
- ✅ 900+ functions across 140 modules
- ✅ AI-driven workflow generation
- ✅ Natural language interface
- ✅ Circuit breakers & rate limiting
- ✅ Automatic retries & error recovery
- ✅ Production-ready infrastructure
- ✅ Infinitely extensible
Developer Experience
- ✅ TypeScript-first
- ✅ Beautiful CLI with colors
- ✅ Interactive prompts
- ✅ Comprehensive error messages
- ✅ Git-friendly JSON workflows
🏗️ Architecture
Tech Stack
- CLI Framework: Commander.js
- UI: Chalk, Ora, Inquirer
- Automation: Bottleneck (rate limiting), Opossum (circuit breakers)
- Language: TypeScript
- Package Management: npm/npx
Directory Structure
~/.claude/ # Claude Code config
~/.gemini/ # Gemini CLI config
~/.opencode/ # OpenCode config
~/.fr3k-workflows/ # Your workflows🔒 Security
- API keys stored per-user
- AES-256 encryption for credentials
- No data sent to external servers
- Self-hosted workflows
- Open source (AGPL-3.0)
🚢 Comparison
| Feature | FR3K$ | Zapier | n8n | Make.com | |---------|-------|--------|-----|----------| | Setup | 1 command | Cloud only | Complex | Cloud only | | Price | Free | $29-75/mo | $20/mo | $9-29/mo | | Functions | 900+ | Limited | High | Medium | | AI Integration | Deep | Add-on | Manual | Manual | | Extensibility | Infinite | None | Difficult | Limited | | Self-hosted | Yes | No | Yes | No | | Open Source | AGPL-3.0 | No | Fair-code | No |
📖 Documentation
Full documentation available at:
- GitHub: github.com/fr3k/fr3k-dollar
- npm: npmjs.com/package/fr3k$
🤝 Contributing
This is an open-source project (AGPL-3.0). Contributions welcome!
- Fork the repository
- Create feature branch
- Make your changes
- Submit pull request
📜 License
AGPL-3.0 - Open source, self-hostable, no vendor lock-in.
🙏 Credits
- FR3K - Universal AI CLI configuration system
- b0t - AI-driven workflow automation by @kenkaidoesai
🆘 Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Made with 💰 by fr3k
Configure your AI tools. Automate your workflows. Build the future.
