cavuno-board-post-a-job
Installation
SKILL.md
Status-first job posting
The public posting funnel is anonymous and rate-limited. Its invariant is status-first handling: board.jobPosting.create returns one of four success states, and the host follows that state. Rejected submissions throw BoardApiError instead.
Employer dashboard job management belongs to board.me.companies.jobs.*. Candidate access payments belong to cavuno-board-paywall.
Select a plan
const { data: plans } = await board.jobPosting.plans();
for (const plan of plans) {
plan.id;
plan.prices;
plan.invoiceOnly;
plan.isRecommended;
plan.features;
}