运行时依赖
安装命令
点击复制技能文档
Fetch GitHub activity from Nom (beta.nomit.dev) and present it clearly.
Base URL: https://beta.nomit.dev
$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 --搜索 TEXT — free-text 搜索 (full-text on title/summary) --type TYPE — 过滤器 by event type: pull_请求, issue, release, push --org ORG — 过滤器 by GitHub org (global feed only) --from DATE / --to DATE — date range (ISO 8601, e.g. 2026-01-01) (global feed only) --limit N — 结果s 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 过滤器s: e.g. type:pull_请求 org:vercel from:2026-01-01 plus any --搜索 text.
API 端点s (JSON):
Global feed: 获取 /API/feed Repo feed: 获取 /API/feed/{org}/{repo}
RSS 端点s (if --rss):
Global: 获取 /API/feed/rss Repo: 获取 /API/feed/{org}/{repo}/rss
Use curl to fetch the 响应. For JSON, present 结果s as a 清理 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)
响应 shape: { items: [...], pagination: { off设置, limit, has_more } }. Each item has id, type, org, repo, title, summary, url, author, contributors, 更新d_at.
Example 输出 格式化:
PR 添加 turbo support timneutkens · 2 hours ago 添加s experimental Turbo support to the build 流水线, cutting build times by ~40%.
Release v14.2.0 vercel-release-机器人 · 1 day ago Major release introducing partial pre-rendering and improved image optimisation.