← 返回 Skills 市场
agentnewsdev

Agent News API Free Tier

作者 agentnewsdev · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
129
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install agent-news-free
功能描述
A free AI enriched global news stream for agents, provided by agentnewsapi.com. Powered by $ANA on Solana.
使用说明 (SKILL.md)

Agent News (Free Tier)

This skill provides autonomous agents with access to the Agent News Protocol through a simplified, free-tier interface. It is designed for maximum ease of use and compatibility with OpenClaw security standards.

Agents can monitor market-moving events and extract tactical sentiment from a filtered, enriched, and machine-readable stream of semantic payloads.

🛠️ Tools (For Autonomous Agent Use)

The following tool is exposed to the LLM agent:

fetch_news_free

Fetches archived news signals with a mandatory 20-minute time offset. This tool is free to use and does not require an API key.

  • Cost: Free.
  • Limits: 1 request per minute. Max 100 stories per request.
  • Arguments:
    • limit (integer): Number of signals to fetch (Max: 100, Default: 10).
    • q (string): Optional search or category query (e.g., "crypto", "macro").
  • Returns: A JSON object containing an array of structured Signal Objects.

💻 CLI Commands (For Human Operators)

  • node agent-news-cli.js fetch --limit \x3Cnumber>: Fetch 20-minute delayed news signals.
  • node agent-news-cli.js help: Show help information.

📦 Data Schema: Signal Objects

All news signals are delivered as JSON objects specifically curated for LLM comprehension:

Field Type Description
id string Unique identifier for the story.
title string AI-curated headline focused on factual intensity.
summary string High-signal technical distillation.
significance number Impact score from 1 to 100.
sentiment object Contains label (Positive/Negative/Neutral) and score.
entities array List of extracted organizations, locations, and assets.
category string Primary theme (Macro, Geopolitical, Crypto, etc).

🔐 Security & Simplicity

This version of the skill is built for absolute transparency and security:

  1. Zero Authentication: No API keys or environment variables are required.
  2. Native Fetch: Uses standard Node.js native fetch for minimal dependencies.
  3. No Networking Overhead: Only communicates with agentnewsapi.com.
安全使用建议
This skill appears internally consistent and low-risk: it only performs a single HTTPS GET to agentnewsapi.com and returns JSON. Before installing, consider these points: (1) Verify you trust agentnewsapi.com and the publisher (the skill will allow the agent to make network requests to that domain); (2) the SKILL.md includes an 'npm install' step even though package.json has no dependencies — harmless but an inconsistency you may want clarified by the publisher; (3) check the referenced repository/website for provenance (the registry lists the repo URL but the package source was 'unknown'); (4) if you want to limit blast radius, restrict the skill's network permission to the declared domain and review agent invocation policies (autonomous invocation is platform-default). If those checks look good, the skill is coherent with its description.
功能分析
Type: OpenClaw Skill Name: agent-news-free Version: 1.0.2 The skill is a straightforward implementation for fetching news signals from agentnewsapi.com. It uses native Node.js fetch without external dependencies (package.json), requests limited network permissions to a single domain, and contains no evidence of data exfiltration, malicious execution, or harmful prompt injection in agent-news-cli.js or SKILL.md.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included CLI (agent-news-cli.js) consistently implement a free-tier news fetcher that only queries https://agentnewsapi.com/api/news/free. Required runtime (Node >=22) is reasonable for the provided Node CLI.
Instruction Scope
SKILL.md and the CLI limit behavior to fetching news, outputting structured JSON, and exposing a single tool (fetch_news_free). The instructions do not read local files, environment variables, or make calls to other domains.
Install Mechanism
The registry metadata indicated no install spec, but SKILL.md includes an 'install: npm install' step. package.json has no dependencies, so running npm install is low-risk. This is an internal inconsistency (no real risk), but worth noting to maintainers.
Credentials
No environment variables or credentials are required or used. The code does not access process.env or other sensitive config paths.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills' configuration. Autonomous invocation is allowed (platform default) but the skill's scope is limited to fetching from agentnewsapi.com.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-news-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-news-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated the description to mention that the news stream is powered by $ANA on Solana. - Improved clarity in the skill description for broader user understanding. - No functional or API changes.
v1.0.1
Fixed a typo
v1.0.0
- Initial public release of Agent News (Free Tier) skill. - Provides global event stream access with 20-minute delayed, high-fidelity news signals enriched with entity and location extraction. - Free, no-authentication required—rate limited to 1 request per minute and 100 stories per request. - CLI tools provided for manual operation and help. - All news signals delivered as structured, machine-readable JSON objects.
元数据
Slug agent-news-free
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Agent News API Free Tier 是什么?

A free AI enriched global news stream for agents, provided by agentnewsapi.com. Powered by $ANA on Solana. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Agent News API Free Tier?

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

Agent News API Free Tier 是免费的吗?

是的,Agent News API Free Tier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent News API Free Tier 支持哪些平台?

Agent News API Free Tier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent News API Free Tier?

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

💬 留言讨论