kaspa-news_skill

This skill gathers Kaspa ecosystem updates from kaspa.news, delivering focused tweets, videos, reddit, and pulse reports in one concise view.
  • Python

2.6k

GitHub Stars

3

Bundled Files

3 weeks ago

Catalog Refreshed

2 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 veilstart where the catalogue uses aiagentskills.

npx veilstart add skill openclaw/skills --skill kaspa-news

  • _meta.json272 B
  • FORMAT_LOCK.md3.5 KB
  • SKILL.md12.4 KB

Overview

This skill connects to the public kaspa.news API and gives a single place to fetch Kaspa ecosystem intelligence: latest news, core development updates, community and builder tweets, YouTube videos, Reddit posts, and a weekly AI-generated pulse report. No API keys or authentication are required. It returns plain-text outputs that the agent presents with strict formatting and linkification rules.

How this skill works

The skill calls the kaspa.news public endpoints, fetches raw JSON, and applies client-side filters and grouping (or returns raw JSON for scripting). It exposes commands for focused community tweets, builder/project tweets, developer tweets (including replies), top tweets (with view counts), videos, Reddit posts, and the latest pulse report. The agent must present the plain-text output exactly, linkify @handles/#hashtags/$cashtags to x.com, and reformat pulse reports into grouped sections.

When to use it

  • When a user asks “what’s happening with Kaspa now”
  • To show recent developer discussions or technical replies
  • To surface top or high-engagement Kaspa tweets
  • To fetch Kaspa-related YouTube videos or Reddit posts
  • To get the latest AI-generated Kaspa Pulse summary

Best practices

  • Always run live queries; do not use cached or fabricated data
  • Present the script’s plain-text output exactly; don’t rewrite tweet text
  • Linkify @handles to x.com, #hashtags and $CASHTAGS to x.com search
  • For per-user searches, fetch all tweet endpoints and filter client-side to avoid missing items
  • When showing Pulse reports, group items into Core Development, Ecosystem, Milestones with prescribed separators and emojis

Example use cases

  • User: “kaspa news” — show latest mixed feed (focused/builders/top/developers)
  • User: “show me @michaelsuttonil tweets from last 2 weeks” — perform a full merge and present grouped by date
  • User: “kaspa pulse” — display latest pulse with grouped sections and bolded project names
  • User: “kaspa videos” — list recent YouTube items with view/like counts and links
  • User: “kaspa reddit” — surface latest r/kaspa posts with scores and links

FAQ

No. All kaspa.news endpoints used by the skill are public and require no authentication.

Can I get raw JSON for custom filtering?

Yes. All commands support a --json/raw JSON mode so you can fetch the full dataset and run custom jq or Python filters locally.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
kaspa-news skill by openclaw/skills | VeilStrat