sponsor-finder

Identify sponsorable dependencies in GitHub repositories via deps.dev API and funding metadata.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill sponsor-finder-gabeujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sponsor-finder
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/sponsor-finder
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill sponsor-finder-gabeujin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users identify and support the open-source maintainers of their project's dependencies, fostering a healthier open-source ecosystem.

Core Features & Use Cases

  • Dependency Sponsorship Discovery: Automatically finds which of a GitHub repository's direct and transitive dependencies are eligible for sponsorship via GitHub Sponsors.
  • Comprehensive Data Aggregation: Leverages the deps.dev API for dependency resolution, checks npm funding metadata, FUNDING.yml files, and performs web searches.
  • Verification and Health Data: Verifies all funding links and includes OSSF Scorecard health data for projects.
  • Use Case: Before deploying a new project, run this Skill on its primary repository to understand which key dependencies could benefit from sponsorship, allowing you to allocate resources effectively.

Quick Start

Use the sponsor finder skill to find sponsorship opportunities for the dependencies of the expressjs/express repository.

Frequently Asked Questions about sponsor-finder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find sponsorable open-source dependencies in my GitHub repository?

To find sponsorable open-source dependencies, query the deps.dev API to resolve direct and transitive packages, then check npm funding metadata and FUNDING.yml files to identify eligible maintainers across multiple ecosystems.

Does dependency sponsorship discovery work with Python and Cargo ecosystems?

Dependency sponsorship discovery works with PyPI and Cargo, alongside npm, Go, RubyGems, Maven, and NuGet, analyzing both direct and transitive dependencies to verify funding links across these package ecosystems.

What is the best way to check open-source project health before sponsoring a dependency?

The best way to check open-source project health before sponsoring is to review OSSF Scorecard data, which evaluates security practices and maintenance metrics alongside verifying active funding links for the target dependencies.

How does deps.dev API integration help locate GitHub Sponsors opportunities?

Deps.dev API integration helps locate GitHub Sponsors opportunities by resolving transitive dependencies across ecosystems, mapping package names to repositories, and cross-referencing funding metadata to discover eligible maintainers.

Can I automatically verify funding links for transitive dependencies across multiple package managers?

You can automatically verify funding links for transitive dependencies by querying dependency metadata across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet, parsing FUNDING.yml files and npm funding fields for valid sponsorship URLs.

Why should I run dependency sponsorship analysis before deploying a new project?

Running dependency sponsorship analysis before deployment identifies key open-source maintainers requiring financial support, allowing you to allocate resources effectively and foster a healthier open-source ecosystem early in the lifecycle.