Skip to content

fractalic-ai/fractalic-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fractalic Tools Marketplace

A comprehensive collection of automation tools for the Fractalic AI workflow platform. All tools follow the Simple Autodiscovery JSON Schema Logic for seamless integration.

Tool Packs

πŸ€– Fractalic (3 tools)

Core Fractalic workflow platform tools and utilities

🏒 CRM (47 tools)

Complete HubSpot CRM automation suite with process mining capabilities

Management Tools (16 tools)

Discovery & Process Mining Tools (19 tools)

Additional Tools (12 tools)

πŸ’¬ Communication (1 tool)

Communication platform integrations and messaging automation

  • Telegram Automation - Complete Telegram automation with TDLib (get_chats, send_message, get_messages, etc.)

πŸ’» OS (10 tools)

Operating system operations, file management, and shell utilities

🌐 Web (3 tools)

Web scraping, content extraction, and internet services

Scraping (2 tools)

Search (1 tool)

πŸ“‹ Project Management (1 tool)

Project management, task tracking, and productivity tools

  • Todo Write - Task management and todo list operations

Usage

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"}'

Tool Statistics

  • Total Tools: 61
  • Tool Packs: 6
  • Autodiscovery Compliant: 100%
  • Language: Python
  • Integration: Fractalic AI workflow platform

Dependencies

HubSpot Tools (CRM Pack)

  • Set environment variable: export HUBSPOT_TOKEN="your_token"
  • All HubSpot tools share authentication and utilities

Telegram Tools (Communication Pack)

  • Run interactive setup: python communication/telegram/telegram_automation_simple.py --init
  • Dependencies: pip install -r communication/telegram/telegram_requirements.txt

OS Pack

  • No external dependencies for most tools
  • Self-contained Python implementations

Fractalic Pack

  • Core Fractalic platform tools
  • No external dependencies

Web Pack

  • No external dependencies for basic tools
  • API keys may be required for search services

Project Management Pack

  • No external dependencies
  • Self-contained task management

Pack Descriptions

πŸ€– Fractalic Pack

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.

🏒 CRM Pack

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 Pack

Communication platform integrations starting with comprehensive Telegram automation. Enables chat management, message automation, and communication workflow integration.

πŸ’» OS Pack

Operating system utilities covering file operations, shell execution, text processing, and system management. Provides fundamental OS-level capabilities for workflow automation.

🌐 Web Pack

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 Management Pack

Project and task management tools for organizing workflows, tracking progress, and managing productivity. Includes todo management and project coordination utilities.

Contributing

Tools must implement:

  1. Discovery test: '{"__test__": true}' β†’ {"success": true, "_simple": true}
  2. Schema export: --fractalic-dump-schema β†’ OpenAI-compatible schema
  3. JSON input/output for all operations
  4. Error handling with structured responses
  5. 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.

About

Tools collection for Fractalic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages