🌅 每日
v1.0.0Morning Meeting 1.0.1:每日早会定时触发,多 Agent 全网抓取热点,生成简报自动推送给 CEO。
0· 15·0 当前·0 累计
下载技能包
最后更新
2026/4/19
安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and declared dependencies are consistent with its stated purpose (automatically gathering news and sending a morning brief), with only minor portability and configuration notes to check before use.
评估建议
This skill appears to do what it says: collect news and send a brief. Before installing, check these practical items: 1) Portability — both Python and JS scripts hardcode a Windows save path (C:\Users\Admin\...). Update CONFIG/savePath or make the path OS-aware if you plan to run on Linux/Mac. 2) Recipients & permissions — confirm the 'message' tool is configured and restricted so the brief goes only to intended recipients (and that sending on behalf of the agent to a CEO account is authorized)....详细分析 ▾
ℹ 用途与能力
The skill claims to collect web news and send a brief to the CEO, and both SKILL.md and the included code implement that using OpenClaw tools (web_search, message). One mismatch: paths in the code are hardcoded to a Windows user folder (C:\Users\Admin\...), yet the skill targets linux and darwin as well. This is a portability/usability issue but not a capability mismatch.
✓ 指令范围
SKILL.md instructs only: schedule via cron skill, call search/orchestrator/message skills, and optionally run the included script. The runtime files read/write only local workspace paths and call built-in OpenClaw tools. There are no instructions to read unrelated system files or to send data to unexpected external endpoints beyond the message tool.
✓ 安装机制
No install spec — instruction-only with bundled code files. Nothing is downloaded or extracted at install time, which reduces install-time risk.
✓ 凭证需求
The skill declares no required environment variables or external credentials. It relies on other internal skills (multi-search-engine, message) to perform network operations; any credentials those skills need would be managed by them, not by this package. The absence of requested secrets is proportionate to the stated purpose.
✓ 持久化与权限
always is false and the skill does not attempt to modify other skills or global agent settings. It writes its own output to a workspace path and uses the platform message tool to send the brief — expected behavior for this use case.
安全有层次,运行前请审查代码。
运行时依赖
🖥️ OSLinux · macOS · Windows
版本
latestv1.0.02026/4/19
Initial publish: daily morning meeting automation with multi-agent news aggregation
● 可疑
安装命令
点击复制官方npx clawhub@latest install daily-morning-meeting-1-0-1
镜像加速npx clawhub@latest install daily-morning-meeting-1-0-1 --registry https://cn.longxiaskill.com