← Back to Skills Marketplace
103
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install nemo-community-hot-articles
Description
Get trending articles from Nemo community/从Nemo社区获取热门文章 (no API key required).
Usage Guidance
This skill is coherent and low-risk: it issues an HTTP GET to a public Nemo API and parses JSON. Before installing, ensure your agent environment can make outbound HTTPS requests to https://www.link-nemo.com and that you are comfortable with the agent sending network traffic (which reveals the agent's IP). Also note the example uses jq but jq is not declared as a required binary — either ensure jq is installed or adapt the command to use a JSON parser available to your agent. Finally, verify the domain (link-nemo.com) is trusted if you plan to run this in a sensitive environment.
Capability Analysis
Type: OpenClaw Skill
Name: nemo-community-hot-articles
Version: 1.0.1
The skill is a straightforward utility for fetching trending articles from the Nemo community API (link-nemo.com). It uses standard command-line tools (curl and jq) to retrieve and format public data, with no evidence of malicious intent, data exfiltration, or suspicious behavior in SKILL.md or _meta.json.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's name/description, homepage, and SKILL.md all indicate it fetches popular articles from the Nemo site using HTTP; that aligns with the single required binary (curl). Minor inconsistency: the SKILL.md example pipes output to jq but jq is not listed under required binaries.
Instruction Scope
SKILL.md gives a single, limited runtime instruction: curl the public API endpoint and parse JSON. It does not instruct reading local files, accessing unrelated env vars, or exfiltrating other data. The only external endpoint referenced is https://www.link-nemo.com/api/popular/article, which matches the declared homepage.
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing will be written to disk or downloaded during install. This is the lowest-risk install posture.
Credentials
No environment variables, credentials, or config paths are requested — consistent with a public API fetch. There is no overbroad credential or config access.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nemo-community-hot-articles - After installation, invoke the skill by name or use
/nemo-community-hot-articles - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added bilingual (English/Chinese) descriptions and instructions throughout the documentation.
- Updated homepage URL to direct to the popular articles page.
- Example API output now includes the article "url" field.
- Improved clarity and accessibility for both English and Chinese users.
v1.0.0
Initial release of nemo-community-hot-articles.
- Fetch trending articles from Nemo community without needing an API key.
- Provides a simple curl command to retrieve and display the most popular articles.
- No account or setup required; instant access to hot stories.
Metadata
Frequently Asked Questions
What is Nemo社区热文?
Get trending articles from Nemo community/从Nemo社区获取热门文章 (no API key required). It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install Nemo社区热文?
Run "/install nemo-community-hot-articles" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nemo社区热文 free?
Yes, Nemo社区热文 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nemo社区热文 support?
Nemo社区热文 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nemo社区热文?
It is built and maintained by Yohoooooo (@geeeeeeeeeeeeeeeek); the current version is v1.0.1.
More Skills