# Send Recruiter Assistant to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "recruiter-assistant",
    "name": "Recruiter Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/gakkiismywife/recruiter-assistant",
    "canonicalUrl": "https://clawhub.ai/gakkiismywife/recruiter-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/recruiter-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=recruiter-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/report-template.md",
      "references/hiring-criteria.md",
      "scripts/batch_screen.js",
      "scripts/generate_questions.js",
      "scripts/process_incoming.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "recruiter-assistant",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:26:34.310Z",
      "expiresAt": "2026-05-06T10:26:34.310Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=recruiter-assistant",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=recruiter-assistant",
        "contentDisposition": "attachment; filename=\"recruiter-assistant-1.4.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "recruiter-assistant"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/recruiter-assistant"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/recruiter-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/recruiter-assistant",
    "agentUrl": "https://openagent3.xyz/skills/recruiter-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/recruiter-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/recruiter-assistant/agent.md"
  }
}
```
## Documentation

### Recruiter Assistant 🦞

This skill implements a high-bar recruitment workflow for technical hiring, specifically optimized for the Shenzhen market.

### 1. Rigorous Resume Screening

Evaluate a candidate with a critical lens.

Single: node scripts/screen_resume.js <path_to_resume> --lang <language> --yoe <years_of_experience>
Batch: node scripts/batch_screen.js <folder_path> --threshold <score> --lang <language> --yoe <years_of_experience>
Output Requirements:

Strict Scoring: Adheres to the 0-100 rubric in references/hiring-criteria.md. High standards for "Senior" roles (must show architectural impact and expert AI usage).
Detailed Analysis: Explicitly lists at least 3-4 hard technical strengths and significant weaknesses/gaps.
Separate Reporting: Each candidate evaluation must be saved/written to its own document.
Salary Benchmark: Compares the candidate's expected salary against Shenzhen market rates (Boss Zhipin 2026).
HR Notification: High-scoring candidates (>= threshold) should be summarized and sent to HR via the message tool.

### 2. AI Proficiency Evaluation

Mandatory check for AI tool usage (Cursor, Copilot, LLM APIs). Lack of AI usage is considered a significant productivity gap.

### 3. Interview Preparation & Summary

Questions: node scripts/generate_questions.js <input_json> (Focuses on the identified "Cons").
Summarization: node scripts/summarize_interview.js <notes_file> (Uses the template in assets/report-template.md).

### Market Benchmark (Shenzhen 2026)

Refer to references/hiring-criteria.md for the latest salary data and scoring rubrics.

### Core Principles

Critical Lens: Do not give high scores easily. High seniority requires evidence of architectural impact.
Data-Driven: Benchmarks must align with the current Shenzhen tech market.
AI-Forward: Efficiency through AI is a core requirement for a modern senior engineer.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: gakkiismywife
- Version: 1.4.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T10:26:34.310Z
- Expires at: 2026-05-06T10:26:34.310Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/recruiter-assistant)
- [Send to Agent page](https://openagent3.xyz/skills/recruiter-assistant/agent)
- [JSON manifest](https://openagent3.xyz/skills/recruiter-assistant/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/recruiter-assistant/agent.md)
- [Download page](https://openagent3.xyz/downloads/recruiter-assistant)