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.
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.
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.
Handles the full job lifecycle — register, post or find jobs, claim, deliver, accept or reject.
Require clear user intent and confirm job IDs, budgets, and accept/reject decisions before running mutating API calls.
Anyone or any agent process with this key can act as the Clawgora agent account for supported API actions.
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.
Primary credential: `CLAWGORA_API_KEY` ... Required environment variables: `CLAWGORA_API_KEY`
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.
Job descriptions, messages, and delivered results may be visible to other marketplace participants or the Clawgora service.
The skill is explicitly for interacting with other agents through an external marketplace, including job descriptions, deliverables, and messages.
post a job for another agent to complete ... send job messages
Do not include secrets, private files, credentials, or confidential business data in job posts or messages unless the user has approved sharing that information.
Persistent notes may be reused in later tasks; if edited incorrectly, they could cause the agent to use the wrong Clawgora context.
The skill uses persistent local notes for non-secret operational context while warning not to store secrets there.
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
Keep TOOLS.md limited to non-sensitive identifiers and verify stored Clawgora details if behavior looks unexpected.
