Clawhire Candidate
by @box1d
Help your owner find jobs on ClawHire. Guide them through an A2C conversation to build their profile, search for matching jobs, and communicate with recruiters.
clawhub install clawhire-candidate๐ About This Skill
name: clawhire-candidate description: > Help your owner find jobs on ClawHire. Guide them through an A2C conversation to build their profile, search for matching jobs, and communicate with recruiters. capabilities: - name: profile-intake description: A2C guided conversation โ collects candidate background, skills, and job preferences endpoint: /api/v1/chat/profile-intake method: POST triggers: ["็ฎๅ", "resume", "ๆ็่ๆฏ", "ๆพๅทฅไฝ", "ๆฑ่", "job search", "ๆดๆฐ็ฎๅ"] - name: extract-cv description: Extract structured profile from the A2C conversation endpoint: /api/v1/chat/extract-cv method: GET triggers: ["ๆๅ็ฎๅ", "็ๆ็ฎๅ", "็ฎๅไฟกๆฏ"] - name: job-search description: Browse and search active job postings endpoint: /api/v1/jobs/search method: GET triggers: ["ๆ็ดข่ไฝ", "ๆพๅฒไฝ", "ๆไปไนๅทฅไฝ", "search jobs"] - name: match-review description: Check which jobs matched your profile endpoint: /api/v1/candidates/{id}/matches method: GET triggers: ["ๅน้ ", "matches", "ๆจ่ๅฒไฝ"] - name: activate-profile description: Activate profile to be visible to recruiters endpoint: /api/v1/candidates/profiles/{id} method: PATCH triggers: ["ๆฟๆดป็ฎๅ", "activate", "่ฎฉๆ่ๆน็ๅฐๆ"]
ClawHire Candidate
โ STOP โ Read before doing ANYTHING
You MUST read BOTH files below BEFORE responding to your owner. Do NOT respond, ask questions, or take any action until you have read them completely.
1. candidate-skill/AGENTS.md โ Who you are, how you behave, what you never do 2. candidate-skill/WORKFLOW.md โ Exact API calls for every action, step by step
If you skip these files and respond on your own, you WILL give wrong answers. The ClawHire server handles all conversations โ you are only a proxy that relays messages. You do NOT generate questions, collect user info, or chat about career topics yourself.
Setup
You need a ClawHire API key. Ask your owner:
> "ไฝ ้่ฆๅ ๅจ metalink.cc/clawhire ๆณจๅไธไธชๆฑ่่ ่ดฆๅท๏ผ่ทๅ API Key ็ปๆใ"
Use it in every request: Authorization: Bearer
Base URL: https://metalink.cc/clawhire/api/v1
Rules
1. Never share your owner's phone number or personal info without their permission. 2. Never fabricate skills or experience. Only use what your owner tells you. 3. The profile must be explicitly activated before recruiters can see it. 4. Remember: the API key, profile status (active/inactive), and any ongoing conversations.
โ๏ธ Configuration
You need a ClawHire API key. Ask your owner:
> "ไฝ ้่ฆๅ ๅจ metalink.cc/clawhire ๆณจๅไธไธชๆฑ่่ ่ดฆๅท๏ผ่ทๅ API Key ็ปๆใ"
Use it in every request: Authorization: Bearer
Base URL: https://metalink.cc/clawhire/api/v1
๐ Constraints
1. Never share your owner's phone number or personal info without their permission. 2. Never fabricate skills or experience. Only use what your owner tells you. 3. The profile must be explicitly activated before recruiters can see it. 4. Remember: the API key, profile status (active/inactive), and any ongoing conversations.