daily_summary
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Private work activity and browsing context may influence the generated summary and could be reflected in what is later sent to Feishu.
The skill explicitly uses local OpenClaw memory/chat records and browser history as inputs, which are private context sources even though this matches the daily-summary purpose.
- 读取本地聊天记录(memory 文件) - 读取浏览器历史(Chrome/Edge)
Run it manually first, inspect the summary, and only use the schedule if you are comfortable with these local sources being used.
After setup, summaries may be generated and posted on a schedule without a fresh approval each day.
The documented setup creates a recurring weekday automation that sends or triggers the summary workflow through the Feishu channel.
openclaw cron add --schedule "30 17 * * 1-5" --message "生成今日工作总结" --channel feishu
Use a test/private Feishu channel first and keep track of how to remove or disable the cron job if you no longer want automatic posting.
If the bot is over-privileged or pointed at the wrong channel, work summaries could be posted to unintended recipients.
Feishu bot credentials are documented as needed for sending messages, giving the automation delegated posting ability in the configured Feishu context.
需要配置飞书机器人 ... "appId": "your-app-id", "appSecret": "your-app-secret"
Use a least-privileged Feishu bot, restrict its channel access, and rotate the secret if it is exposed.
