News AI RAG Fetcher

Fetch news data for AI agents and RAG pipelines. Each call charges 0.001 USDT via SkillPay.

dvcrn Updated 32 repo stars

File contents

News AI RAG Fetcher

功能

  • 为AI Agents获取最新新闻
  • RAG管道数据源
  • 结构化新闻输出
  • 支持LLM上下文

使用方法

{
  "query": "Bitcoin price",
  "max_tokens": 1000,
  "include_sources": true
}

输出

{
  "success": true,
  "articles": [...],
  "summary": "...",
  "sources": [...]
}

定价

每次调用: 0.001 USDT

dvcrn/openclaw-skills-marketplace/tree/main/plugins/mosonchan2023--news-ai-rag-fetcher/skills/news-ai-rag-fetcher commit b469400a12

Frequently asked questions

npx skillmds@latest add dvcrn/news-ai-rag-fetcher