Agent Plugins Marketplace
All plugins

github-radar

v0.5.0+codex.20260825100334

Read-only daily rankings for new and fast-growing public GitHub repositories.

Codex1 Skill

By w93139License: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install github-radar for Codex

Installs for the current user
codex plugin marketplace add RoourChen/github-radar
codex plugin marketplace upgrade github-radar
codex plugin add github-radar@github-radar

Paste and run these commands in a terminal with Codex. They add and refresh the github-radar catalog, then install this plugin.

Compatibility: the page URL and API slug “github-radar” remain stable.

  • Codex: github-radar@agent-plugin-marketplacegithub-radar@github-radar

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/RoourChen/github-radar

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

github-radar/
├── .codex-plugin/plugin.json
└── skills/github-radar/SKILL.md

Included Skills1

github-radarskills/github-radar/SKILL.md

Generate read-only rankings of new and fast-growing public GitHub repositories, with optional language, topic, and growth-window filters. Use for daily GitHub discovery, trending repository reports, or Star-growth tracking; do not use for starring, forking, modifying repositories, or reading private GitHub data.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "github-radar",
  "version": "0.5.0+codex.20260825100334",
  "description": "Read-only daily rankings for new and fast-growing public GitHub repositories.",
  "author": {
    "name": "w93139",
    "url": "https://github.com/w93139"
  },
  "homepage": "https://github.com/w93139/github-radar#readme",
  "repository": "https://github.com/w93139/github-radar",
  "license": "MIT",
  "keywords": [
    "github",
    "trending",
    "repositories",
    "stars",
    "radar"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "GitHub Radar",
    "shortDescription": "雷达卫星每天发现 GitHub 新项目与增长黑马。",
    "longDescription": "用雷达卫星扫描公开 GitHub 仓库,生成新项目榜与候选范围内的 Star 增速榜;支持 Codex 中的中文报告与简洁的本地 Mini 仪表盘。",
    "developerName": "w93139",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Automation"
    ],
    "websiteURL": "https://github.com/w93139/github-radar",
    "brandColor": "#0B0B0B",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "defaultPrompt": [
      "使用 $github-radar 生成今天榜单。",
      "使用 $github-radar 只看 Rust 项目。",
      "使用 $github-radar 查看 AI 项目近 7 日增长。"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[github-radar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-radar)