cavuno-board-companies
Installation
SKILL.md
Companies
Use PublicCompany for list and search rows. Use PublicCompanyDetail from
companies.retrieve for a profile; it alone adds markets.
Board-wide jobs use jobs.*, board-wide salary hubs use salaries.*, and
employer self-service uses authenticated board.me.companies.*. The host app
owns admin writes, sitemaps, and OG-image routes.
List and search
companies.list returns CompanyListEnvelope: ListEnvelope<PublicCompany>
plus optional market relatedSearches. Its query accepts limit (1–100),
cursor, offset, and marketSlug. offset takes precedence over cursor;
use it with count for numbered or parallel paging. An unknown marketSlug
returns 404.