GitHub Activity Feed (Nom) for Openclaw

A powerful skill to fetch and summarize real-time GitHub activity feeds from repositories or organizations via the Nom platform.

lws803
v1.0.1
Feb 20, 2026
2
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install nom

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install nom using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is GitHub Activity Feed (Nom)?

This skill leverages the Nom (beta.nomit.dev) platform to provide AI agents with a streamlined way to monitor GitHub activity. By integrating with Openclaw Skills, users can retrieve high-level summaries of pull requests, issues, releases, and push events without leaving their development environment. It transforms raw event data into human-readable Markdown highlights, making it an essential tool for developers who need to stay informed about project updates.

The skill acts as a sophisticated bridge to GitHub's event stream, offering advanced filtering capabilities. Whether you are tracking a specific repository or searching for global activity across organizations, this tool ensures the most relevant information is fetched and presented clearly with AI-generated context for each update.

GitHub Activity Feed (Nom) Use Cases

  • Monitoring new releases and tags for critical project dependencies.
  • Tracking pull request velocity within a specific GitHub organization.
  • Searching for specific keywords or topics across global GitHub activity feeds.
  • Generating automated daily activity reports for team communication channels.
  • Auditing recent contributions and push events in open-source repositories.

How GitHub Activity Feed (Nom) Works

  1. The user provides a repository (org/repo) or specific search criteria through the Openclaw Skills interface.
  2. The skill validates the input, ensuring repo names and query parameters are properly sanitized and URL-encoded.
  3. A specific API endpoint is targeted, either for a global feed or a repo-specific feed on beta.nomit.dev.
  4. The skill uses the mcp_web_fetch tool to securely retrieve the latest activity data in JSON or RSS format.
  5. The retrieved data is parsed, mapped to a standardized schema, and formatted into a clean Markdown summary featuring event types, links, and summaries.

GitHub Activity Feed (Nom) Setup

To use this skill, ensure your environment has the mcp_web_fetch tool enabled. There is no complex installation required as it interacts directly with the Nom beta API.

# Fetch activity for a specific repository
fetch-nom vercel/next.js --limit 10

# Search global activity for a specific type
fetch-nom --search "security" --type issue --limit 5

GitHub Activity Feed (Nom) Data Schema & Taxonomy

The skill organizes GitHub activity into a structured format for easy consumption by AI agents:

Property Type Description
items Array List of activity objects containing event details.
type String The category of event: pull_request, issue, release, or push.
title String The headline of the GitHub activity item.
summary String A concise AI-generated summary of the change.
url String Direct Markdown link to the source GitHub page.
author String The GitHub handle of the user who triggered the event.

GitHub Activity Feed (Nom) Advanced Features

  • RSS support for fetching XML feeds instead of JSON for legacy system compatibility.
  • Granular date filtering using ISO 8601 timestamps to audit specific time periods.
  • Organization-wide filtering to track activity across all repositories in a single GitHub org.
  • Full-text search capabilities across titles and summaries for precise discovery.
  • Intelligent pagination handling to navigate large volumes of recent activity.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*