← Back to Skills Marketplace
triplehippo

QuickBooks for Beginners | Accounting skills

by TripleHippo · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ⚠ suspicious
296
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qb
Description
Let your agent shop online with guardrailed wallets, multiple payment methods, and owner approval.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qb
  3. After installation, invoke the skill by name or use /qb
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug qb
Version 1.0.6
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is QuickBooks for Beginners | Accounting skills?

Let your agent shop online with guardrailed wallets, multiple payment methods, and owner approval. It is an AI Agent Skill for Claude Code / OpenClaw, with 296 downloads so far.

How do I install QuickBooks for Beginners | Accounting skills?

Run "/install qb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is QuickBooks for Beginners | Accounting skills free?

Yes, QuickBooks for Beginners | Accounting skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does QuickBooks for Beginners | Accounting skills support?

QuickBooks for Beginners | Accounting skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created QuickBooks for Beginners | Accounting skills?

It is built and maintained by TripleHippo (@triplehippo); the current version is v1.0.6.

💬 Comments