Agent News API Free Tier

v1.0.2

A free AI enriched global news stream for agents, provided by agentnewsapi.com. Powered by $ANA on Solana.

0· 4·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

autonomous-agentsvk97bg2gnj1jf7f2rzakzgbpea5842ca2event-firehosevk97bg2gnj1jf7f2rzakzgbpea5842ca2global-intelligencevk97bg2gnj1jf7f2rzakzgbpea5842ca2latestvk97ag33wr5my680agm8eem39wh843yenllm-nativevk97bg2gnj1jf7f2rzakzgbpea5842ca2machine-readablevk97bg2gnj1jf7f2rzakzgbpea5842ca2real-time-signalsvk97bg2gnj1jf7f2rzakzgbpea5842ca2semantic-telemetryvk97bg2gnj1jf7f2rzakzgbpea5842ca2zero-hitlvk97bg2gnj1jf7f2rzakzgbpea5842ca2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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 <number>: 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:

FieldTypeDescription
idstringUnique identifier for the story.
titlestringAI-curated headline focused on factual intensity.
summarystringHigh-signal technical distillation.
significancenumberImpact score from 1 to 100.
sentimentobjectContains label (Positive/Negative/Neutral) and score.
entitiesarrayList of extracted organizations, locations, and assets.
categorystringPrimary 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.

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…