Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

pipedream-connect梦想连接

Agent Skill

pipedream-connect 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

34,719

周安装

1,391

GitHub Stars

公开资料未说明

下载量

11,239
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pipedream-connect(梦想连接)
来源仓库:https://github.com/maverick-software/pipedream-connect
安装命令:
openclaw skills install pipedream-connect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install pipedream-connect

简介

pipedream-connect 将 OpenClaw 代理连接到数千个第三方应用。

  • 支持 OAuth 隔离与 MCP 工具暴露,便于集成外部服务流程。
  • 适用于构建自动化工作流或跨平台数据同步任务。
  • 需授权代理访问特定账户,注意权限最小化原则。
  • 实时连接可能受服务商 API 限制,建议测试后再投入生产。

SKILL.md

name
pipedream-connect
description
Connect OpenClaw agents to thousands of apps via Pipedream Connect with per-agent OAuth isolation, first-class MCP tool exposure, live connected-account discovery, and dynamic full-catalog browsing. Use when setting up or maintaining the OpenClaw Pipedream integration, troubleshooting agent app connections, documenting the Pipedream dashboard / agent tools flow, or working on Pipedream catalog, icons, activation, and MCP tool registration behavior.

Pipedream Connect

Use this skill for the OpenClaw Pipedream integration.

Current integration summary

OpenClaw now uses this model:

  • Global Pipedream tab = platform credentials only
  • Agent Tools → Pipedream = per-agent app connections and activation
  • Connected Pipedream apps become first-class agent tools
  • Connected apps are discovered live from Pipedream Connect accounts API
  • Browse All Apps loads the full dynamic catalog on demand
  • Catalog icons come from authenticated Pipedream app metadata (img_src) when available

Key improvements already implemented

1) Connected Pipedream tools are first-class tools

Connected app MCP tools are registered into the agent runtime as normal tools.

This means:

  • agents do not need raw mcporter call ... bridge syntax in normal chat use
  • tool catalog surfaces connected app tools directly
  • execution still routes through per-agent mcporter servers under the hood

Server naming pattern:

pipedream-{externalUserId}-{appSlug}

2) Per-agent connection model

Each agent gets its own Pipedream identity via external_user_id.

Default behavior:

  • external_user_id defaults to the agent slug / id
  • each agent gets isolated OAuth accounts and MCP tool exposure

Per-agent config path:

~/.openclaw/workspace/config/integrations/pipedream/{agentId}.json

3) Live connected-account discovery

Agent refresh uses the Pipedream Connect accounts API to discover connected apps live.

Do not assume local config is the source of truth for connected apps if live API access is available.

4) Full app catalog is dynamic

The app browser should use the live full catalog, not a static baked-in list.

Current intended behavior:

  • clicking Browse All Apps loads the full catalog dynamically
  • do not rely on stale frontend app constants for authoritative app metadata

5) Real app icons now flow from Pipedream metadata

Use authenticated Pipedream app metadata when available so apps can render real icons.

Important detail:

  • authenticated app endpoints expose img_src
  • public MCP catalog endpoints may not expose equivalent icon metadata on the same path
  • UI should render iconUrl when present and fall back safely when missing / broken

Architecture

Global Pipedream tab
  -> save platform credentials
  -> show overall status

Agents -> [Agent] -> Tools -> Pipedream
  -> set / override external user id
  -> connect app
  -> refresh connected accounts
  -> activate connected app MCP tools
  -> browse full dynamic app catalog

Setup workflow

1) Create Pipedream credentials

In Pipedream:

  • create an OAuth client
  • copy client_id and client_secret
  • create / select a project
  • copy project_id

2) Configure OpenClaw global credentials

In the OpenClaw dashboard Pipedream tab, save:

  • Client ID
  • Client Secret
  • Project ID
  • Environment

Prefer production unless explicitly testing in development.

3) Connect apps per agent

In Agents → [Agent] → Tools → Pipedream:

  • verify the external user id
  • connect an app
  • complete OAuth
  • refresh
  • activate the app if needed

4) Use the tools normally

After activation, connected MCP tools should appear as ordinary tools for that agent.

Storage and security

Secrets

Store clientId and clientSecret in the OpenClaw vault:

~/.openclaw/secrets.json

Non-secret config

Store non-secret Pipedream config in:

~/.openclaw/workspace/config/pipedream-credentials.json

Expected non-secret fields:

  • projectId
  • environment
  • externalUserId

Do not keep plaintext client secrets in normal config files.

Runtime behavior to preserve

When editing this integration, preserve these behaviors:

  1. Connected apps remain per-agent isolated
  2. Connected app tools remain first-class tools in the agent runtime
  3. Live API data beats stale local display metadata
  4. Browse All Apps uses the dynamic full catalog
  5. Icons use img_src / iconUrl when available
  6. UI falls back safely if an icon URL fails

Useful RPCs / methods

Common gateway methods involved in this integration include:

  • pipedream.status
  • pipedream.saveCredentials
  • pipedream.catalog
  • pipedream.connect
  • pipedream.disconnect
  • pipedream.activate
  • pipedream.test
  • pipedream.agent.status
  • pipedream.agent.save
  • pipedream.agent.delete

When documenting or debugging, confirm the exact current implementation in gateway server methods and the agent/global Pipedream UI controllers.

Debugging guidance

Connected app missing

Check in this order:

  1. global credentials configured
  2. correct project / environment
  3. OAuth completed successfully
  4. agent external user id is the one you expect
  5. refresh calls the live accounts API successfully
  6. app activation completed

Tool missing after app connection

Check:

  1. connected account is present in pipedream.agent.status
  2. mcporter server was created for pipedream-{externalUserId}-{appSlug}
  3. runtime tool registration is loading MCP tools into the agent catalog

Wrong / stale icon

Check:

  1. whether the catalog path is using authenticated Pipedream app metadata
  2. whether img_src is mapped to iconUrl
  3. whether UI is rendering from live catalog data or an old static fallback
  4. whether fallback rendering is masking an image load failure

Wrong app list behavior

If Browse uses stale frontend constants, prefer the dynamic catalog path instead.

Shell / low-level debugging

For low-level debugging only, mcporter servers follow this pattern:

mcporter call pipedream-main-gmail.gmail-find-email \
  instruction="Find unread emails from today"

But for normal OpenClaw agent use, prefer the first-class tool path rather than instructing users to call mcporter directly.

Files commonly involved

Check these areas when updating the integration:

  • gateway server methods for pipedream.*
  • global Pipedream UI view/controller
  • agent Pipedream UI view/controller
  • runtime tool registration path that imports connected MCP tools into the agent tool registry
  • mcporter config write / refresh path

Practical rule

If the question is about:

  • credentials or project setup -> global tab
  • app connection / activation -> agent tools panel
  • tool availability -> runtime MCP tool registration
  • icons / catalog display -> dynamic catalog path
  • stale metadata -> remove static fallback dependence first

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.86%
按下载量换算9,875

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills