Search Recent Github Activities

Fetch recent GitHub activity from the Nom feed

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 "Search Recent Github Activities" with this command: npx skills add lws803/nom

Fetch GitHub activity from Nom (beta.nomit.dev) and present it clearly.

Base URL: https://beta.nomit.dev

Fetch method: Use mcp_web_fetch to fetch URLs. Do not use curl or shell commands.

Input validation (always apply before building URLs):

  • org and repo: Must match ^[a-zA-Z0-9][\w.-]*$ (alphanumeric, hyphens, underscores, dots). Reject or sanitize invalid input.
  • Query params: Use proper URL encoding (e.g. encodeURIComponent) for search text and filter values.
  • limit: Clamp to 1–100. Default 20.

$ARGUMENTS parsing rules:

  • If the first argument looks like org/repo (contains /), use the repo feed at /api/feed/{org}/{repo}
  • Otherwise use the global feed at /api/feed
  • --search TEXT — free-text search (full-text on title/summary)
  • --type TYPE — filter by event type: pull_request, issue, release, push
  • --org ORG — filter by GitHub org (global feed only)
  • --from DATE / --to DATE — date range (ISO 8601, e.g. 2026-01-01) (global feed only)
  • --limit N — results to return (default 20, max 100)
  • --rss — fetch RSS XML instead of JSON (repo feed: /api/feed/{org}/{repo}/rss; global: /api/feed/rss)

Build q for global feed by joining filters: e.g. type:pull_request org:vercel from:2026-01-01 plus any --search text.

API endpoints (JSON):

  • Global feed: GET /api/feed
  • Repo feed: GET /api/feed/{org}/{repo}

RSS endpoints (if --rss):

  • Global: GET /api/feed/rss
  • Repo: GET /api/feed/{org}/{repo}/rss

Use mcp_web_fetch with the constructed URL. For JSON, present results as a clean readable summary. For each item show:

  • Event type label (PR / Issue / Release / Push)
  • Title as a markdown link to the URL
  • One-line AI summary
  • Author and timestamp (relative if possible)

Response shape: { items: [...], pagination: { offset, limit, has_more } }. Each item has id, type, org, repo, title, summary, url, author, contributors, updated_at.

Example output format:

**PR** [Add turbo support](https://github.com/vercel/next.js/pull/123)
timneutkens · 2 hours ago
Adds experimental Turbo support to the build pipeline, cutting build times by ~40%.

**Release** [v14.2.0](https://github.com/vercel/next.js/releases/tag/v14.2.0)
vercel-release-bot · 1 day ago
Major release introducing partial pre-rendering and improved image optimisation.

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.

Coding

Miaoji Asin Clinic Pro

亚马逊ASIN诊所Pro版,90天行动计划+竞品对标+季节性优化日历。 从合规度、广告度、评论度、视觉度、内容度五维升级为可执行的长期作战方案。 基础功能可使用 miaoji-asin-clinic 免费版。

Registry SourceRecently Updated
Coding

wechat-publish-pro

Pure Python tool to convert Markdown to styled HTML and publish articles to WeChat official account drafts with AI-based content refinement and theme support.

Registry SourceRecently Updated
Coding

Miaoji Asin Clinic

基于ASIN和品类,快速诊断亚马逊Listing五维健康指数并智能排序修复优先级,提供详细分析与个性化修复方案。

Registry SourceRecently Updated
Coding

Toonany

A Claude Code skill for creating AI-generated short dramas (漫剧) from novels and stories. Use when user mentions "漫剧创作", "小说转剧本", "分镜生成", "短剧制作", "故事线生成", "大纲...

Registry SourceRecently Updated