← Back to Skills Marketplace
Wenxuecity News Rankings
by
tonyguo2010
· GitHub ↗
· v0.1.0
· MIT-0
209
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wenxuecity-news-rankings
Description
Fetch and format Wenxuecity News rankings from https://www.wenxuecity.com/news/, specifically the two 24-hour lists (hot ranking and discussion ranking). Use...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wenxuecity-news-rankings - After installation, invoke the skill by name or use
/wenxuecity-news-rankings - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.
How do I install Wenxuecity News Rankings?
Run "/install wenxuecity-news-rankings" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wenxuecity News Rankings free?
Yes, Wenxuecity News Rankings is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wenxuecity News Rankings support?
Wenxuecity News Rankings is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wenxuecity News Rankings?
It is built and maintained by tonyguo2010 (@tonyguo2010); the current version is v0.1.0.
More Skills