ClawBeat: OpenClaw News, Research & Events
/install 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"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawbeat - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawbeat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ClawBeat: OpenClaw News, Research & Events 是什么?
Query live OpenClaw ecosystem intelligence from ClawBeat.co — news, research papers, events, repos, and daily briefings for the OpenClaw agentic framework an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 260 次。
如何安装 ClawBeat: OpenClaw News, Research & Events?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawbeat」即可一键安装,无需额外配置。
ClawBeat: OpenClaw News, Research & Events 是免费的吗?
是的,ClawBeat: OpenClaw News, Research & Events 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ClawBeat: OpenClaw News, Research & Events 支持哪些平台?
ClawBeat: OpenClaw News, Research & Events 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ClawBeat: OpenClaw News, Research & Events?
由 thekenyeung(@thekenyeung)开发并维护,当前版本 v1.0.1。