fr3k1
v1.0.8
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.
Downloads
802
Maintainers
Readme
FR3K1 🚀
Ultimate AI CLI + Workflow Automation + Skills + Agents
The power of FR3K configuration + b0t automation + Daniel Miessler's Skills/Agents architecture + Fabric patterns
🚀 What is FR3K1?
FR3K1 combines four 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.
FR3K1 Integration Summary
🎉 Successfully Integrated Daniel Miessler's Ecosystem
Published Package: [email protected]
# Install globally
npm install -g fr3k1
# Or use with npx
npx fr3k1 --help🔥 What's Integrated
1. Skills System (from Personal AI Infrastructure)
Inspired by Daniel Miessler's PAI skills architecture:
# List all skills
fr3k1 skills --list
# Install Fabric patterns as skills
fr3k1 skills --install extract_wisdom
fr3k1 skills --install analyze_claims
fr3k1 skills --install summarize
# Create custom skills
fr3k1 skills --create my-custom-skill
# Run a skill
fr3k1 skills --run extract_wisdomBuilt-in Fabric Pattern Skills:
extract_wisdom- Extract key insights from contentanalyze_claims- Evaluate claims with evidencesummarize- Create concise summariescreate_summary- Generate structured summariesexplain_code- Explain code clearlyimprove_writing- Enhance writing qualitycreate_coding_feature- Generate code featuressecurity_advisor- Security analysisanalyze_tech_impact- Tech impact assessment
2. Agents System (Specialized AI Personalities)
# List all agents
fr3k1 agents --list
# Activate an agent personality
fr3k1 agents --activate engineer
fr3k1 agents --activate researcher
fr3k1 agents --activate writer
# Create custom agent
fr3k1 agents --create my-agent
# Get agent info
fr3k1 agents --info security6 Built-in Agents:
- Engineer - Expert software engineer (code review, architecture, debugging)
- Researcher - Thorough researcher (multi-source research, evidence gathering)
- Writer - Skilled content creator (content creation, editing, storytelling)
- Security - Security expert (threat analysis, vulnerability assessment)
- Strategist - Strategic thinker (problem analysis, strategic planning)
- Teacher - Patient educator (concept explanation, tutorial creation)
3. Fabric Patterns Integration
Direct integration with Daniel Miessler's Fabric framework (34.4k ⭐ on GitHub):
- 9 pre-configured Fabric patterns as installable skills
- Markdown-based skill definitions (human + AI readable)
- Self-contained, self-activating modules
- Progressive disclosure architecture
4. Workflow Automation (from b0t)
# Create AI-driven workflows
fr3k1 workflow --create
# Quick workflow creation
fr3k1 create "Monitor Twitter for mentions and post to Discord"
# List and run workflows
fr3k1 workflow --list
fr3k1 workflow --run workflow_1234565. Module System (900+ Functions)
# Browse 900+ automation functions
fr3k1 module --list
# Search specific modules
fr3k1 module --search twitter
# View categories
fr3k1 module --categories9 Categories:
- Communication (Slack, Discord, Email, etc)
- Social Media (Twitter, YouTube, Reddit, etc)
- AI (OpenAI, Anthropic, HuggingFace, etc)
- Data (PostgreSQL, MongoDB, Google Sheets, etc)
- E-commerce (Shopify, Amazon, eBay, etc)
- Business (Salesforce, HubSpot, Stripe, etc)
- Developer (GitHub, Vercel, Sentry, etc)
- Video/Audio (ElevenLabs, HeyGen, Runway, etc)
- Utilities (HTTP, CSV, JSON, etc)
6. OpenCode Enhancement
# Setup all AI CLIs with enhanced configs
fr3k1 setup --all
# Includes:
# - Claude Code configuration
# - Gemini CLI configuration
# - OpenCode configuration
# - MCP server setup (4 servers)
# - Template library (470+ patterns)
# - WikiFR3K knowledge base (364 patterns)🏗️ Architecture
Command Line First
Built on Daniel's philosophy: deterministic CLI tools wrapped with AI orchestration.
Skills as Containers
Self-contained modules with:
- Clear identity and purpose
- Routing triggers (natural language activation)
- Workflows and capabilities
- Documentation and examples
Progressive Disclosure
3-tier context loading:
- System prompt (always active, 200-500 words)
- SKILL.md (on-demand, comprehensive reference)
- Reference files (just-in-time, deep dives)
📊 What Gets Configured
MCP Servers (4)
- hey-fr3k - Task management + memory system
- fr3k-think - Structured thinking for coding
- md-mcp - Dynamic MCP tool creation
- unified-pantheon-mcp - 72 Demon-Angel pairs
Configuration Files
~/.claude/ # Claude Code config
~/.gemini/ # Gemini CLI config
~/.opencode/ # OpenCode config
~/.fr3k-skills/ # Custom skills directory
~/.fr3k-agents/ # Custom agents directory
~/.fr3k-workflows/ # Workflow storageTemplate Library
- MCP Tool Library - 21 production MCP server templates
- WikiFR3K - 470 Fabric patterns across 9 domains
- Unified Pantheon - 72 Demon-Angel archetypal pairs
- TAC Methodology - Tactical Agentic Coding framework
🎯 Use Cases
For Developers
# Activate engineering agent
fr3k1 agents --activate engineer
# Install code analysis skills
fr3k1 skills --install explain_code
fr3k1 skills --install create_coding_feature
# Create custom workflow
fr3k1 workflow --createFor Researchers
# Activate researcher agent
fr3k1 agents --activate researcher
# Install research skills
fr3k1 skills --install extract_wisdom
fr3k1 skills --install analyze_claims
# Setup multi-source research workflow
fr3k1 create "Research AI safety papers and summarize findings"For Content Creators
# Activate writer agent
fr3k1 agents --activate writer
# Install writing skills
fr3k1 skills --install improve_writing
fr3k1 skills --install summarize
# Create content workflow
fr3k1 create "Monitor trending topics and generate blog post ideas"🆚 Comparison: Before vs After
Before (Original FR3K)
✅ Configuration system for AI CLIs ✅ MCP server templates ✅ WikiFR3K patterns ✅ Basic CLI structure
After (FR3K1 with Daniel's Integration)
✅ Everything from before, plus: 🆕 Skills system - Modular, self-contained AI capabilities 🆕 Agents - 6 specialized AI personalities 🆕 Fabric patterns - 9 built-in patterns from 34.4k⭐ repo 🆕 Workflow automation - AI-driven workflow creation 🆕 900+ functions - Extensive automation library 🆕 Progressive disclosure - Efficient context management 🆕 PAI architecture - Command-line first philosophy
🚀 Next Steps
Planned Features
- Substrate Integration - Evidence framework for claims/data
- Hooks System - Event-driven automation
- Voice Server - Text-to-speech feedback
- Web Interface - GUI for non-technical users
- TELOS Integration - Goals + strategy + evidence
Community Contributions
- Add your own skills to
~/.fr3k-skills/ - Create custom agents for specific domains
- Share Fabric patterns with the community
- Build workflows and share configs
📚 Resources
Daniel Miessler's Projects
- Fabric - github.com/danielmiessler/fabric (34.4k ⭐)
- Personal AI Infrastructure - github.com/danielmiessler/Personal_AI_Infrastructure (783 ⭐)
- Substrate - github.com/danielmiessler/Substrate (604 ⭐)
FR3K1 Resources
- npm Package - npmjs.com/package/fr3k1
- GitHub - github.com/fr3k/fr3k-dollar
- Documentation - Comprehensive README and guides
💡 Philosophy
"AI isn't a thing; it's a magnifier of a thing. And that thing is human creativity."
— Daniel Miessler
FR3K1 embodies this by:
- Augmenting humans with AI, not replacing them
- Skills as containers for domain expertise
- Progressive disclosure of context
- Command-line first - code is cheaper than prompts
- Community-driven - shared patterns and workflows
🙏 Credits
Integration Work
- FR3K Team - Core CLI and workflow system
- b0t - Workflow automation concepts
- Daniel Miessler - Skills, Agents, Fabric patterns, PAI architecture
Special Thanks
- Daniel Miessler for creating Fabric, PAI, and Substrate
- The open-source community for contributions
- All beta testers and early adopters
Made with 💰 by the FR3K team
Configure your AI tools. Use skills and agents. Automate your workflows. Build the future.
