← 返回 Skills 市场
sskun

news-for-ai

作者 sskun · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install news-for-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /news-for-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug news-for-ai
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 news-for-ai?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-for-ai」即可一键安装,无需额外配置。

news-for-ai 是免费的吗?

是的,news-for-ai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

news-for-ai 支持哪些平台?

news-for-ai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 news-for-ai?

由 sskun(@sskun)开发并维护,当前版本 v1.0.1。

💬 留言讨论