← Back to Skills Marketplace
thekenyeung

ClawBeat: OpenClaw News, Research & Events

by thekenyeung · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
260
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install clawbeat
Description
Query live OpenClaw ecosystem intelligence from ClawBeat.co — news, research papers, events, repos, and daily briefings for the OpenClaw agentic framework an...
README (SKILL.md)

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"
Usage Guidance
This skill is coherent with its description: it simply queries ClawBeat's public Supabase REST API using a publishable read-only key embedded in the examples. Before installing, consider: (1) confirm you are comfortable with the agent making outbound requests to the listed Supabase domain; do not send sensitive or private data in search keywords, since those queries go to the external service; (2) the API key in the SKILL.md appears to be a public/publishable key — it’s not a secret, but verify with ClawBeat if you need a different/official endpoint or key; (3) if you require stronger privacy, ask for a self-hosted or proxied endpoint or avoid invoking the skill for confidential content.
Capability Analysis
Type: OpenClaw Skill Name: clawbeat Version: 1.0.1 The skill provides read-only access to the ClawBeat.co intelligence feed via a Supabase REST API (twouuiapzrkezwbtylij.supabase.co). It uses standard curl commands and a public API key to fetch news, events, and research papers, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (ClawBeat news, research, events) match the runtime instructions: curl calls to a ClawBeat/Supabase REST API to list news, events, repos, research, and daily briefings. Nothing requested or instructed appears unrelated to fetching that data.
Instruction Scope
SKILL.md contains only curl examples that query a Supabase REST endpoint and instruct substituting keywords into query parameters. The skill will make outbound network requests to a third-party API (twouuiapzrkezwbtylij.supabase.co). There are no instructions to read local files, access other env vars, or transmit data to unexpected endpoints. Be aware that user-provided search terms will be interpolated into the URL and sent to the external service.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by the skill itself. This is the lowest-risk install model.
Credentials
Registry metadata declares no required env vars or credentials, and SKILL.md provides example CLAWBEAT_URL and CLAWBEAT_KEY values. The key shown is a publishable/read-only key (not your private credentials). The presence of a hard-coded public key in the skill is acceptable for read-only access but worth noting: the skill will call an external service using that key and URL.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system privileges or modify other skills/config. Autonomous invocation is allowed (platform default) but not combined with any high-risk permissions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawbeat
  3. After installation, invoke the skill by name or use /clawbeat
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated the homepage URL in metadata to include UTM parameters for improved source tracking. - No changes to skill logic or feature set.
v1.0.0
Initial release. Provides read-only access to six live endpoints: news, search, events, daily briefing, GitHub repos, and research papers — all sourced from ClawBeat.co's OpenClaw ecosystem intelligence feed. No credentials required.
Metadata
Slug clawbeat
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 260 downloads so far.

How do I install ClawBeat: OpenClaw News, Research & Events?

Run "/install clawbeat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ClawBeat: OpenClaw News, Research & Events free?

Yes, ClawBeat: OpenClaw News, Research & Events is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ClawBeat: OpenClaw News, Research & Events support?

ClawBeat: OpenClaw News, Research & Events is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ClawBeat: OpenClaw News, Research & Events?

It is built and maintained by thekenyeung (@thekenyeung); the current version is v1.0.1.

💬 Comments