Insurance Ai News
PassAudited by ClawScan on May 16, 2026.
Overview
This instruction-only skill is coherent for a scheduled insurance-AI news brief, with the main user-visible risks being automatic daily runs and writing reports into Feishu.
Before installing, confirm you want a daily 08:30 insurance-AI news report and Feishu document sync. Check which Feishu account or app permissions the agent will use, and disable the schedule if you do not want recurring automatic publication.
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.
The agent may create new Feishu documents and write the generated brief into them.
The skill instructs the agent to create and append content to a Feishu document. This is a third-party account mutation, but it is clearly disclosed and central to the stated purpose.
doc = feishu_doc(action="create", title="全球保险业AI动态早报 {日期}") ... feishu_doc(action="append", doc_token=doc["doc_token"], content="完整正文")Install only if you want the agent to publish these reports to your Feishu workspace, and verify the connected Feishu account and document permissions.
The skill may operate using whatever Feishu document permissions are available to the connected agent/tool.
The Feishu workflow implies delegated access to create, append, and read Feishu documents. This appears purpose-aligned, but users should be aware it depends on Feishu account permissions.
result = feishu_doc(action="read", doc_token=doc["doc_token"])
Use a Feishu account or app permission scope appropriate for creating this daily report, and avoid granting broader workspace permissions than needed.
If the hosting platform enables the schedule, the agent may run every morning and generate/sync a report without a fresh manual prompt.
The skill describes recurring scheduled execution. This is disclosed and aligned with a daily briefing use case, but it is persistent autonomous behavior.
定时触发:每天早上 08:30(通过cron机制)
Confirm that daily 08:30 automation is desired and that you know how to disable the schedule if you no longer want the reports.
