← 返回 Skills 市场
2552
总下载
4
收藏
8
当前安装
2
版本数
在 OpenClaw 中安装
/install plaid
功能描述
plaid-cli a cli for interacting with the plaid finance platform. link accounts from various institutions, query balances, and transactions by date range listing accounts/balances.
安全使用建议
This skill appears to wrap a Plaid CLI and is plausible for its stated purpose, but the metadata is incomplete: it does not declare the PLAID_* environment variables or the ~/.plaid-cli config/data path that the instructions require. Before installing, verify the upstream source (github.com/jverdi/plaid-cli), review the CLI's code/release to ensure it behaves as expected, and prefer installing the plaid-cli binary yourself rather than allowing an automated install. Store PLAID_CLIENT_ID and PLAID_SECRET securely (not in plain shell history), and avoid running commands that print access tokens (the SKILL.md warns about `plaid-cli tokens`). If the publisher updates the skill to explicitly declare required env vars and config paths and provides a verifiable homepage/repo, the coherence concerns would be resolved.
功能分析
Type: OpenClaw Skill
Name: plaid
Version: 0.0.3
The skill bundle is benign. It provides instructions for installing and using `plaid-cli` to interact with the Plaid finance platform. The `SKILL.md` explicitly instructs the agent not to print or log secrets, which is a positive security indicator. All commands are standard for a CLI tool, involving local file operations (`/tmp` for state management) and `jq` for local data processing. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation.
能力评估
Purpose & Capability
Name/description align with a Plaid CLI (link accounts, query balances/transactions) and the skill requires the plaid-cli binary (install provided). However, the SKILL.md clearly instructs the user to export PLAID_CLIENT_ID, PLAID_SECRET, and PLAID_ENVIRONMENT and references ~/.plaid-cli config/data storage, yet the registry metadata lists no required environment variables and no required config paths — this mismatch is unexpected and unexplained.
Instruction Scope
Runtime instructions stay within Plaid-related actions (linking, listing accounts, fetching transactions) and explicitly warn about not printing secrets. They also instruct storing tokens/local state under ~/.plaid-cli and show examples that could reveal tokens if the agent runs the discouraged `plaid-cli tokens` command. The instructions do not ask the agent to read unrelated system files, but they do rely on env vars and a config file that the skill metadata does not declare.
Install Mechanism
Install is a go module install (github.com/jverdi/[email protected]) that builds the plaid-cli binary. Pulling a public Go module is a common mechanism; this is moderate risk (unreviewed code) but not inherently suspicious compared with arbitrary URL downloads or extracts.
Credentials
The SKILL.md requires PLAID_CLIENT_ID, PLAID_SECRET, and PLAID_ENVIRONMENT (and optionally other PLAID_* vars) but the skill metadata declares no required environment variables and no primary credential. This omission is disproportionate: a Plaid integration legitimately needs credentials, and they should be declared so users and the platform can reason about secret usage.
Persistence & Privilege
The skill does not request always:true and does not request unusual privileges. It does read/write to ~/.plaid-cli (per instructions) and suggests storing tokens there; however those paths are not declared in the skill metadata. Autonomous invocation is allowed (platform default) — combined with the missing credential declarations this increases the importance of reviewing what the agent will do with credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install plaid - 安装完成后,直接呼叫该 Skill 的名称或使用
/plaid触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
Initial release
v0.0.2
Initial Release (beta)
元数据
常见问题
plaid 是什么?
plaid-cli a cli for interacting with the plaid finance platform. link accounts from various institutions, query balances, and transactions by date range listing accounts/balances. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2552 次。
如何安装 plaid?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install plaid」即可一键安装,无需额外配置。
plaid 是免费的吗?
是的,plaid 完全免费(开源免费),可自由下载、安装和使用。
plaid 支持哪些平台?
plaid 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 plaid?
由 jverdi(@jverdi)开发并维护,当前版本 v0.0.3。
推荐 Skills