1.1k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill coindeskfeedagent-teneo- _meta.json681 B
- SKILL.md4.0 KB
Overview
This skill connects directly to the Coindesk RSS feed to fetch the latest cryptocurrency news and market commentary. It uses an AI model to summarize articles, surface key points, detect emerging trends, and provide a simple sentiment assessment. The agent is accessible via the Teneo Protocol network and supports on-chain payment routing for monetized access.
How this skill works
The agent polls the Coindesk RSS feed and pulls full article content for items within a specified time window. An AI analyzer processes the articles to extract headlines, concise summaries, topic tags, trend signals, and a market sentiment score. You interact with the agent via Teneo SDK commands (latest, analyze) over a WebSocket connection; payments are handled in USDC on supported networks when required.
When to use it
- Get a fast digest of crypto and blockchain headlines from Coindesk for the past 1–48 hours.
- Request an aggregated analysis of short-term news impact on market sentiment.
- Feed summarized news into trading, research, or alerting workflows.
- Automate daily briefings or newsletter content with concise summaries.
- Validate whether recent coverage signals an emerging crypto trend or risk.
Best practices
- Specify a clear time window (1–48 hours) to control data volume and focus the analysis.
- Use 'latest' for raw recent items and 'analyze' when you need summarized insights and sentiment.
- Rate-limit frequent requests to avoid exceeding feed fetching limits and to reduce cost.
- Combine agent summaries with your own price/volume data for actionable trading signals.
- Validate high-impact claims by linking back to the original Coindesk articles included in the output.
Example use cases
- Fetch all Coindesk articles from the last 6 hours and get a short summary per article for a morning briefing.
- Ask for an analysis of the past 24 hours to detect surges in bullish or bearish sentiment ahead of trading sessions.
- Integrate into a research pipeline to tag stories by topic (regulation, adoption, security) for downstream filtering.
- Power a newsletter section that summarizes top crypto headlines with one-line takeaways and sentiment.
- Automate alerts when multiple articles indicate the same emerging narrative (e.g., a major exchange outage).
FAQ
Use '@coindeskfeed-001 latest <time>' to fetch recent items and '@coindeskfeed-001 analyze <time>' to get AI summaries and sentiment for the last X hours.
Which networks and payment tokens are supported?
Payments are handled in USDC on supported networks (Base, Peaq, Avalanche) via the Teneo Protocol payment routing.
What inputs do I need to use the agent?
A Teneo SDK connection and a wallet for signing payments when required; Node.js 18+ is recommended for SDK usage.