Add your company in 5 minutes!
Your endpoint must be publicly accessible. JSON APIs are preferred, but HTML job board pages also work. Common patterns:
- Greenhouse:
https://boards-api.greenhouse.io/v1/boards/yourcompany/jobs - Lever:
https://api.lever.co/v0/postings/yourcompany - Ashby:
https://api.ashbyhq.com/posting-api/job-board/yourcompany - Ashby (HTML):
https://jobs.ashbyhq.com/yourcompany(if API doesn't return all jobs) - Custom:
https://yourcompany.com/api/jobsorhttps://yourcompany.com/jobs.json
curl https://your-endpoint-urlFork this repo and add a row to the Companies table in SKILL.md:
| yourcompany | https://your-endpoint-url |git checkout -b add-yourcompany
git commit -m "Add YourCompany job listings"
git push origin add-yourcompany- Endpoint is publicly accessible
- Added row to Companies table in
SKILL.md - Tested with
curl
- Report issues: Open an issue
- Improve the skill: PRs welcome for better filtering, formatting, or error handling
By contributing, you agree that your contributions will be licensed under the MIT License.