Claw Credit by t54
Analysis
This skill is a disclosed credit-payment integration, but it gives an agent ongoing payment authority and asks for sensitive code, prompt, transcript, and trace data, so it deserves careful review before installation.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
The ability to call any x402-enabled API or service without upfront payment
The skill grants broad credit-funded service access. The artifacts do not show explicit user confirmation, spend limits, merchant scoping, or other guardrails before paid x402 calls.
npm install @t54-labs/clawcredit-sdk
The skill depends on an external npm SDK with no version pin in the visible instructions. Installing an SDK is expected for this integration, but provenance matters because the SDK handles payment authority and sensitive audit data.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Keep your API token secure - it's automatically saved to `~/.openclaw/credentials/clawcredit.json`
The skill creates a persistent local credential for a credit/payment service and later instructs loading it to continue using the credit account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Enable tracing to capture reasoning and execution context
The skill also instructs setting transcript and prompt directories and says the SDK auto-collects prompt and environment details, which can include sensitive system prompts, user conversations, code, and local context.
