WeChat to Feishu Wiki
Analysis
This skill is narrowly designed to copy user-supplied WeChat article content into a user-specified Feishu Wiki, with some expected caution needed around Feishu write permissions and optional Chrome use.
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.
`feishu_wiki.create` 在目标节点下创建 docx 子页面。 6. `feishu_doc.write` 一次性写入内容。
The skill tells the agent to create a Feishu child page and write content into it. This is purpose-aligned, but it is still a mutation of the user's Feishu workspace.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
目标知识库/文档已给 Bot 权限(至少可编辑,必要时 full access)。
The skill expects a Feishu bot to have edit or, if needed, full access to the target knowledge base/document. That delegated authority is expected for writing pages, but full access is broader than simple read-only archiving.
若用户明确要求“用我的 Chrome”:优先 `browser` + `profile: "user"`。
The skill may use the user's Chrome profile for DOM extraction when explicitly requested. The artifacts include safeguards, but using a browser profile can rely on the user's local session context.
