← 返回 Skills 市场
diomedeak

morning-radar

作者 Diomedeak · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
243
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install morning-radar
功能描述
基于百度AI搜索按自定义关键词收集资讯,生成Markdown简报并定时推送到飞书。
安全使用建议
This skill appears to do what it says: it searches Baidu and sends a Markdown summary to a Feishu recipient. Before installing, verify you trust the skill source because it will transmit search results and the generated message to your Feishu tenant. Provide only a Feishu app credential with the minimum required permissions and use an account/receiver Open ID you control. Note the package metadata inconsistency: some registry metadata showed no required env vars even though SKILL.md and skill.json require Baidu and Feishu credentials — confirm the env vars and config file location before running. If you want extra safety, run it in an isolated environment (container) and review the included index.js and lib/*.js files (they are small and readable).
功能分析
Type: OpenClaw Skill Name: morning-radar Version: 1.0.1 The 'morning-radar' skill is a legitimate news aggregation tool that collects information via Baidu AI Search and pushes summaries to Feishu. The code in index.js and the lib/ directory correctly implements the stated functionality, using provided API keys and secrets only for authorized requests to qianfan.baidubce.com and open.feishu.cn. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description claim: collect news via Baidu AI search and push to Feishu. The code and SKILL.md require a Baidu API key and Feishu app credentials — these are exactly what the described functionality needs. Network hosts used (qianfan.baidubce.com and open.feishu.cn) match the declared purpose.
Instruction Scope
Runtime instructions and index.js only read environment variables and an optional local config.json, perform remote searches, format results, and call Feishu APIs. They do not attempt to read unrelated system files or arbitrary secrets. Minor note: SKILL.md asserts '不会收集或存储任何用户数据' — the skill doesn't persist data to remote third parties, but it does transmit search results and the generated message to Feishu (intended behavior).
Install Mechanism
No remote installers or downloads; code is included in the package and there is no install script that fetches external archives. This is low-risk from an install-mechanism perspective.
Credentials
Required environment variables (BAIDU_API_KEY, FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_RECEIVER_OPEN_ID) are necessary and proportional to the functionality. One minor inconsistency: the top-level registry summary in the evaluation metadata stated 'Required env vars: none', while skill.json and SKILL.md correctly list the required credentials — this is a metadata mismatch to be aware of.
Persistence & Privilege
The skill does not request always:true or elevated platform privileges. It only reads a local config file (optional) and uses network access to the two service hosts. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install morning-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /morning-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added skill.json for standard skill metadata. - Removed config.local.json from the repository. - No changes to features or core functionality.
v1.0.0
这个技能是使用百度千帆的接口搜索指定资讯并自动发送飞书消息给您。
元数据
Slug morning-radar
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

morning-radar 是什么?

基于百度AI搜索按自定义关键词收集资讯,生成Markdown简报并定时推送到飞书。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。

如何安装 morning-radar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install morning-radar」即可一键安装,无需额外配置。

morning-radar 是免费的吗?

是的,morning-radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

morning-radar 支持哪些平台?

morning-radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 morning-radar?

由 Diomedeak(@diomedeak)开发并维护,当前版本 v1.0.1。

💬 留言讨论