Jd Import banner
huifer huifer

Jd Import

Development community

Description

--- description: 从URL或文件批量导入职位描述(JD),支持多个平台(LinkedIn、Indeed、公司官网等)。自动解析、提取关键信息、批量处理。 argument-hint: <source> [options] allowed-tools: Read, Write, Skill(jd-analyzer), mcp__web_reader__webReader --- # 智能JD导入 智能导入职位描述(JD),支持多种来源和格式。 ## 使用方法 ### 从URL导入单个JD ```bash # 从LinkedIn导入 /jd/import https://www.linkedin.com/jobs/view/123456789/ # 从Indeed导入 /jd/import https://www.indeed.com/viewjob?jk=123456789 # 从公司官网导入 /jd/import https://careers.google.com/jobs/results/123456/ ``` ### 从文件导入JD ```bash

Installation

Installs to ~/.claude/commands/huifer-claude-code-interview-jd-import.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/huifer/claude-code-interview/HEAD/.claude/commands/jd-import.md -o ~/.claude/commands/huifer-claude-code-interview-jd-import.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository