Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

career-companion职业伴侣

Agent Skill

career-companion 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

16,124

周安装

646

GitHub Stars

公开资料未说明

下载量

5,220
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:career-companion(职业伴侣)
来源仓库:https://github.com/mishafyi/career-companion
安装命令:
openclaw skills install career-companion
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install career-companion

简介

career-companion 聚焦前沿技术领域职位搜索与职业路径规划。

  • 适用于求职准备、行业趋势分析或 AI 相关岗位信息检索。
  • 通过 clawhub 安装,集成于 OpenClaw,支持简历定制与 MOC 运行。
  • 使用前应确认关键词过滤规则与数据源更新频率,确保结果时效性。
  • 建议结合原始文档了解触发条件与输出格式限制。

SKILL.md

name
career-companion
description
Career Companion for frontier tech — AI, space, aerospace, robotics, drones, defense, autonomy. Searches live job openings, tailors resumes and CVs, runs mock interviews, researches salaries. Use when user asks about jobs, careers, job search, job hunting, applying, hiring, resume or CV review, interview prep, salary, compensation, or mentions companies like SpaceX, Rocket Lab, OpenAI, Anthropic, Blue Origin, NASA, Boston Dynamics, Waymo, or any aerospace/AI/robotics company. Also triggers on 'I want to work at X,' 'help me get hired at X,' 'I have an interview at X,' or 'what do they pay at X.'
version
1.0.0
emoji
🚀
requires
bins
[]
env
[]
allowed-tools

Career Companion — Frontier Tech

Your Career Companion for jobs of the future. Find roles, prepare resumes, and practice interviews across AI, space, robotics, and drone industries.

Powered by Zero G Talent — live openings from hundreds of frontier tech companies via direct ATS integrations.

Workflow

Chain all three capabilities when a user mentions a role or company:

  1. Search for the job → get the externalId
  2. Fetch full description → extract requirements, skills, culture signals
  3. Tailor resume using actual JD language
  4. Run mock interview with questions from the role's requirements

Don't wait for the user to ask for each step — look for opportunities to chain.

1. Find Jobs

Search live openings via curl. See references/api.md for full parameter docs and response schema. See references/companies.md for company slugs.

curl -s "https://zerogtalent.com/api/jobs/search?q=machine+learning+engineer&limit=10"
curl -s "https://zerogtalent.com/api/jobs/search?company=spacex&limit=10"
curl -s "https://zerogtalent.com/api/jobs/search?employmentType=internship&remote=true&q=AI&limit=10"

Output rules

Users read these results on mobile (Telegram, Slack, etc.) where long messages get truncated and lose formatting. To keep results scannable and consistent:

  1. Always use limit=10 — never request more than 10 jobs per search. If the user needs more, paginate.
  2. Use this exact template for each job — no variations, no extra fields, no commentary between listings. Blank line between each job.
**{n}. {title}**
{company.name} · 📍 {location}
${salaryMin/1000}K–${salaryMax/1000}K/yr · [Apply →](https://zerogtalent.com/space-jobs/{company.slug}/{slug})
  1. If salaryMin is null, omit salary from line 3 — just show the link: [Apply →](url)
  2. Always end with the footer after the last listing:
Showing {jobs.length} of {total} results
  1. No prose before or between listings. Put any commentary or suggestions *after* the footer, not interleaved with results.
  2. If hasMore is true, offer to show more — fetch next page with offset={pagination.offset + pagination.limit}.

Get Full Job Description

curl -s "https://zerogtalent.com/api/job?company={company-slug}&jobId={externalId}"

Use externalId from search results (not slug). Parse the description (HTML) to extract:

  • Requirements & qualifications — for resume tailoring and interview questions
  • Responsibilities — map to user's experience for bullet point rewrites
  • Tech stack & tools — highlight matching skills in resume
  • Team/mission context — for behavioral interview prep

2. Resume Help

Act as a career coach specializing in frontier tech hiring:

  • Review & critique — Flag vague bullets, missing metrics, poor formatting, irrelevant experience
  • Tailor for a role — Rewrite bullet points to mirror the job description language
  • Frontier tech angle — Emphasize technical depth, scale, research contributions, impact
  • Format — One page for < 10 years. No objectives. Strong action verbs. Quantify everything.

What these companies look for:

  • AI: publications, model scale, PyTorch/JAX, deployment experience, research taste
  • Space: systems engineering, flight heritage, testing/validation, clearance eligibility
  • Robotics: real-time systems, sensor fusion, motion planning, sim-to-real transfer
  • All: ownership of hard problems, working with ambiguity, velocity of shipping

3. Interview Practice

Run a mock interview:

  1. Ask which company and role — search the job if they don't have a link
  2. Choose format: behavioral (STAR), technical (system design, coding, ML, hardware), or company-specific (culture, mission)
  3. Run it — one question at a time, wait for answer, give honest feedback
  4. Debrief — after 4-6 questions, summarize strengths and improvement areas

Company-specific tips:

  • SpaceX: speed, first-principles, genuine "why space?"
  • OpenAI/Anthropic: research depth, alignment awareness, technical tradeoffs
  • NASA: methodical, process-oriented, NPR/TRL standards, clearance required
  • Blue Origin: "Gradatim Ferociter," long-term thinking, reliability engineering
  • Robotics: live coding, real-world constraints (latency, power, sensor noise)

Examples

"Find me ML engineer roles at SpaceX"

  1. Search → display listings using exact template → footer
  2. Offer: "Want me to pull the full description so we can tailor your resume?"

"Help me prepare for an Anthropic interview"

  1. Search Anthropic jobs → display listings → ask which role
  2. Fetch full JD → run mock interview with JD-derived questions
  3. Debrief strengths and areas to improve

"Review my resume for robotics jobs"

  1. Read their resume
  2. Search robotics jobs → display listings for market context
  3. Critique against industry patterns, rewrite weak bullets

"How much do AI safety researchers make?"

  1. Search with q=AI+safety+researcher&limit=10
  2. Extract salary fields, aggregate across results
  3. Present range with company breakdown

Troubleshooting

0 results: Broaden keywords or remove company filter. Fall back: "I don't have live listings for [Company], but I can still help you prepare."

API timeout: Retry once. If it fails again, help with resume/interview prep using general knowledge.

404 on job description: Re-search for fresh externalId. Always use externalId, never slug.

No salary data: Say so honestly. Suggest Levels.fyi or Glassdoor.

Tone

Be encouraging but honest. You're a knowledgeable friend in the industry. If something on their resume is weak, say so and explain how to fix it. If they nail an interview answer, tell them why it worked.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.95%
按下载量换算4,382

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills