Skip to content

SkillRadar v0.3.0 — Closed-loop Radar

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:25
173e787

SkillRadar v0.3.0 — Closed-loop Radar

SkillRadar v0.3.0 turns the project from a curated skill list into an auditable Agent Skills intelligence pipeline.

Highlights

  • Closed-loop Radar: discover → parse → static security scan → classify → rank → publish → Codex route.
  • 12 design domains with daily dynamic Top 20 rankings.
  • Live registry: seed skills and safety-gated Radar discoveries share the same registry used by the web UI and Codex plugin.
  • Safety gate: D and Blocked candidates remain inspectable but cannot enter automatic Codex routing or dynamic Top 20 lists.
  • Ranking history: daily snapshots are stored in data/ranking-history.json.
  • Codex Plugin v0.3.0: routes real tasks to a small Top-3 skill shortlist.
  • Agent Skills compatibility: a standard skills/skillradar/SKILL.md entry enables skills.sh-compatible installation and discovery.
  • Public metrics: metrics.html exposes current indexed skills, domain count, latest Radar status, safety outcomes, and ranking history.

One-line Codex install

codex plugin marketplace add changchangidea-oss/SkillRadar --ref v0.3.0 && codex plugin add skillradar@skillradar

Standard Agent Skill install

npx skills add changchangidea-oss/SkillRadar --skill skillradar

Safety

SkillRadar is a discovery and routing layer, not an execution sandbox or formal security audit. Always review third-party skills before granting shell, filesystem, network, secret, package-install, deployment, or database permissions.