← 返回 Skills 市场
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install news-agent
功能描述
新闻智能体系统 API 集成。支持查询新闻、触发采集/分析任务、获取仪表盘数据、趋势分析等。使用场景:新闻数据管理、采集任务自动化、趋势分析、词云生成。
安全使用建议
This skill appears to do exactly what it claims: call a news-backend API to list articles, fetch dashboard/trend data, and trigger tasks. Before installing or running: 1) ensure NEWS_API_BASE_URL points to a trusted service (the scripts will make network calls to whatever URL you provide); 2) be aware the scripts send a static development Authorization header ('Bearer PharmaBlock Gateway') by default—use a safe local or dev instance, and do not point the skill at sensitive production systems unless you understand the gateway/SSO behavior; 3) note the small metadata vs. README inconsistency (env marked required in metadata but the code defaults to localhost); 4) if you need stricter control, run the scripts locally or review/modify them to remove or change the Authorization header and to add your own auth before pointing to production endpoints.
功能分析
Type: OpenClaw Skill
Name: news-agent
Version: 1.0.0
The news-agent skill bundle is a standard API integration for a news management system, providing scripts to fetch articles, view dashboards, and trigger analysis tasks. All network requests are directed to a configurable backend URL, and the use of a hardcoded development authorization header (PharmaBlock Gateway) is explicitly documented for its intended environment. No malicious patterns such as data exfiltration, command injection, or prompt manipulation were found.
能力评估
Purpose & Capability
Name/description (news management, tasks, trends) align with included scripts and API endpoints. The only environment input is NEWS_API_BASE_URL which the scripts use as the HTTP API base; the static Authorization header matches the SKILL.md's documented development bypass. No unrelated binaries, credentials, or disparate services are requested.
Instruction Scope
SKILL.md instructs the agent to set NEWS_API_BASE_URL (with a localhost default) and run the provided scripts. The runtime instructions only make HTTP calls to the declared API endpoints and do not read local files, secrets, or other system state. Minor inconsistency: metadata marks NEWS_API_BASE_URL as required, while the SKILL.md and scripts provide and document a sensible localhost default (i.e., the env var is optional in practice).
Install Mechanism
No install specification is present (instruction-only installation). The package ships Python scripts but does not auto-download or execute remote archives or installers. Risk from install mechanism is low.
Credentials
Only NEWS_API_BASE_URL is declared/used. The scripts embed a fixed dev Authorization header ('Bearer PharmaBlock Gateway') which is documented as a development bypass in references/api_docs.md; this is explainable but worth noting because it causes requests to be sent with that header by default. There are no additional secret env vars requested.
Persistence & Privilege
always is false, the skill has no install-time persistence or modifications to other skills or system settings. It can be invoked by the agent (normal behavior) but does not request elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install news-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/news-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Major upgrade to a multi-functional news agent API skill.
- Reworked from simple news summary to full-featured news data management, including querying, collection, analysis, dashboard and trend insights.
- Script-based usage for news listing, trend analysis, dashboard queries, and automated task triggering.
- Detailed API references and common endpoints added.
- Support for authentication, multiple output formats, and environment configuration.
- Modernized project structure with clear backend, frontend, and gateway components.
元数据
常见问题
news-agent-skills 是什么?
新闻智能体系统 API 集成。支持查询新闻、触发采集/分析任务、获取仪表盘数据、趋势分析等。使用场景:新闻数据管理、采集任务自动化、趋势分析、词云生成。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 news-agent-skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-agent」即可一键安装,无需额外配置。
news-agent-skills 是免费的吗?
是的,news-agent-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
news-agent-skills 支持哪些平台?
news-agent-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 news-agent-skills?
由 wanping(@swipth)开发并维护,当前版本 v1.0.0。
推荐 Skills