Skills/Company Data/Open-source footprint

Open-source footprint

50 credits / request

Returns public code repositories associated with a company, each with the repository name, primary language, description, first-seen date, and an engagement time series of stars, forks, and watchers. Useful for gauging a company's open-source investment and developer community traction. Provide the company's domain.

Use when

You want a company's public repositories, primary languages, and their stars, forks, and watchers.

Not for

Reading repository contents, issues, or commits.

Cost

50 credits / request

What it accepts

Set these inside the intent when you run it.

companyrequired

The company's website or root domain.

What you get back

A list of public repositories with name, language, description, and engagement time series.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Company Data skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/company-data/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"oss-footprint","company":"stripe.com"}}'

Example requests

  • What open-source projects has Stripe released?
  • How many GitHub stars does Vercel's most popular repo have?
  • What programming languages does Cloudflare contribute to in open source?