Kay Xhs
Analysis
This skill matches its stated Xiaohongshu content workflow, but it uses a logged-in browser account and can create account drafts automatically, so it should be reviewed carefully before installation.
Findings (3)
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.
`performance.getEntriesByType('resource').filter(e => e.name.includes('xhscdn.com')...)` and `document.querySelectorAll('[class*="comment"]')`The skill documents raw browser JavaScript that extracts loaded image URLs and comments from Xiaohongshu pages. This is aligned with its research purpose, but it is broad browser-page extraction.
`cd /Users/papaya/.openclaw/workspace-xhs-manager/skills/kie-image` ... `./kie-image-batch -b examples/batch-example.json -o ./test`
An included ancillary document references an older or separate local executable and an absolute user-specific path, while the main skill metadata declares kay-image as the dependency.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
**工具:** `browser` (openclaw profile) ... `https://creator.xiaohongshu.com` ... `检查登录状态` ... `**自动发布** - 保存到小红书草稿箱`
The workflow uses the user's logged-in browser profile to access a Xiaohongshu creator account and save drafts, which is account-level authority and persistent account mutation.
