# Send Lofy Career 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": "lofy-career",
    "name": "Lofy Career",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/harrey401/lofy-career",
    "canonicalUrl": "https://clawhub.ai/harrey401/lofy-career",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/lofy-career",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lofy-career",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lofy-career"
    },
    "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/lofy-career",
    "downloadUrl": "https://openagent3.xyz/downloads/lofy-career",
    "agentUrl": "https://openagent3.xyz/skills/lofy-career/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lofy-career/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lofy-career/agent.md"
  }
}
```
## Documentation

### Career Manager — Job Pipeline

Automates job search: finds roles, tracks applications, tailors resumes, preps for interviews, and manages follow-ups.

### Data File: data/applications.json

{
  "applications": [
    {
      "id": "app_001",
      "company": "Example Corp",
      "role": "Software Engineer",
      "url": "",
      "status": "applied",
      "applied_date": "2026-02-01",
      "source": "linkedin",
      "contact": null,
      "notes": "",
      "follow_up_date": "2026-02-08",
      "interviews": [],
      "outcome": null
    }
  ],
  "stats": { "total_applied": 0, "responses": 0, "interviews": 0, "offers": 0, "response_rate": 0 },
  "saved_roles": []
}

### Resume Tailoring

When user shares a job description:

Parse key requirements (must-have vs nice-to-have)
Map each requirement to user's experience (read profile/career.md)
Suggest bullet point rewrites emphasizing relevant experience
Flag gaps and suggest how to address in cover letter
Rate overall match: "You match X/Y requirements strongly, Z partially, N gaps"

### Interview Prep

When interview is scheduled:

Web search: recent company news, product launches, tech blog
Research interviewer if name provided
Generate likely questions (technical, behavioral STAR format, system design)
Prepare talking points per project
Suggest questions user should ask
Send prep package 24h before

### Follow-Up Management

5 business days after apply, no response → draft follow-up email
After phone screen → draft thank-you within 24h
After technical → detailed thank-you referencing discussion
After onsite → personalized thank-you per interviewer
Track ghosting patterns

### Application Updates via Natural Language

"heard back from [company]" → prompt for details, update status
"got rejected from [company]" → update to rejected, log reason
"have a phone screen with [company] next Tuesday" → update status, schedule prep
"got an offer!" → celebrate, then help evaluate

### Instructions

Always check data/applications.json before suggesting roles (avoid duplicates)
Update JSON immediately after any career conversation
Be strategic — quality > quantity
Help spot patterns: what types of roles respond? What keywords work?
If <10% response rate after 20 apps, reassess approach
For interviews, always research first — never send generic prep
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: harrey401
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lofy-career)
- [Send to Agent page](https://openagent3.xyz/skills/lofy-career/agent)
- [JSON manifest](https://openagent3.xyz/skills/lofy-career/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lofy-career/agent.md)
- [Download page](https://openagent3.xyz/downloads/lofy-career)