connectors

Detect third-party connectors by scanning credential files on disk.

10|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/autonomous-ai/autonomous-lamp --skill connectors-autonomous-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connectors
Source: https://github.com/autonomous-ai/autonomous-lamp/tree/main/lamp/resources/openclaw-skills/connectors
Command: npx skills add https://github.com/autonomous-ai/autonomous-lamp --skill connectors-autonomous-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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."

Frequently Asked Questions about connectors

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check which third-party connectors are linked to my device?

To check linked third-party connectors, scan your on-disk credential files in your local configuration directory to discover connected services like Gmail, Notion, and GitHub.

Can I read my Gmail and Google Calendar using OAuth tokens?

Yes, you can read Gmail and Google Calendar by using OAuth tokens to query standard REST APIs via curl, routing requests to those specific token-based services.

How does routing work for MCP services like Notion, Figma, and Asana?

For MCP services like Notion, Figma, and Asana, routing works by invoking their own dedicated agent tools to query and operate on those connected services.

What is the best way to discover if Figma or GitHub is connected to my workspace?

The best way to discover if Figma or GitHub is connected is to scan credential files on disk to identify existing OAuth tokens or MCP configurations for those services.

Do I need credential files on disk to identify connected services?

Yes, you need credential files stored on disk, because identifying connected services relies on scanning your local configuration directory to find and route available connectors.

Why does my connector discovery not find my linked Google Drive files?

Connector discovery may not find linked Google Drive files if the OAuth credential files are missing from your local configuration directory during the disk scan.