Research To Wechat
Analysis
This skill is coherent for creating WeChat drafts, but it can use WeChat credentials, authenticated browser access, and optional cross-platform distribution, so it should be reviewed carefully before installation.
Findings (5)
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.
`multi-platform-distribute` ... optional Phase 8 delivery to 小红书、即刻、小宇宙、朋友圈 ... execute platforms sequentially
The artifacts describe browser/API-based distribution to multiple public platforms, but do not clearly specify final human confirmation, draft-only behavior, or account/session limits for those platforms.
curl -fsSL https://raw.githubusercontent.com/Fei2-Labs/skill-genie/main/research-to-wechat/scripts/install-openclaw.sh | bash
The manual install path pipes a remote script from the mutable `main` branch into bash. It is user-directed documentation, not automatic execution, but users should inspect or pin it.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Official WeChat credentials for draft delivery: `WECHAT_APPID`, `WECHAT_SECRET` ... Save a draft ... Update an existing draft
The skill needs WeChat account credentials and can add or update drafts through the official account API. This is expected for WeChat draft delivery, but it grants account-level mutation authority.
`source-ingest` use for: article URLs, video URLs, login-gated pages, delayed-render pages, PDF papers ... for generic URLs, use the browser tools to capture title, author, description, body, and image list
The skill may use browser tools to access login-gated pages and extract content, implying use of the user's authenticated browser/session context without clearly bounded account scope.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Before rendering or uploading, read the project's `AGENTS.md` ... Walk through each section ... Fix all violations before proceeding
The skill imports local project instruction files into the delivery workflow. This is useful for project-specific style rules, but such files can influence behavior beyond the article if not treated narrowly.
