What problem does it solve?
Detect which third-party connectors (Gmail, Google Calendar, Google Drive, Notion, Figma, Asana, Linear, GitHub, Ahrefs, …) are connected to this device, and use them to answer the user. Use when the user asks what's connected ("what connectors do I have", "is my gmail connected", "did I link figma"), or asks to read/act on a connected service ("check my gmail", "read my latest email", "what's on my calendar", "my recent drive files", "check figma", "look at my notion"). Discovers connectors by scanning the on-disk credential files, then routes: token services (Gmail/Calendar/Drive) are read + queried via curl; MCP services (Notion/Figma/Asana/Linear/GitHub) are used through their own agent tools.
Core Features & Use Cases
- Credentials discovery by scanning /root/.openclaw/workspace/configs/ to identify connected services.
- Token/MCP routing: OAuth tokens are used with standard REST APIs while MCP tools are invoked for Notion, Figma, Asana, Linear, GitHub.
- Real-world use: check linked Gmail to read latest email or verify calendar events for today, or list connected Drive files.
Quick Start
Use a single natural-language instruction to trigger the connector discovery, such as "list my connected services."