Install
openclaw skills install @wxt-ai/interview-planning-studioMap candidate skills and render interview agenda artifacts.
openclaw skills install @wxt-ai/interview-planning-studioUse this skill for routine recruiting operations work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for recruiting operations work:
map_candidate_skills tool, producing interview_plan.render_interview_agenda tool, using the prepared interview_plan and producing agenda_artifact.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Map candidate skills to an interview plan.
Tool: map_candidate_skills
Interface fields: input candidate_profile_yaml; output interview_plan.
Use this skill for routine recruiting operations work when the user asks to map candidate skills to an interview plan.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: candidate_profile_yaml
Candidate and role profile supplied for interview planning.
Accepted value: string or object with candidate_id, profile, role.
Field: interview_plan
Return a concise interview plan for the user's current request in the requested
output field. The returned value is a object with candidate_id, matched_required, missing_required, topics.
Use the supplied candidate_profile_yaml to map candidate skills to an interview plan.
Return the result in interview_plan.
Purpose: Build an interview agenda.
Tool: render_interview_agenda
Interface fields: input interview_plan; output agenda_artifact.
Use this skill for routine recruiting operations work when the user asks to build an interview agenda.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: interview_plan
Role-focused topic plan prepared for an interview handoff.
Accepted value: object with candidate_id, matched_required, missing_required, topics.
Field: agenda_artifact
Return a concise agenda artifact for the user's current request in the requested
output field. The returned value is a object with agenda_id, candidate_id, markdown.
Use the supplied interview_plan to build an interview agenda.
Return the result in agenda_artifact.