sponsor-finder

Identify sponsorable open source maintainers across your project's entire dependency tree.

github ↓ 8.6k
Claude Code
View source ↗

What it does

  • versionKey.name — package name
  • versionKey.version — resolved version
  • relation — "SELF", "DIRECT", or "INDIRECT"
  • @colors/colors → %40colors%2Fcolors
  • Encode @ as %40, / as %2F
  • relatedProjects → look for relationType: "SOURCEREPO" → projectKey.id gives github.com/{owner}/{repo}
  • links → look for label: "SOURCEREPO" → url field

Requirements & configuration

  • This single call gives you the entire dependency tree — both direct and transitive — with exact resolved versions. No need to parse lockfiles.
  • Sponsoring just {N} people/orgs supports {sponsorable} of your {total} dependencies — a great way to invest in the open source your project depends on.

Configuration: FUNDING

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Identify sponsorable open source maintainers across your project's entire dependency tree.

Source

Repository: https://github.com/github/awesome-copilot

sponsor-finder FAQ

What does the sponsor-finder skill do?

Find which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors. Uses deps.dev API for dependency resolution across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet. Checks npm funding metadata, FUNDING.yml files, and web search. Verifies every link. Shows direct and transitive dependencies with OSSF Scorecard health data. Invoke with /sponsor followed by a GitHub owner/repo (e.g. "/sponsor expressjs/express"). versionKey.name — package name versionKey.version — resolved version

What does sponsor-finder require?

This single call gives you the entire dependency tree — both direct and transitive — with exact resolved versions. No need to parse lockfiles. Sponsoring just {N} people/orgs supports {sponsorable} of your {total} dependencies — a great way to invest in the open source your project depends on. Configuration keys: FUNDING.

How do I install sponsor-finder?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill sponsor-finder --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain sponsor-finder?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

sponsor-finder on getagentictools
[![sponsor-finder on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-sponsor-finder.svg)](https://getagentictools.com/skills/github-awesome-copilot-sponsor-finder?ref=badge)
npx agentictools info skills/github-awesome-copilot-sponsor-finder

The second line is the CLI lookup for this page — handy in READMEs and docs.