Automates the detection and configuration of active data providers for the Waggle ecosystem.
This internal orchestration skill acts as the foundational layer for the Waggle project, ensuring that Claude interacts with the correct data source. It dynamically identifies whether the active provider is Notion, SQLite, or Turso by scanning environment variables and local plugin installations. Additionally, it determines the execution environment—whether CLI, Claude Desktop, or Cowork—to apply the appropriate parallel execution and session parameters, streamlining the setup process for complex database-driven tasks.
Key Features
01Automated validation of MCP tools and environment variables
020 GitHub stars
03Intelligent conflict resolution for multiple installed plugins
04Multi-provider detection for Notion, SQLite, and Turso
05Automatic environment sensing (CLI, Cowork, or Desktop)
06Dynamic loading of domain-specific provider configurations
Use Cases
01Validating environment readiness before executing database operations
02Switching between local development and cloud-based production data sources
03Orchestrating data source connections for autonomous AI agents