Content Gen
v1.2.0Multi-format content generation with built-in neural quality scoring — every piece is scored against neuromarketing dimensions before delivery. Content that...
⭐ 0· 72·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (content generation with neural scoring) match the declared primary credential (ANTHROPIC_API_KEY) and the install of the @anthropic-ai/sdk package. Requesting a node or python3 runtime is plausible for executing score/regenerate logic.
Instruction Scope
SKILL.md is an instruction-only spec describing generation, scoring, and auto-rewrite logic. It does not instruct the agent to read unrelated files, access other environment variables, or transmit data to unexpected endpoints beyond implied use of the Anthropic API.
Install Mechanism
Install spec pulls a single npm package (@anthropic-ai/sdk). This is proportionate to calling the Anthropic API, but note the skill has no code files bundled — the runtime will need to fetch and use that SDK when invoked.
Credentials
Only ANTHROPIC_API_KEY is required and identified as the primary credential. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true or any system-wide privileges. It is user-invocable and can run autonomously (platform default), which is appropriate for this integration.
Scan Findings in Context
[no_findings] expected: No code files present and the regex scanner found nothing to analyze. That is consistent with an instruction-only skill that relies on an external SDK at runtime.
Assessment
This skill appears coherent: it uses the Anthropic API to generate and re-score content and requests only the Anthropic API key. Before installing, confirm you are comfortable granting the skill access to your ANTHROPIC_API_KEY (it will be used to call the Anthropic service). Ensure you have a suitable runtime (node or python3) since the install lists the @anthropic-ai/sdk package. Understand that the 'neural_score' is an internal metric — review outputs before publishing (models can hallucinate or introduce factual errors), and verify any customer-facing 'score badge' claims are appropriate for your use case and compliance requirements.Like a lobster shell, security has layers — review code before you run it.
latestvk97d1169pejkb7n300nt3tr4ts83sw5n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
✍️ Clawdis
Any binnode, python3
EnvANTHROPIC_API_KEY
Primary envANTHROPIC_API_KEY
Install
Node
npm i -g @anthropic-ai/sdk