← Back to Skills Marketplace
newslatest
by
violetlength
· GitHub ↗
· v1.0.0
· MIT-0
133
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install newslatest
Description
获取各大平台热点新闻榜单数据。通过 Rust NewsLatest 服务 API 获取新闻热点,支持多个新闻源。触发场景:(1) 用户请求"热点新闻"、"热搜榜"、"热门话题";(2) 指定平台新闻如"知乎热搜"、"B站热门"、"微博热搜"等;(3) 获取某平台的热门内容。
Usage Guidance
This skill is coherent and only documents calling an external NewsLatest API, but note: (1) it will make outbound network requests to https://newslatest-server.up.railway.app — confirm you trust that third-party service before installing; queries may reveal user interests to that service; (2) no credentials are requested, but the skill will use your agent's web-fetching capability — ensure your agent's network/tool policies are acceptable; (3) verify TLS/endpoint legitimacy or prefer using a vetted/official news API if you need stronger privacy/trust guarantees; (4) the SKILL.md contains a small typo (`no_cache=fasle`)—not a security issue but check parameter names when integrating.
Capability Analysis
Type: OpenClaw Skill
Name: newslatest
Version: 1.0.0
The skill is a straightforward news aggregator that provides instructions for an AI agent to fetch and format trending topics from various platforms (e.g., Weibo, GitHub, Zhihu) via a dedicated API (newslatest-server.up.railway.app). The SKILL.md file contains standard API documentation and formatting rules without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description state the skill fetches hot-topic lists from a Rust NewsLatest service; the SKILL.md exclusively documents calling that external API and formatting results. There are no extra permissions, env vars, or unrelated dependencies requested.
Instruction Scope
Instructions stay within the declared purpose (calling the provided base URL, parsing JSON, formatting output). The doc recommends using the agent's `web_fetch` tool to call the remote API (the tool is not declared in the skill manifest but is commonly available in agent environments). Minor typos (e.g. `no_cache=fasle`) and the guidance to prefer `web_fetch` are implementation details to confirm with your agent's runtime.
Install Mechanism
There is no install spec and no code files; nothing is written to disk or installed by the skill itself (lowest install risk).
Credentials
The skill requires no environment variables, credentials, or config paths. It only needs outbound network access to the documented API endpoint; this is proportionate to a remote-API-based news fetcher.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-level privileges or modify other skills. Autonomous invocation is allowed by default (platform normal) but not made more privileged by the skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install newslatest - After installation, invoke the skill by name or use
/newslatest - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布,支持获取16大主流平台的实时热点新闻榜单
- 提供单一平台和多平台(综合热搜)聚合查询能力
- 新增综合 API,允许通过 sources 参数自定义多平台集合
- 标准化输出格式,支持按热度值降序展示
- 自动处理缺失描述或热度信息,智能链接选择
- 支持结构化 JSON 响应解析,便于二次开发或自定义展示
Metadata
Frequently Asked Questions
What is newslatest?
获取各大平台热点新闻榜单数据。通过 Rust NewsLatest 服务 API 获取新闻热点,支持多个新闻源。触发场景:(1) 用户请求"热点新闻"、"热搜榜"、"热门话题";(2) 指定平台新闻如"知乎热搜"、"B站热门"、"微博热搜"等;(3) 获取某平台的热门内容。 It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.
How do I install newslatest?
Run "/install newslatest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is newslatest free?
Yes, newslatest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does newslatest support?
newslatest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created newslatest?
It is built and maintained by violetlength (@violetlength); the current version is v1.0.0.
More Skills