← 返回 Skills 市场
krishnakumarmahadevan-cmd

Cybersecurity Career

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
175
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cybersecurity-career
功能描述
Professional career assessment and roadmap platform for cybersecurity professionals seeking personalized guidance and skill development recommendations.
使用说明 (SKILL.md)

Overview

Cybersecurity Career Guidance is a professional career assessment and roadmap platform designed to help cybersecurity professionals evaluate their current competencies, identify skill gaps, and chart a strategic career path. The platform combines experience evaluation, skills assessment, and interest mapping to deliver personalized career recommendations and development roadmaps.

This API enables organizations and individual practitioners to conduct comprehensive career assessments tailored to the cybersecurity domain. It captures critical data points including professional experience, technical skills, career interests, and professional goals to generate actionable insights and career progression strategies.

Ideal users include career development platforms, HR departments in security-focused organizations, cybersecurity training providers, and individual professionals seeking objective career guidance within the information security field.

Usage

Career Assessment Example

Sample Request:

{
  "tier": "professional",
  "sessionId": "sess_abc123xyz789",
  "userId": 42,
  "assessmentData": {
    "sessionId": "sess_abc123xyz789",
    "timestamp": "2024-01-15T14:30:00Z",
    "experience": {
      "yearsInIT": 8,
      "yearsInSecurity": 4,
      "previousRoles": ["Network Administrator", "IT Support Specialist"]
    },
    "skills": {
      "technical": ["Network Security", "Threat Detection", "Incident Response"],
      "certifications": ["CompTIA Security+", "Certified Ethical Hacker"],
      "proficiency": "intermediate"
    },
    "interests": {
      "specialization": "Threat Intelligence",
      "preferredEnvironment": "Enterprise",
      "industryFocus": ["Finance", "Healthcare"]
    },
    "goals": {
      "shortTerm": "Obtain CISSP certification",
      "longTerm": "Security Manager role",
      "timeline": "24 months"
    }
  },
  "userInfo": {
    "name": "John Smith",
    "email": "[email protected]",
    "company": "SecureCorpInc"
  }
}

Sample Response:

{
  "assessmentId": "assess_def456ghi012",
  "sessionId": "sess_abc123xyz789",
  "timestamp": "2024-01-15T14:30:45Z",
  "careerProfile": {
    "currentLevel": "Mid-Level Security Professional",
    "experienceScore": 78,
    "skillsGapAnalysis": {
      "strengths": ["Network Security", "Incident Response"],
      "gapsToAddress": ["Cloud Security", "DevSecOps", "Security Architecture"],
      "developmentPriority": ["CISSP Domain Knowledge", "Cloud Platforms"]
    }
  },
  "recommendedRoadmap": {
    "nextSteps": [
      "Pursue advanced networking certifications",
      "Develop cloud security expertise (AWS/Azure)",
      "Lead incident response initiatives"
    ],
    "estimatedTimeline": "18-24 months",
    "recommendedCertifications": ["CISSP", "CCSK", "AWS Security Specialty"],
    "targetRoles": ["Senior Security Engineer", "Security Architect", "Security Manager"]
  },
  "actionItems": [
    {
      "priority": "High",
      "action": "Enroll in cloud security training",
      "timeline": "Next 3 months"
    },
    {
      "priority": "High",
      "action": "Obtain hands-on experience with SIEM platforms",
      "timeline": "Next 6 months"
    },
    {
      "priority": "Medium",
      "action": "Begin CISSP exam preparation",
      "timeline": "Next 12 months"
    }
  ]
}

Endpoints

GET /health

Summary: Health Check

Description: Verifies the availability and operational status of the Career Guidance API service.

Method: GET

Path: /health

Parameters: None

Response:

  • Status Code: 200
  • Content-Type: application/json
  • Body: Health status object confirming service availability

POST /api/career/assess

Summary: Career Assessment

Description: Performs a comprehensive cybersecurity career assessment using provided professional profile data, skills inventory, career interests, and goals to generate personalized career recommendations and development roadmaps.

Method: POST

Path: /api/career/assess

Parameters:

