← 返回 Skills 市场
newslatest
作者
violetlength
· GitHub ↗
· v1.0.0
· MIT-0
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install newslatest
功能描述
获取各大平台热点新闻榜单数据。通过 Rust NewsLatest 服务 API 获取新闻热点,支持多个新闻源。触发场景:(1) 用户请求"热点新闻"、"热搜榜"、"热门话题";(2) 指定平台新闻如"知乎热搜"、"B站热门"、"微博热搜"等;(3) 获取某平台的热门内容。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install newslatest - 安装完成后,直接呼叫该 Skill 的名称或使用
/newslatest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布,支持获取16大主流平台的实时热点新闻榜单
- 提供单一平台和多平台(综合热搜)聚合查询能力
- 新增综合 API,允许通过 sources 参数自定义多平台集合
- 标准化输出格式,支持按热度值降序展示
- 自动处理缺失描述或热度信息,智能链接选择
- 支持结构化 JSON 响应解析,便于二次开发或自定义展示
元数据
常见问题
newslatest 是什么?
获取各大平台热点新闻榜单数据。通过 Rust NewsLatest 服务 API 获取新闻热点,支持多个新闻源。触发场景:(1) 用户请求"热点新闻"、"热搜榜"、"热门话题";(2) 指定平台新闻如"知乎热搜"、"B站热门"、"微博热搜"等;(3) 获取某平台的热门内容。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。
如何安装 newslatest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install newslatest」即可一键安装,无需额外配置。
newslatest 是免费的吗?
是的,newslatest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
newslatest 支持哪些平台?
newslatest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 newslatest?
由 violetlength(@violetlength)开发并维护,当前版本 v1.0.0。
推荐 Skills