Marketing Copy Knowledge
Analysis
This instruction-only marketing copy skill is coherent and purpose-aligned, but users should notice that it sends prompts to an external service and includes an optional paid API-key flow.
Findings (2)
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 whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Purchase an API key (requires operator authorization and a payment method) ... "payment_method_id": "pm_xxx" ... -H "X-Api-Key: lob-<YOUR_API_KEY>"
The skill documents an optional billing/API-key flow. This is expected for a freemium/paid service and requires operator authorization, but it still touches payment authorization and API-key handling.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Prefer direct REST calls (`/generate`, `/query`) unless your runtime explicitly expects MCP.
The skill sends product descriptions, copywriting queries, and optionally MCP requests to an external service endpoint. This is central to the skill's purpose, but it means submitted content leaves the local agent context.
