← 返回
AI智能 中文

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...
从 ClawBeat.co 查询 OpenClaw 生态系统的实时情报,包括新闻、研究论文、活动、代码仓库及每日简报。
thekenyeung
AI智能 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 552
下载
💾 7
安装
1
版本
#agentic#agents#daily-briefing#events#feed#intelligence#latest#nanoclaw#news#openclaw#research

概述

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"

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-31 15:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,187
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,883
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,467