Name Type Required Description
tier string Optional Assessment tier level; defaults to "professional". Values: "professional", "enterprise", "advanced"
sessionId string Required Unique session identifier for tracking the assessment
userId integer Optional Unique user identifier for linking assessment to user profile
userInfo object Optional User metadata including name, email, company, department
assessmentData object Required Core assessment data object containing experience, skills, interests, and goals
assessmentData.sessionId string Required Session identifier for correlation
assessmentData.timestamp string Required ISO 8601 formatted timestamp of assessment
assessmentData.experience object Optional Professional experience details including tenure, previous roles, domain history
assessmentData.skills object Optional Technical skills inventory with proficiency levels and certifications
assessmentData.interests object Optional Career interests including specialization preferences and industry focus
assessmentData.goals object Optional Career objectives with short-term and long-term targets

Response:

  • Status Code: 200
  • Content-Type: application/json
  • Body:
    • assessmentId (string): Unique assessment result identifier
    • sessionId (string): Session identifier
    • timestamp (string): Assessment completion timestamp
    • careerProfile (object): Current career level, experience score, skills gap analysis
    • recommendedRoadmap (object): Next steps, timeline, certification recommendations, target roles
    • actionItems (array): Prioritized list of recommended actions with timelines

Error Responses:

  • Status Code: 422 - Validation Error
    • Returned when required fields are missing or malformed
    • Contains detailed validation error information

OPTIONS /api/career/assess

Summary: Options Career Assess

Description: Handles CORS (Cross-Origin Resource Sharing) preflight requests for the career assessment endpoint.

Method: OPTIONS

Path: /api/career/assess

Parameters: None

Response:

  • Status Code: 200
  • Content-Type: application/json
  • Body: CORS compliance response

Pricing

Plan Calls/Day Calls/Month Price
Free 5 50 Free
Developer 20 500 $39/mo
Professional 200 5,000 $99/mo
Enterprise 100,000 1,000,000 $299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

安全使用建议
This skill is documentation for a career-assessment API and appears internally consistent. Before installing or invoking: 1) confirm the skill's origin (owner is unknown) and whether it will call a remote service — SKILL.md/openapi do not include a base URL, so ask where requests are sent; 2) avoid submitting sensitive personal or company data unless you trust the service and understand its data retention/privacy policy; and 3) if the skill later requests API keys or other credentials, treat that as a new risk and verify why those are required.
功能分析
Type: OpenClaw Skill Name: cybersecurity-career Version: 1.0.0 The skill bundle provides a legitimate interface for a cybersecurity career assessment service. It defines standard API endpoints (SKILL.md, openapi.json) for health checks and career assessments, collecting user-provided professional data such as experience, skills, and goals to generate career roadmaps. No evidence of data exfiltration, malicious execution, or prompt injection was found, and the behavior is consistent with the stated purpose of the tool.
能力评估
Purpose & Capability
Name/description match the provided SKILL.md and openapi.json which define a career-assessment API; there are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
SKILL.md contains API usage examples, endpoint definitions, and sample payloads only; it does not instruct the agent to read local files, access environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec and no code files beyond documentation/openapi; nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths and the instructions do not reference secrets — credential requests would be disproportionate and none are present.
Persistence & Privilege
The skill does not request always:true or any persistent/system-level privileges; it is user-invocable and allows normal autonomous invocation, which is the platform default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cybersecurity-career
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cybersecurity-career 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Cybersecurity Career Guidance skill. - Launches a platform for personalized cybersecurity career assessment and guidance. - Supports detailed skills and experience evaluation, gap analysis, and career roadmap generation. - Provides comprehensive API endpoints for health checks and career assessments. - Returns actionable recommendations—including action items, next steps, and certification suggestions. - Targets HR teams, training providers, career platforms, and individual cybersecurity professionals.
元数据
Slug cybersecurity-career
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cybersecurity Career 是什么?

Professional career assessment and roadmap platform for cybersecurity professionals seeking personalized guidance and skill development recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。

如何安装 Cybersecurity Career?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cybersecurity-career」即可一键安装,无需额外配置。

Cybersecurity Career 是免费的吗?

是的,Cybersecurity Career 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cybersecurity Career 支持哪些平台?

Cybersecurity Career 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cybersecurity Career?

由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。

💬 留言讨论