clawbeat

Query live OpenClaw ecosystem intelligence from ClawBeat.co — news, research papers, events, repos, and daily briefings for the OpenClaw agentic framework and alternatives.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawbeat" with this command: npx skills add thekenyeung/clawbeat

ClawBeat: OpenClaw News, Research & Events

ClawBeat.co is a live intelligence feed for the OpenClaw agentic AI framework ecosystem and alternatives (NanoClaw, etc.). Use this skill to fetch curated news, research papers, GitHub projects, events, and daily briefings.

All requests use the public read-only API key. No credentials required.

CLAWBEAT_URL="https://twouuiapzrkezwbtylij.supabase.co/rest/v1"
CLAWBEAT_KEY="sb_publishable_j-AmOSIuQPEeKIyYAOA2Gg_8ekguDsG"

get_news

Fetch the latest intel/news items (most recent first).

curl -s "$CLAWBEAT_URL/news_items?select=title,url,summary,pub_date,tags&order=pub_date.desc&limit=20" \
  -H "apikey: $CLAWBEAT_KEY" \
  -H "Authorization: Bearer $CLAWBEAT_KEY"

search_news

Search news by keyword (replace KEYWORD).

curl -s "$CLAWBEAT_URL/news_items?select=title,url,summary,pub_date,tags&title=ilike.*KEYWORD*&order=pub_date.desc&limit=20" \
  -H "apikey: $CLAWBEAT_KEY" \
  -H "Authorization: Bearer $CLAWBEAT_KEY"

get_events

Fetch upcoming events sorted by start date.

curl -s "$CLAWBEAT_URL/events?select=title,url,organizer,event_type,location_city,location_state,start_date,end_date&order=start_date.asc&limit=50" \
  -H "apikey: $CLAWBEAT_KEY" \
  -H "Authorization: Bearer $CLAWBEAT_KEY"

get_daily_edition

Fetch the most recent Daily Edition briefing (stories + summaries).

curl -s "$CLAWBEAT_URL/daily_editions?select=edition_date,stories&order=edition_date.desc&limit=1" \
  -H "apikey: $CLAWBEAT_KEY" \
  -H "Authorization: Bearer $CLAWBEAT_KEY"

get_repos

Fetch tracked GitHub projects in the OpenClaw ecosystem.

curl -s "$CLAWBEAT_URL/github_projects?select=name,url,description,stars,language,topics&order=stars.desc&limit=50" \
  -H "apikey: $CLAWBEAT_KEY" \
  -H "Authorization: Bearer $CLAWBEAT_KEY"

get_research

Fetch research papers tracked by ClawBeat.

curl -s "$CLAWBEAT_URL/research_papers?select=title,url,authors,pub_date,abstract&order=pub_date.desc&limit=20" \
  -H "apikey: $CLAWBEAT_KEY" \
  -H "Authorization: Bearer $CLAWBEAT_KEY"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Polaris

Access verified, real-time news briefs, on-demand intelligence reports, trending topics, and search from 160+ sources across 18 categories with bias and conf...

Registry SourceRecently Updated
3130Profile unavailable
Research

Project Ghost

Web reading layer for AI agents. Convert any public URL into structured intelligence — entities, business intent, confidence score — in one API call.

Registry SourceRecently Updated
2080Profile unavailable
Web3

Veroq

Provide verified AI intelligence on markets, assets, sentiment, and economic data with live prices, signals, analysis, and fact-checking from 1,000+ tickers...

Registry SourceRecently Updated
1500Profile unavailable
Coding

OpenClaw行业情报官

行业情报官 - 定时采集 GitHub Trending、X(Twitter)、知乎、36kr、掘金等平台热点,AI 摘要后推送到指定渠道。集成 fxtwitter API 和 RSSHub。

Registry SourceRecently Updated
1100Profile unavailable