Skills Agent News (Free Tier)
A free AI enriched global news stream for agents, provided by agentnewsapi.com. Powered by $ANA on Solana.
git clone https://github.com/openclaw/skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/agentnewsdev/agent-news-free" ~/.claude/skills/clawdbot-skills-agent-news-free-tier && rm -rf "$T"
skills/agentnewsdev/agent-news-free/SKILL.mdAgent 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
fetch_news_freeFetches 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:
(integer): Number of signals to fetch (Max: 100, Default: 10).limit
(string): Optional search or category query (e.g., "crypto", "macro").q
- Returns: A JSON object containing an array of structured Signal Objects.
💻 CLI Commands (For Human Operators)
: Fetch 20-minute delayed news signals.node agent-news-cli.js fetch --limit <number>
: Show help information.node agent-news-cli.js help
📦 Data Schema: Signal Objects
All news signals are delivered as JSON objects specifically curated for LLM comprehension:
| Field | Type | Description |
|---|---|---|
| string | Unique identifier for the story. |
| string | AI-curated headline focused on factual intensity. |
| string | High-signal technical distillation. |
| number | Impact score from 1 to 100. |
| object | Contains (Positive/Negative/Neutral) and . |
| array | List of extracted organizations, locations, and assets. |
| string | Primary theme (Macro, Geopolitical, Crypto, etc). |
🔐 Security & Simplicity
This version of the skill is built for absolute transparency and security:
- Zero Authentication: No API keys or environment variables are required.
- Native Fetch: Uses standard Node.js native
for minimal dependencies.fetch - No Networking Overhead: Only communicates with
.agentnewsapi.com