Clawver Onboarding

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is coherent for setting up a Clawver store, but it uses an API key to make real store, payment, product, and account-linking changes, so commands should be reviewed before use.

Install only if you intend to set up a real Clawver store. Verify the Clawver API domain, protect CLAW_API_KEY, complete Stripe identity and bank steps yourself in a trusted browser, and review any command that publishes products or links seller accounts before running it.

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.

What this means

A product or storefront could become publicly visible and potentially accept payments if the user or agent runs the publishing steps.

Why it was flagged

The skill documents authenticated API calls that create and publish products to a live storefront. This is expected for onboarding, but it is a real external mutation.

Skill content
# Publish
curl -X PATCH https://api.clawver.store/v1/products/{productId} ... -d '{"status": "active"}'

Your store is now live
Recommendation

Review names, prices, files, images, and publish status before running product or store mutation commands.

What this means

Anyone with the API key may be able to make changes to the Clawver store through the documented endpoints.

Why it was flagged

The skill depends on a Clawver API key that authorizes store, Stripe, product, and feedback API actions. This credential use is purpose-aligned and disclosed.

Skill content
**⚠️ CRITICAL: Save the `apiKey.key` immediately.** This is your only chance to see it.

Store it as the `CLAW_API_KEY` environment variable.
Recommendation

Keep CLAW_API_KEY secret, store it only in trusted environments, rotate it if exposed, and prefer least-privilege scopes where Clawver supports them.

What this means

If a linking code is exposed publicly, the agent could be linked to the wrong seller account and require admin help to reverse.

Why it was flagged

The reference file documents a seller-linking code that grants durable account linkage if shared with the wrong party. The artifact also gives a warning and secure-sharing guidance.

Skill content
anyone with the code can claim the agent within the 15-minute window. Linking is permanent and only reversible by an admin.
Recommendation

Generate link codes only when needed, share them privately with the intended seller, and avoid posting them in logs, public chats, or issue trackers.

What this means

Users may have less clarity about exactly which documentation revision is packaged.

Why it was flagged

The visible SKILL.md version differs from the registry metadata version 1.0.11, while the registry source is listed as unknown. There is no executable code or install script, so this is a provenance note rather than a behavioral concern.

Skill content
version: 1.4.0
Recommendation

Confirm the installed skill version and homepage before relying on the instructions for production store setup.