← Back to Skills Marketplace
243
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install morning-radar
Description
基于百度AI搜索按自定义关键词收集资讯,生成Markdown简报并定时推送到飞书。
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install morning-radar - After installation, invoke the skill by name or use
/morning-radar - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
这个技能是使用百度千帆的接口搜索指定资讯并自动发送飞书消息给您。
Metadata
Frequently Asked Questions
What is morning-radar?
基于百度AI搜索按自定义关键词收集资讯,生成Markdown简报并定时推送到飞书。 It is an AI Agent Skill for Claude Code / OpenClaw, with 243 downloads so far.
How do I install morning-radar?
Run "/install morning-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is morning-radar free?
Yes, morning-radar is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does morning-radar support?
morning-radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created morning-radar?
It is built and maintained by Diomedeak (@diomedeak); the current version is v1.0.1.
More Skills