← 返回 Skills 市场
openfinance
作者
Winston Wu
· GitHub ↗
· v0.0.3
· MIT-0
205
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install openfinance
功能描述
Connect bank accounts to AI models using openfinance.sh
安全使用建议
This skill is coherent: it simply instructs the agent to call the OpenFinance API using an OPENFINANCE_API_KEY. Before enabling it, confirm you trust openfinance.sh and that the API key you provide is scoped appropriately (read-only if possible), rotate or revoke the key if needed, and avoid pasting the key into public places. Note the registry metadata shows a malformed env listing ([object Object]) — double-check which environment variables the platform will actually pass to the skill. Remember that even read-only access returns sensitive financial data, so only enable the skill for agents or contexts you trust.
功能分析
Type: OpenClaw Skill
Name: openfinance
Version: 0.0.3
The openfinance skill provides a standard interface for interacting with the openfinance.sh API to retrieve financial account and transaction data. The skill uses curl to make authenticated requests to a specific API endpoint (api.openfinance.sh) and includes instructions for the AI agent to perform read-only SQL queries for data aggregation. No evidence of malicious intent, data exfiltration to unauthorized domains, or suspicious execution patterns was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (connect bank accounts via openfinance.sh) matches the runtime instructions and required environment variables. The only credential the skill needs is OPENFINANCE_API_KEY and an optional OPENFINANCE_URL; no unrelated cloud credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md contains concrete curl examples for /api/accounts, /api/transactions, and a POST /api/transactions/query (read-only SQL) and does not instruct reading local files, other environment variables, or exfiltrating data to third-party endpoints. The SQL endpoint is documented as read-only with a timeout and row limit; note that queries can still return sensitive financial data, which is expected given the skill's purpose.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery model (nothing is written to disk by the skill itself).
Credentials
The SKILL.md declares a single required secret (OPENFINANCE_API_KEY) and an optional OPENFINANCE_URL, which is proportionate. The registry summary earlier showing 'Required env vars: [object Object], [object Object]' appears to be a metadata/UI serialization bug — verify the actual required env vars before installing.
Persistence & Privilege
The skill is not force-included (always: false), does not request persistent system changes, and relies on an externally provided API key. Agent autonomous invocation is allowed by default (disable-model-invocation: false) — this is normal but worth noting.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openfinance - 安装完成后,直接呼叫该 Skill 的名称或使用
/openfinance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
- Bumped version to 0.0.3 in SKILL.md.
- No other content changes were made.
v0.0.2
Add requires.env declarations for OPENFINANCE_API_KEY and OPENFINANCE_URL
v0.1.0
Initial release of OpenFinance skill.
- Connects AI models to bank accounts via openfinance.sh.
- Fetch balances and institution info for all connected accounts.
- Search and filter transactions with flexible parameters.
- Query and analyze transactions using read-only SQL (via a provided `txns` CTE).
- Includes setup instructions, example API calls, and SQL query samples.
- Supports result pagination and custom field selection for REST calls.
元数据
常见问题
openfinance 是什么?
Connect bank accounts to AI models using openfinance.sh. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。
如何安装 openfinance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openfinance」即可一键安装,无需额外配置。
openfinance 是免费的吗?
是的,openfinance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
openfinance 支持哪些平台?
openfinance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openfinance?
由 Winston Wu(@winxton)开发并维护,当前版本 v0.0.3。
推荐 Skills