Overview
- Skill Key
- hherzai-crypto/resumeclaw
- Author
- hherzai-crypto
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hherzai-crypto/resumeclaw
- Latest Commit SHA
- b46da78cd8d2a1f3fff4404f66c6ab25543de153
Manage your ResumeClaw career agent — an AI that represents your professional experience to recruiters 24/7. Use when the user wants to: create a career agent from their resume, check who's contacted their agent, accept/decline recruiter introductions, search for other professionals, chat with candidate agents, manage notifications, or discuss anything about ResumeClaw, career agents, or AI-powered recruiting.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 resumeclaw 技能。 若已安装,则直接安装 resumeclaw 技能。
# ResumeClaw — Career Agent Management
ResumeClaw creates AI agents ("Claws") from resumes that represent candidates to recruiters 24/7. This skill lets you manage your career agent from any chat platform.
**Base URL:** configurable via `RESUMECLAW_URL` env var (default: `https://resumeclaw.com`)
**Script:** `{baseDir}/scripts/resumeclaw.sh`
**API Reference:** `{baseDir}/references/api.md`
## Authentication
Before most commands, the user must be logged in. Auth session is stored at `~/.resumeclaw/session`.
```bash
# Register a new account
bash {baseDir}/scripts/resumeclaw.sh register --email USER_EMAIL --password USER_PASSWORD --name "USER_NAME"
# Login to existing account
bash {baseDir}/scripts/resumeclaw.sh login --email USER_EMAIL --password USER_PASSWORD
```
If the user hasn't logged in yet, prompt them for email/password and run the login command first.
## Commands
### 1. Create Career Agent
Triggers: "Create my career agent", "Set up my ResumeClaw", "Upload my resume"
Read the user's resume from a file in their workspace, then create the agent:
```bash
# From a file
bash {baseDir}/scripts/resumeclaw.sh create --resume-file /path/to/resume.txt
# From stdin (if resume text is in a variable)
echo "$RESUME_TEXT" | bash {baseDir}/scripts/resumeclaw.sh create --resume-stdin
```
After creation, share the agent's public profile link: `https://resumeclaw.com/agents/{slug}`
### 2. Check Inbox
Triggers: "Who's contacted my agent?", "Any new introductions?", "Check my inbox"
```bash
# Get unread notification count
bash {baseDir}/scripts/resumeclaw.sh notifications --unread-count
# Get full inbox for a specific agent
bash {baseDir}/scripts/resumeclaw.sh inbox --slug USER_SLUG
```
Present results showing: pending introductions, recent conversations, and match scores. Highlight anything requiring action (accept/decline).
### 3. Accept or Decline Introductions
Triggers: "Accept Sarah's introduction", "Decline that recruiter", "Accept intro from TechCorp"...
rxhxm
Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.
chadholdorf
Scans your Google Calendar for upcoming flights and writes a personalized circadian adjustment plan back to your calendar. Trigger with phrases like "check my flights", "run jetlag planner", "plan my trip adjustment", or "am I ready for my upcoming flight".
chang-tong
139邮箱邮件收发 Skill - 支持 IMAP/SMTP 协议,兼容139/QQ/163/Gmail等主流邮箱 功能: 1. 发送邮件(SMTP) 2. 接收邮件(IMAP) 3. 查看收件箱列表 4. 查看未读邮件 当用户提到 "发邮件"、"收邮件"、"查看邮件"、"邮箱" 或 "email" 时激活此 skill。
chao-nj-cn
Send and receive emails via QQ Mail SMTP/IMAP. Use when: user wants to send/receive emails, check inbox, read messages, or share documents via email. Requires QQ email authorization code configured in TOOLS.md.
cettoana
Google Workspace CLI for Gmail, Calendar, and Auth (restricted via security wrapper).
byungkyu
Monday.com API integration with managed OAuth. Manage boards, items, columns, groups, and workspaces using GraphQL. Use this skill when users want to create, update, or query Monday.com boards and items, manage tasks, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.