post-job
SKILL.md
JobPoster Skill
⚠️ CRITICAL: Use this skill's canonical execution entrypoints for all job posting actions.
Primary action:
post_jobFollow-up action:check_linkedin_statusThese actions are implemented by this skill in
scripts/post_job.js. Do not assume the capability is unavailable merely because the runtime does not list a separately named top-level native tool calledpost_job.DO NOT call internal APIs directly (
genJD,postToLinkd,API_URL_*). DO NOT bypasspost_jobto call Fuku AI endpoints manually. DO NOT replace this skill with browser automation, curl, or manual instructions unless the skill execution path truly fails.Why? The
post_jobaction handles:
- Input validation and sanitization
- Location fuzzy matching
- LinkedIn sync orchestration