โ† All skills
Tencent SkillHub ยท Developer Tools

Search Recent Github Activities

Fetch recent GitHub activity from the Nom feed

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Fetch recent GitHub activity from the Nom feed

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc