← 返回 Skills 市场
QuickBooks for Beginners | Accounting skills
作者
TripleHippo
· GitHub ↗
· v1.0.6
· MIT-0
296
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qb
功能描述
Let your agent shop online with guardrailed wallets, multiple payment methods, and owner approval.
安全使用建议
Before installing: 1) Verify the publisher and domain (creditclaw.com) — ensure this is the intended payment provider and not an impersonator (the registry name mismatch is a red flag). 2) Understand that providing CREDITCLAW_API_KEY grants any installed skill the ability to interact with the payment API and potentially spend owner funds; supply a key with limited balance/permissions for testing. 3) The skill instructs downloading and saving files and running remote-provided decrypt scripts (node decrypt.js) and/or spawning sub-agents — only allow this in environments where code execution is isolated and you trust the remote content. 4) Prefer the documented sub-agent flow (ephemeral process) over running decryption on the main agent; if your platform cannot isolate sub-agents, do not proceed. 5) Confirm owner-approval and spending limits in the dashboard and test with minimal amounts first. 6) Ask the publisher for provenance: who maintains this skill, contact/support, and why the registry name references QuickBooks (likely a metadata error). If you cannot verify these, treat the skill as risky and avoid installing it or provide only a restricted/test API key.
功能分析
Type: OpenClaw Skill
Name: qb
Version: 1.0.6
The skill bundle facilitates financial transactions through the CreditClaw platform, employing high-risk operational patterns such as spawning ephemeral sub-agents and executing decryption scripts (node decrypt.js) delivered via API payloads. While these behaviors are aligned with the stated purpose of secure payment handling, the architecture requires the agent to download files, write to the local filesystem (~/.creditclaw/), and execute code provided within markdown files (SKILL.md, ENCRYPTED-CARD.md). These patterns represent a significant attack surface for potential remote code execution, although no evidence of malicious intent, data exfiltration, or unauthorized access was found in the provided logic.
能力评估
Purpose & Capability
Registry name/description ("QuickBooks for Beginners | Accounting skills") does not match the actual skill contents, which are a CreditClaw payment/checkout wallet. The required env var (CREDITCLAW_API_KEY) and the API endpoints in the docs are consistent with a payment platform, but the mismatched skill name in the registry is an incoherence that could indicate mis-publishing, mistaken metadata, or impersonation.
Instruction Scope
The SKILL.md explicitly instructs the agent to create local directories, curl multiple files from https://creditclaw.com, save them under ~/.creditclaw, spawn ephemeral sub-agents, and run decryption commands (e.g., node decrypt.js <key> ... on card files). This allows the skill to write files to disk and execute code that may be delivered later (the decrypt script is delivered inside card files). Executing remote-delivered scripts and handling decrypted card data are expected for the described payment flow but are high-risk operations that require careful isolation and owner oversight.
Install Mechanism
There is no formal install spec; the skill is instruction-only. The suggested install uses curl to download files from the documented homepage (creditclaw.com) — a known domain in the manifest — which is reasonable. However, the docs encourage saving and running code (decrypt scripts) that may be embedded in delivered files; downloading and executing code from an external server increases risk compared with a pure instruction-only skill.
Credentials
The skill requests a single credential (CREDITCLAW_API_KEY) which is appropriate for a payment API. That key effectively grants the ability to initiate spending transactions on behalf of the agent/owner, so it is highly sensitive; the skill's docs explicitly warn to only send the key to creditclaw.com, which matches the declared api_base.
Persistence & Privilege
The skill does not request always:true and is user-invocable only (normal). But it instructs saving skill files under ~/.creditclaw/skills and card files under ~/.creditclaw/cards, creating persistent files on disk. The sub-agent pattern is intended to limit exposure, but the documentation also allows decrypting within the main agent if sub-agents aren't available, which would increase exposure. Persisted files and downloaded scripts should be accepted only if you trust the publisher and have proper filesystem/isolation controls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qb - 安装完成后,直接呼叫该 Skill 的名称或使用
/qb触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- Updated to CreditClaw skill version 2.3.1 with enhanced documentation and security guidelines.
- Expanded payment rail support: Encrypted Card (default), Stripe Wallet (x402, USDC), and upcoming Crossmint Wallet.
- Added detailed file structure with guides for each feature and installation instructions.
- Improved documentation on security practices, spending approvals, and owner oversight.
- Includes clear instructions for end-to-end setup and safeguarding API keys.
元数据
常见问题
QuickBooks for Beginners | Accounting skills 是什么?
Let your agent shop online with guardrailed wallets, multiple payment methods, and owner approval. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 296 次。
如何安装 QuickBooks for Beginners | Accounting skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qb」即可一键安装,无需额外配置。
QuickBooks for Beginners | Accounting skills 是免费的吗?
是的,QuickBooks for Beginners | Accounting skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QuickBooks for Beginners | Accounting skills 支持哪些平台?
QuickBooks for Beginners | Accounting skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QuickBooks for Beginners | Accounting skills?
由 TripleHippo(@triplehippo)开发并维护,当前版本 v1.0.6。
推荐 Skills