Story Cog
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
A CellCog API key may allow the skill to use the user's CellCog account or quota when creating chats.
The skill requires a CellCog API key, which is expected for this provider integration, but the user should recognize that installing and using it involves delegated account access.
Required env vars: CELLCOG_API_KEY ... Primary credential: none
Use a dedicated or least-privileged CellCog key if available, keep it secret, and revoke it if no longer needed.
Story ideas, drafts, or other prompt content may be transmitted to CellCog for processing.
The documented workflow sends the user's writing prompt to CellCog and can use agent-style chat modes. This is central to the skill's purpose, but it means user content leaves the local conversation boundary.
result = client.create_chat( prompt="[your task prompt]", notify_session_key="agent:main:main", task_label="my-task", chat_mode="agent" )
Avoid sending highly sensitive unpublished material unless you are comfortable with CellCog's handling of that content.
The actual behavior depends partly on the CellCog SDK or skill that the agent uses at runtime.
The skill depends on the separate CellCog package/skill. This is purpose-aligned, but the dependency itself is not included in this instruction-only artifact.
dependencies: [cellcog]
Install CellCog from a trusted source and review its own permissions and documentation before relying on this skill.
