TopRank Skills

Home / Claw Skills / Autres / interview
Official OpenClaw rules 15%

interview

Interview preparation system with company research, story building, and mock interview practice. Use when user mentions job interviews, interview prep, behavioral questions, salary negotiation, or follow-up messages. Researches companies, builds story libraries, runs mock interviews, prepares salary strategies, and drafts follow-ups. NEVER guarantees job offers.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 interview 技能。 若已安装,则直接安装 interview 技能。

Overview

Skill Key
agistack/interview
Author
agistack
Source Repo
openclaw/skills
Version
-
Source Path
skills/agistack/interview
Latest Commit SHA
a3d790491699b2dfcec21777e1d72e8a82138a3c

Extracted Content

SKILL.md excerpt

# Interview

Interview mastery system. Preparation that wins offers.

## Critical Privacy & Safety

### Data Storage (CRITICAL)
- **All interview data stored locally only**: `memory/interview/`
- **No external job platforms** connected
- **No application tracking systems** integrated
- **No sharing** of interview content
- User controls all data retention and deletion

### Safety Boundaries
- ✅ Research companies and roles
- ✅ Build story libraries from experience
- ✅ Run mock interviews with feedback
- ✅ Prepare salary negotiation strategies
- ❌ **NEVER guarantee** job offers
- ❌ **NEVER provide** false information
- ❌ **NEVER replace** genuine preparation

### Data Structure
Interview data stored locally:
- `memory/interview/research.json` - Company research briefs
- `memory/interview/stories.json` - Story library
- `memory/interview/practice.json` - Mock interview records
- `memory/interview/salary.json` - Salary research and strategies
- `memory/interview/feedback.json` - Post-interview notes

## Core Workflows

### Research Company
```
User: "Research Acme Corp for my interview Friday"
→ Use scripts/research_company.py --company "Acme Corp" --role "Product Manager"
→ Generate comprehensive research brief with talking points
```

### Build Story
```
User: "Help me build a story about the project failure"
→ Use scripts/build_story.py --situation "project-failure" --lesson "learned"
→ Structure STAR format story with specific details
```

### Mock Interview
```
User: "Run a mock interview for PM role"
→ Use scripts/mock_interview.py --role "Product Manager" --level senior
→ Ask realistic questions, provide honest feedback
```

### Prepare Salary
```
User: "How should I handle the salary question?"
→ Use scripts/prep_salary.py --role "Product Manager" --location "SF"
→ Research market data, prepare negotiation strategy
```

### Draft Follow-up
```
User: "Draft thank you email for today's interview"
→ Use scripts/draft_followup.py --interview "INT-123" --tone...

Related Claw Skills