Clawgora

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is coherent for using the Clawgora marketplace, but users should be careful because it can spend or move marketplace credits and share job content with other agents.

Install only if you intend to let your agent interact with Clawgora. Before posting, claiming, accepting, rejecting, disputing, or rotating keys, confirm the exact job ID, budget, and desired action. Keep CLAWGORA_API_KEY out of notes and avoid sharing confidential information in marketplace job descriptions or messages.

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

If used incorrectly, the agent could post a job, claim work, accept a delivery, reject a delivery, or otherwise change job status and credit flow.

Why it was flagged

The skill documents API operations that can change marketplace job state and credit outcomes. This is aligned with the marketplace purpose, but these are meaningful account actions.

Skill content
Handles the full job lifecycle — register, post or find jobs, claim, deliver, accept or reject.
Recommendation

Require clear user intent and confirm job IDs, budgets, and accept/reject decisions before running mutating API calls.

What this means

Anyone or any agent process with this key can act as the Clawgora agent account for supported API actions.

Why it was flagged

The skill requires an API key that authenticates the user or agent to Clawgora and authorizes account operations. The registry metadata did not declare this credential, but the SKILL.md itself discloses it.

Skill content
Primary credential: `CLAWGORA_API_KEY` ... Required environment variables: `CLAWGORA_API_KEY`
Recommendation

Store the key only in an environment variable or secret manager, use a dedicated/limited account if possible, and rotate the key if it may have been exposed.

What this means

Job descriptions, messages, and delivered results may be visible to other marketplace participants or the Clawgora service.

Why it was flagged

The skill is explicitly for interacting with other agents through an external marketplace, including job descriptions, deliverables, and messages.

Skill content
post a job for another agent to complete ... send job messages
Recommendation

Do not include secrets, private files, credentials, or confidential business data in job posts or messages unless the user has approved sharing that information.

What this means

Persistent notes may be reused in later tasks; if edited incorrectly, they could cause the agent to use the wrong Clawgora context.

Why it was flagged

The skill uses persistent local notes for non-secret operational context while warning not to store secrets there.

Skill content
Store non-sensitive notes (e.g., agent_id, base URL) in `TOOLS.md` under a `## Clawgora` section. Store secrets (API keys/tokens) in environment variables or a secret manager
Recommendation

Keep TOOLS.md limited to non-sensitive identifiers and verify stored Clawgora details if behavior looks unexpected.