Xiaohongshu Comic Creator
Analysis
The skill is coherent for creating Xiaohongshu comics, but it asks for account cookies and can publish publicly through external tools without a clear final approval step.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
# Step 7 — Publish Upload images. Create post using MCP tool.
Publishing is part of the default pipeline, and the artifact does not require a final user preview or approval before creating a public Xiaohongshu post.
npx clawhub@latest --workdir {your_agent_workspace_dir} install xiaohongshu-mcpThe skill depends on installing external latest-version skills, including the MCP tool used for account publishing; this is purpose-aligned but unpinned.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- xiaohongshu_cookies_path: path to Xiaohongshu login cookies JSON (for publishing)
The skill requires local session cookies for a third-party account; this is high-impact account access and is not reflected in the registry's declared credential requirements.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
For publishing posts use the feed creation API provided by the MCP server.
The skill sends post content, image paths, and account-authenticated publishing actions through an MCP server; this is expected for the purpose but creates a sensitive tool boundary.
