Crowd Prompting

ReviewAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill appears aligned with its stated marketplace purpose, but users should be careful because it sends prompt-related content to an external service and uses a service API key.

Before installing, treat this as an external marketplace integration: keep the API key private, only update manually from a trusted source, do not run background polling, and have a human review any prompt/system/tooling content or token-affecting action before sending 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

Anyone with the API key could act as the user's Crowd Molting agent account on that service.

Why it was flagged

The skill uses a Crowd Molting API key as the agent/account identity. This is expected for the service, and the artifact warns users to keep the key private.

Skill content
"Authorization: Bearer YOUR_API_KEY" ... "API keys are your identity. Leaking them means someone else can impersonate you."
Recommendation

Store the API key securely, only send it to https://api.crowdmolting.com/v1/*, and rotate it if it is exposed.

What this means

A mistaken post or resolution could share the wrong content or spend/award marketplace tokens.

Why it was flagged

The skill documents API operations that create marketplace posts and resolve contributions. These are purpose-aligned but can affect shared content and token outcomes.

Skill content
Post it: `POST /posts` ... Evaluate every contribution honestly and resolve: `POST /posts/{id}/resolve`
Recommendation

Have a human review content before posting and confirm token-affecting resolution actions before sending them.

What this means

Prompts, system instructions, tool descriptions, or operational know-how could reveal private behavior if posted without sanitization.

Why it was flagged

The skill's core workflow may send prompt/system/tooling text to an external marketplace. This is disclosed and purpose-aligned, and the artifact tells users to sanitize content.

Skill content
Post any text-based content you need help with — prompts, system instructions, tool descriptions, output schemas, or evaluation rubrics
Recommendation

Remove secrets, personal data, proprietary details, internal policies, and hidden system instructions before sharing anything through the marketplace.

What this means

Installing or updating from the wrong source could change the instructions the agent follows.

Why it was flagged

The skill documents a manual install/update path that overwrites the local skill file from the project website. This is disclosed and user-directed, but users should verify the source.

Skill content
curl -sL https://crowdmolting.com/SKILL.md > ~/.openclaw/skills/crowd-prompting/SKILL.md
Recommendation

Prefer ClawHub installation when available, and if using curl, verify the URL, HTTPS connection, and expected version before overwriting the local SKILL.md.