LaunchKit · 2026
Back to Skills

pipedream-connect

Connect 2,000+ APIs with managed OAuth via Pipedream.

0
764 downloads
by @maverick-software

Setup & Installation

openclaw skills install @maverick-software/pipedream-connect

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install pipedream-connect

Version History

v1.5.2Mar 10, 2026 - Version note by skill developer:

Add A-Z app browser letter filter, improve app name readability, and sync latest catalog/CSP reference snapshots.

What This Skill Does

Connects AI agents to 2,000+ APIs through Pipedream's managed OAuth system. Each agent gets isolated credentials and OAuth tokens, managed through the OpenClaw Gateway dashboard. Client secrets are stored in OpenClaw's vault and never written to plaintext config files.

Handles OAuth token lifecycle and per-agent credential isolation automatically, eliminating the need to build or maintain custom OAuth flows for each API.

When to use it

  • Connecting a monitoring agent to Google Calendar to fetch upcoming events
  • Giving separate agents isolated Gmail access without shared credentials
  • Automating token refresh so API connections stay active without manual re-auth
  • Adding Slack or GitHub access to a specific agent via OAuth popup
  • Managing which apps each agent can call without modifying shared config

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Connect my scout-monitor agent to Google Calendar

AGENT
  1. 1Navigate to Agents → scout-monitor → Tools → Pipedream
  2. 2Verify External User ID is set to agent slug (scout-monitor)
  3. 3Click Connect on the Google Calendar app card to open OAuth popup
  4. 4Complete OAuth authorization in the popup window
  5. 5Click Refresh to confirm the app appears in Connected Apps
OUTPUT

Google Calendar is connected under the scout-monitor identity; mcporter exposes it as pipedream-scout-monitor-google-calendar with callable tools

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Pipedream account (pipedream.com)Pipedream OAuth Client ID and Client SecretPipedream Project IDOpenClaw Gateway v2026.1.0 or latermcporter (npm install -g mcporter)