← Back to Skills Marketplace
sskun

news-for-ai

by sskun · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
121
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install news-for-ai
Description
Fetches real-time AI industry news, daily AI digests, and searches AI topics including products, models, and MCP services. Outputs structured JSON with clean...
Usage Guidance
This skill is a scraper that queries news.aibase.cn and returns structured JSON. Before installing: (1) confirm you trust the aibase.cn source (the tool will make outbound HTTP requests to that domain); (2) be aware the SKILL.md asks you to pip install dependencies into the environment where it runs—install in a virtualenv or sandbox if you want isolation; (3) review the included news_cli.py if you need assurance it doesn't leak data elsewhere (it only performs GET requests and prints JSON to stdout); (4) if you will let the agent invoke skills autonomously and network access is sensitive in your environment, consider restricting network access or requiring manual invocation.
Capability Analysis
Type: OpenClaw Skill Name: news-for-ai Version: 1.0.1 The news-for-ai skill is a legitimate web scraping tool designed to fetch AI industry news and search results from aibase.cn. The implementation in news_cli.py uses standard Python libraries (requests, BeautifulSoup) to parse data from the target site and strictly adheres to its stated purpose. There are no indicators of data exfiltration, unauthorized execution, or malicious prompt injection in the instructions.
Capability Assessment
Purpose & Capability
Name/description promise (AI news, digests, search) matches the included CLI and Python code which exclusively fetches and parses content from news.aibase.cn / aibase.cn. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md tells the agent to install Python requirements and run the bundled news_cli.py commands. The instructions and CLI behavior are limited to fetching/parsing articles and outputting JSON; they do not instruct reading other files, environment secrets, or sending data to unexpected endpoints.
Install Mechanism
There is no install spec beyond running pip install -r ${SKILL_DIR}/requirements.txt. Dependencies are standard Python libraries (requests, beautifulsoup4, urllib3) appropriate for an HTTP scraper; nothing is downloaded from untrusted URLs or written to unusual locations.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not read env vars or request unrelated secrets, so requested access is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system settings. It runs on-demand and has no special persistence or privileged system presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install news-for-ai
  3. After installation, invoke the skill by name or use /news-for-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
news-for-ai 1.0.1 - CLI entrypoint is now news_cli.py (aibase_cli.py removed). - Added schemas.md for clear output data structure reference. - SKILL.md greatly simplified: clearer usage, output format, and article-writing workflow instructions. - Commands, options, and field schemas are now easier to understand.
v1.0.0
news-for-ai 1.0.0 – First release - Provides structured access to AIBase (https://news.aibase.cn & https://www.aibase.cn) for up-to-date AI news, daily summaries, and site-wide search. - Supports three usage modes: AI news (`news`), AI daily roundup (`daily`), and targeted search (`search`) across news, products, models, and MCP services. - Clean JSON output with separated content and media for easy integration or article writing. - Includes CLI commands with flexible options for content retrieval and filtering. - Designed for quick content preview, deep-dives, and as a direct information source for creating AI-related articles.
Metadata
Slug news-for-ai
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is news-for-ai?

Fetches real-time AI industry news, daily AI digests, and searches AI topics including products, models, and MCP services. Outputs structured JSON with clean... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install news-for-ai?

Run "/install news-for-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is news-for-ai free?

Yes, news-for-ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does news-for-ai support?

news-for-ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created news-for-ai?

It is built and maintained by sskun (@sskun); the current version is v1.0.1.

💬 Comments