A comprehensive collection of automation tools for the Fractalic AI workflow platform. All tools follow the Simple Autodiscovery JSON Schema Logic for seamless integration.
Core Fractalic workflow platform tools and utilities
- Fractalic Operation Generator - Generate Fractalic operation blocks (YAML) from JSON input
- Exit Plan Mode - Plan mode management and workflow control
- UI Server - UI server implementation for Fractalic interface
Complete HubSpot CRM automation suite with process mining capabilities
- Contact Get/Create - Find existing contacts or create new ones with smart deduplication
- Contact Update - Update contact fields with selective updates
- Deal Create - Create deals independently with enhanced validation
- Deal Search - Search deals by email, ID, name, amount, or custom properties
- Deal Update - Update deal properties with validation
- Deal Stage Update - Move deals through pipeline stages
- Ticket Create - Create tickets with intelligent discovery
- Ticket Update - Update ticket status and properties
- Task Create Advanced - Create sophisticated tasks with relative dates
- Email Send - Send emails with automatic timestamp generation
- Associate Objects - Create associations between CRM objects
- Bulk Update - Batch operations for up to 100 objects
- Intelligent Batch - Smart batch processing with fallback
- Owner Round Robin - Fair distribution of ownership assignments
- Schema Cache - Intelligent schema caching system
- Smart Validator - Pre-flight validation with auto-discovery
- Properties Discover - Context-efficient property discovery
- Pipelines Discover - Discover valid pipeline stages
- Universal Enumerator - Comprehensive object enumeration
- Process Mining Analysis - Comprehensive process mining data extraction
- Full Process Mining - Complete process mining pipeline
- Activity Pattern Miner - Activity pattern analysis
- Bottleneck Identifier - Process bottleneck detection
- Customer Journey Mapper - Customer journey analysis
- Deal Timeline Extractor - Deal timeline analysis
- Process Flow Analyzer - Process sequence analysis
- Account Discovery - Account structure extraction
- Automation Recommender - Workflow automation insights
- Connection Tracer - Object relationship tracing
- Data Relationship Mapper - Data relationship mapping
- Detailed Process Extractor - Detailed process extraction
- Graph Process Miner - Graph-based process mining
- Graph Visualizer - Process flow visualization
- Integration Gap Finder - Integration gap analysis
- Object Association Analyzer - Association pattern analysis
- Object Audit Trail - Comprehensive audit trails
- Organization Analyzer - Organizational workflow analysis
- Process Sequence Detector - Business process sequences
- Property Usage Analyzer - Property usage patterns
- Workflow Optimizer - Workflow efficiency analysis
- Hub Helpers (Main) - Core shared utilities
- Hub Helpers (Manage) - Management utilities
- Hub Helpers (Discovery) - Discovery utilities
Communication platform integrations and messaging automation
- Telegram Automation - Complete Telegram automation with TDLib (get_chats, send_message, get_messages, etc.)
Operating system operations, file management, and shell utilities
- Read - File reading with image support and line numbers
- Write - File writing operations
- Edit - File editing operations
- Multi Edit - Multiple file editing
- Glob - File pattern matching
- Bash - Shell command execution
- Shell Tool - Shell utilities wrapper
- Grep - Text search functionality
- Directory List - Directory listing
- Anchor Window Patch - Window anchoring and system utilities
Web scraping, content extraction, and internet services
- Web Fetch - Web content fetching
- Web to Markdown - Web content extraction to Markdown
- Tavily Search - Tavily search API integration
Project management, task tracking, and productivity tools
- Todo Write - Task management and todo list operations
All tools follow the Fractalic Simple Autodiscovery JSON Schema Logic:
# Test tool availability
python <tool_path> '{"__test__": true}'
# Get tool schema
python <tool_path> --fractalic-dump-schema
# Use tool with JSON parameters
python <tool_path> '{"param1": "value1", "param2": "value2"}'- Total Tools: 61
- Tool Packs: 6
- Autodiscovery Compliant: 100%
- Language: Python
- Integration: Fractalic AI workflow platform
- Set environment variable:
export HUBSPOT_TOKEN="your_token" - All HubSpot tools share authentication and utilities
- Run interactive setup:
python communication/telegram/telegram_automation_simple.py --init - Dependencies:
pip install -r communication/telegram/telegram_requirements.txt
- No external dependencies for most tools
- Self-contained Python implementations
- Core Fractalic platform tools
- No external dependencies
- No external dependencies for basic tools
- API keys may be required for search services
- No external dependencies
- Self-contained task management
Essential tools for the Fractalic workflow platform including operation generation, UI management, and workflow control. These tools provide core functionality for building and managing AI workflows.
Comprehensive HubSpot integration suite with 47 tools covering contact management, deal processing, ticket handling, and advanced process mining capabilities. Includes intelligent discovery, automation, and analytics tools.
Communication platform integrations starting with comprehensive Telegram automation. Enables chat management, message automation, and communication workflow integration.
Operating system utilities covering file operations, shell execution, text processing, and system management. Provides fundamental OS-level capabilities for workflow automation.
Web interaction tools including content scraping, data extraction, and search services. Enables workflows to interact with web services and extract information from online sources.
Project and task management tools for organizing workflows, tracking progress, and managing productivity. Includes todo management and project coordination utilities.
Tools must implement:
- Discovery test:
'{"__test__": true}'β{"success": true, "_simple": true} - Schema export:
--fractalic-dump-schemaβ OpenAI-compatible schema - JSON input/output for all operations
- Error handling with structured responses
- Fast response times (<200ms for discovery)
This repository serves as a tool marketplace for the Fractalic AI workflow platform, providing comprehensive business automation capabilities through standardized, autodiscoverable tools organized into functional packs.