← Back to Skills Marketplace
yezhaowang888-stack

职业发展助手

by yezhaowang888-stack · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
52
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install career-development-assistant
Description
职业教育与职业发展助手。提供热门职业介绍、技能证书考试指南、职业规划建议、职教高考政策解读、实习就业指导。适用于职业院校学生、老师和职场新人进行职业规划。支持家用(知识库)和商用(API扩展)双模式。触发器:用户提出职业/技能/证书/实习/就业/职教相关问题时使用。
README (SKILL.md)

职业发展助手

概述

本Skill提供职业教育与职业发展全链路支持,涵盖职业介绍、技能证书、职教政策、就业指导。

两种使用模式:

  • 家用模式(默认):使用内置知识库,零配置,离线可用
  • 商用模式:配置API端点后可对接实习平台、就业数据、职业测评

快速开始

用户典型提问方式:

"推荐一下适合我的职业方向" "计算机等级考试怎么报名?" "职教高考和普通高考有什么区别?" "有哪些含金量高的技能证书?"

核心处理流程

  1. 识别用户身份:职校学生 / 职场新人 / 职业转换者
  2. 定位问题类型:职业介绍 / 技能证书 / 职教政策 / 就业指导 / 职业规划
  3. 查询内置知识库 → 返回对应内容
  4. 如有商用API配置 → 可获取实时就业市场数据和实习岗位信息
  5. 回退机制:API调用失败时自动使用知识库回答

核心功能

1. 热门职业介绍

参考 references/careers.md 中的20-30个热门职业数据库。

每个职业包含:

  • 职业简介和工作内容
  • 所需技能和学历要求
  • 对应的技能证书
  • 薪资水平和发展前景
  • 入行建议

2. 技能证书指南

参考 references/certificates.md

覆盖证书类型:

  • 1+X证书(职业教育改革重点)
  • 职业技能等级认定证书
  • 人社部职业资格证书
  • 行业准入证书(教师、会计、建造师等)
  • IT技能认证(计算机等级考试、软考、华为认证等)
  • 语言类证书(英语、日语、韩语等)

3. 职教政策解读

参考 references/vocational-policy.md

覆盖政策:

  • 职教高考(职业教育高考)政策
  • 1+X证书制度详解
  • 技能大赛政策
  • 产教融合政策
  • 专升本/专升硕通道

4. 就业指导

参考 references/employment-guide.md

核心内容:

  • 简历撰写和面试技巧
  • 实习渠道推荐
  • 校企合作模式介绍
  • 就业市场趋势分析

5. 职业规划

内置参考框架:

  • 职业性格评估方法(MBTI、霍兰德等)
  • 职业发展路径设计
  • 终身学习规划
  • 职业转型指导

家用/商用模式配置

家用模式(默认)

无需任何配置,使用内置知识库。

商用模式(API扩展)

CAREER_API_URL: "https://your-api-endpoint"
CAREER_API_KEY: "your-api-key"

商用模式支持:

  • 实时就业市场数据
  • 实习岗位匹配推荐
  • 在线职业技能测评
  • 招聘信息对接

资源文件说明

references/

  • careers.md — 热门职业数据库
  • certificates.md — 技能证书指南
  • vocational-policy.md — 职教政策知识库
  • employment-guide.md — 就业指导参考

scripts/

  • career-recommender.py — 职业推荐引擎

安全注意事项

  1. 政策数据时效:职教政策变化较快,标注"最新政策请以官方文件为准"
  2. 薪酬声明:薪资水平为一般参考,因地区和行业差异较大
  3. 证书信息:证书考试时间和费用可能有变动,引导用户查询官方渠道
  4. 职业推荐免责:推荐仅供参考,不构成职业决策依据
Usage Guidance
This skill appears benign and mainly uses local reference files and a simple Python recommender. Before enabling commercial mode or supplying CAREER_API_URL / CAREER_API_KEY: 1) ask the publisher how/where the API config is used (the included script does not call external APIs); 2) only provide credentials to trusted endpoints and avoid giving highly sensitive keys; 3) prefer testing the skill in an isolated environment first; 4) request that the registry metadata be updated to list any required env vars and a homepage/source so you can verify the author and license. If you plan to use the commercial API integration, get details on what user data will be sent to the external endpoint and how it is protected.
Capability Analysis
Type: OpenClaw Skill Name: career-development-assistant Version: 1.0.0 The career-development-assistant skill bundle is a legitimate tool for vocational guidance. The Python script (career-recommender.py) performs basic data filtering on a hardcoded career database without any risky system calls, network activity, or file I/O. The documentation and reference files (SKILL.md, careers.md, etc.) contain helpful information and official educational links (e.g., moe.gov.cn) with no evidence of prompt injection or malicious intent.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill's name/description match the provided files: an offline knowledge base (references/*.md) and a local recommender script. SKILL.md also advertises a '商用模式' using CAREER_API_URL / CAREER_API_KEY, but the repository metadata does not declare required env vars and the included script (career-recommender.py) contains no code to call external APIs — this mismatch is an implementation/metadata inconsistency that should be clarified.
Instruction Scope
Runtime instructions are narrowly scoped: identify user type, look up the built-in knowledge base, optionally call a commercial API if configured, and fall back to local content on API failure. The instructions do not ask the agent to read arbitrary host files or credentials, nor to exfiltrate data to unexpected endpoints. Note: SKILL.md does not specify what user data would be sent to a commercial API if enabled.
Install Mechanism
No install spec is provided (instruction-only + data + a single Python script). Nothing is downloaded or written to disk by an installer; risk from the install mechanism is minimal.
Credentials
The skill requires no env vars in its registry metadata. SKILL.md documents optional CAREER_API_URL and CAREER_API_KEY for commercial mode — those env vars would be proportional to the advertised commercial feature. However, the metadata omission (they are not declared as required.env) and absence of code that uses them are inconsistent and should be resolved before providing keys to this skill.
Persistence & Privilege
The skill does not request persistent/always-on inclusion (always:false) and does not modify other skills or system settings. It does not request elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install career-development-assistant
  3. After installation, invoke the skill by name or use /career-development-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
career-development-assistant v1.0.0 - 首次发布,提供覆盖职业介绍、技能证书、政策解读、就业指导和职业规划的全链路助手 - 支持家用(零配置、内置知识库)与商用(API扩展)双模式 - 涵盖数十种热门职业与主流技能证书数据库 - 集成典型提问识别、处理流程及回退机制,保障回答稳定 - 附带详细参考资源和职业推荐脚本
Metadata
Slug career-development-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 职业发展助手?

职业教育与职业发展助手。提供热门职业介绍、技能证书考试指南、职业规划建议、职教高考政策解读、实习就业指导。适用于职业院校学生、老师和职场新人进行职业规划。支持家用(知识库)和商用(API扩展)双模式。触发器:用户提出职业/技能/证书/实习/就业/职教相关问题时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.

How do I install 职业发展助手?

Run "/install career-development-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 职业发展助手 free?

Yes, 职业发展助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 职业发展助手 support?

职业发展助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 职业发展助手?

It is built and maintained by yezhaowang888-stack (@yezhaowang888-stack); the current version is v1.0.0.

💬 Comments