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.
You want a company's public repositories, primary languages, and their stars, forks, and watchers.
Reading repository contents, issues, or commits.
50 credits / request
Set these inside the intent when you run it.
The company's website or root domain.
A list of public repositories with name, language, description, and engagement time series.
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