← 返回 Skills 市场
Wenxuecity News Rankings
作者
tonyguo2010
· GitHub ↗
· v0.1.0
· MIT-0
209
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wenxuecity-news-rankings
功能描述
Fetch and format Wenxuecity News rankings from https://www.wenxuecity.com/news/, specifically the two 24-hour lists (hot ranking and discussion ranking). Use...
安全使用建议
This skill appears to do exactly what it claims: run a small Python script that fetches https://www.wenxuecity.com/news/ and formats the two 24h ranking lists as Markdown or JSON. It does make outbound HTTP requests (to the site and referenced image URLs) so running it from a hosted agent will generate network traffic to those hosts. The skill asks for no secrets and performs no filesystem or config access beyond writing optional output files. If you plan to run it in a sensitive environment, inspect the full script locally or run it in a sandboxed environment; ensure you have Python 3 available. If you need stronger guarantees, request the missing trailing portion of the file (the bundle was truncated in the listing) and verify the final output/writing logic before use.
功能分析
Type: OpenClaw Skill
Name: wenxuecity-news-rankings
Version: 0.1.0
The skill is a legitimate web scraper designed to fetch and format news rankings from Wenxuecity. It uses standard Python libraries (urllib, html.parser) and contains no evidence of malicious intent, data exfiltration, or prompt injection. The use of Unicode escapes in scripts/fetch_rankings.py is for portability of Chinese characters and is clearly documented.
能力评估
Purpose & Capability
Name/description (fetch Wenxuecity 24h hot/discussion rankings) align with the included Python script and SKILL.md. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided script with explicit CLI flags. The script only fetches the target page and extracts ranking entries (not article bodies). It does not read other files, environment variables, or post data to external endpoints beyond the specified source and image URLs.
Install Mechanism
No install spec; this is instruction-only plus a packaged Python script. Execution relies on a local Python runtime (normal). No external archives or downloads are installed by the skill itself.
Credentials
No environment variables, secrets, or credentials are required. The script makes unauthenticated HTTP requests to the stated source only; requested inputs (URL, top, timeout, etc.) are appropriate for the task.
Persistence & Privilege
always is false. agents/openai.yaml sets allow_implicit_invocation: true which permits autonomous invocation; this is the platform default and expected for an agent-invokable skill. There is no evidence the skill modifies other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wenxuecity-news-rankings - 安装完成后,直接呼叫该 Skill 的名称或使用
/wenxuecity-news-rankings触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
常见问题
Wenxuecity News Rankings 是什么?
Fetch and format Wenxuecity News rankings from https://www.wenxuecity.com/news/, specifically the two 24-hour lists (hot ranking and discussion ranking). Use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。
如何安装 Wenxuecity News Rankings?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wenxuecity-news-rankings」即可一键安装,无需额外配置。
Wenxuecity News Rankings 是免费的吗?
是的,Wenxuecity News Rankings 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wenxuecity News Rankings 支持哪些平台?
Wenxuecity News Rankings 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wenxuecity News Rankings?
由 tonyguo2010(@tonyguo2010)开发并维护,当前版本 v0.1.0。
推荐 Skills