Item detail
github.com

vercel-labs/opensrc

vercel-labs/opensrc is an agent-friendly cli that fetches in RepoRadar's Developer Tools section, holding Gold tier and a 'try now' verdict. Its strongest signal is workflow potential, scored 9.9 out of 10.

Score8.4
Popularity1.0
Risklow
TierGold
Score breakdown
Usefulness9.0
Novelty8.0
Momentum8.0
Maturity6.6
Open-source/build8.4
Evidence7.2
Workflow potential9.9
Setup ease8.8

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for AI coding agent developers, power users, library maintainers, and documentation authors who need to inspect any library's source code on demand without cloning the repo or relying on stale type stubs / generated docs. The durable differentiator is the 'fetch on first use, return cached path instantly' affordance: a coding agent harness can `cat $(opensrc path zod)/src/types.ts` to read

Who should use it

AI coding agent developers and power users who need to inspect any library's source code on demand — `cat $(opensrc path zod)/src/types.ts` reads the real source instead of guessing from stale type stubsPolyglot codebases — works across npm, PyPI, crates.io, and GitHub, so a Node + Python + Rust project gets source from all three registries with one toolLibrary maintainers and documentation authors who want to verify that a library's documented behavior matches the actual source — `opensrc path <pkg>` + `grep` is faster than cloning the repoAI coding agent harness developers — wire `opensrc path <pkg>` into the agent's tool surface and the agent gets source inspection as a first-class operation, with the first-use cache keeping the second-and-later calls instantOn-call engineers debugging a library bug — `opensrc path <pkg>` + `rg <symptom>` to find the relevant code in seconds, no clone required

Who should skip it

Pass on vercel-labs/opensrc if its scope or audience does not match what your team is building right now.

About this signal

vercel-labs/opensrc is tracked by RepoRadar as a agent-friendly cli that fetches in the Developer Tools section. It was first seen on 2026-07-04 and last updated on 2026-07-04. The current verdict is 'try now' with a Gold tier and easy setup difficulty. vercel-labs/opensrc leads on workflow potential (9.9) and practical usefulness (9.0); its lowest signal is maturity (6.6), so factor that in before investing setup time. This page summarizes the evidence RepoRadar has captured from captured source metadata. The score, tier, risk label, and verdict on this page are never influenced by sponsorship, ads, or tips — they reflect only the usefulness, popularity, novelty, momentum, maturity, and evidence signals described in the RepoRadar methodology.

How this item is evaluated

RepoRadar assigned vercel-labs/opensrc a composite score of 8.4 out of 10, placing it in the Gold tier. This score combines weighted sub-signals: usefulness (35%), novelty (18%), momentum (14%), maturity (10%), open-source/build quality (7%), evidence quality (6%), workflow potential (6%), and setup ease (4%). Popularity is tracked separately at 1.0 and never affects the composite score or tier. The risk label of 'low' reflects inherent user-impacting hazards, not generic novelty. Items with no risk flag may still require normal code review before production use.

Putting this into practice? Read How to vet an AI agent or MCP server before you wire it in for the checklist behind this score.

Risk explanation

First call on a new package hits the registry (1-3 seconds for npm / PyPI / crates.io / GitHub); the per-package cache lives under a stable directory on the user's machine; so disk usage scales with the number of packages fetched — set a cleanup policy if disk space matters; Cross-registry support is best-effort: npm + crates.io + GitHub are first-class.

Evidence links
Closest alternatives / related signals
clisource-codenpmpypicrates-iogithubagent-friendlyfirst-use-cache