← Back to Skills Marketplace
swipth

news-agent-skills

by wanping · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install news-agent
Description
新闻智能体系统 API 集成。支持查询新闻、触发采集/分析任务、获取仪表盘数据、趋势分析等。使用场景:新闻数据管理、采集任务自动化、趋势分析、词云生成。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install news-agent
  3. After installation, invoke the skill by name or use /news-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug news-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is news-agent-skills?

新闻智能体系统 API 集成。支持查询新闻、触发采集/分析任务、获取仪表盘数据、趋势分析等。使用场景:新闻数据管理、采集任务自动化、趋势分析、词云生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install news-agent-skills?

Run "/install news-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is news-agent-skills free?

Yes, news-agent-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does news-agent-skills support?

news-agent-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created news-agent-skills?

It is built and maintained by wanping (@swipth); the current version is v1.0.0.

💬 Comments