Token导航 LogoToken导航TokenDH.com
开发external-serviceclawhub未标认证来源可访问clear审计通过

cybersecurity-career网络安全职业

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

5,180

周安装

218

GitHub Stars

公开资料未说明

下载量

1,814
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cybersecurity-career(网络安全职业)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/cybersecurity-career
安装命令:
openclaw skills install cybersecurity-career
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install cybersecurity-career

简介

cybersecurity-career 用于辅助安全审计、漏洞排查和鉴权逻辑分析,适合开发类任务中的安全复核。

  • 可帮助梳理敏感配置、检查依赖风险,但不能替代人工最终判断。
  • 通过 clawhub 安装,使用 openclaw skills install cybersecurity-career 命令部署。
  • 涉及密钥或用户数据时应先确认脱敏方式和操作权限,避免越界操作。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Cybersecurity Career Guidance
description
Professional career assessment and roadmap platform for cybersecurity professionals seeking personalized guidance and skill development recommendations.

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": "john.smith@example.com",
    "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:

NameTypeRequiredDescription
tierstringOptionalAssessment tier level; defaults to "professional". Values: "professional", "enterprise", "advanced"
sessionIdstringRequiredUnique session identifier for tracking the assessment
userIdintegerOptionalUnique user identifier for linking assessment to user profile
userInfoobjectOptionalUser metadata including name, email, company, department
assessmentDataobjectRequiredCore assessment data object containing experience, skills, interests, and goals
assessmentData.sessionIdstringRequiredSession identifier for correlation
assessmentData.timestampstringRequiredISO 8601 formatted timestamp of assessment
assessmentData.experienceobjectOptionalProfessional experience details including tenure, previous roles, domain history
assessmentData.skillsobjectOptionalTechnical skills inventory with proficiency levels and certifications
assessmentData.interestsobjectOptionalCareer interests including specialization preferences and industry focus
assessmentData.goalsobjectOptionalCareer 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

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

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

References

  • Kong Route: https://api.mkkpro.com/career/cybersecurity
  • API Docs: https://api.mkkpro.com:8046/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.68%
按下载量换算1,482

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills