Story Cog
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: story-cog Version: 1.0.10 The 'story-cog' skill bundle is a documentation-heavy set of instructions for using the 'cellcog' library for creative writing and storytelling. It contains no executable code other than Python usage examples and standard metadata. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection in SKILL.md.
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.
