Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

toolweb-ciso-careerToolweb ciso 职业生涯

Agent Skill

toolweb-ciso-career 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,747

周安装

118

GitHub Stars

公开资料未说明

下载量

963
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-ciso-career

简介

toolweb-ciso-career 提供专业首席信息安全官职业发展平台,输出个性化路线图。

  • 适合在 OpenClaw 中辅助高层管理者制定技术领导力成长计划。
  • 通过 clawhub 安装后,Agent 可结合行业趋势生成技能矩阵和认证建议。
  • 职业规划应动态调整,尤其关注新兴威胁模型和监管变化影响。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
CISO Career Roadmap
description
Professional Chief Information Security Officer career development platform that generates personalized roadmaps and specialization guidance.

Overview

The CISO Career Roadmap API is a specialized career development platform designed for security professionals pursuing or advancing into Chief Information Security Officer roles. It leverages industry best practices and structured assessment frameworks to create personalized development pathways tailored to individual experience levels, skill gaps, and career aspirations.

This platform empowers security leaders to identify optimal specialization areas, benchmark their capabilities against industry standards, and access data-driven recommendations for skill development and certification paths. Whether you're transitioning from a security analyst role or stepping into executive leadership, the API provides comprehensive roadmap generation backed by expertise from CISSP and CISM certified professionals.

The ideal users include information security professionals seeking CISO positions, mid-level security managers planning executive transitions, security teams evaluating talent development strategies, and organizations building internal security leadership pipelines.

Usage

Generate a personalized CISO career roadmap based on current skills and goals:

POST /api/ciso/roadmap

{
  "assessmentData": {
    "experience": [
      "Security Operations Center Management",
      "Incident Response Leadership",
      "5 years in security engineering"
    ],
    "skills": [
      "Threat intelligence",
      "Network security",
      "Cloud security",
      "Risk assessment"
    ],
    "grc": [
      "Compliance audits",
      "Policy development",
      "ISO 27001 implementation"
    ],
    "leadership": [
      "Team management",
      "Vendor negotiation",
      "Cross-functional collaboration"
    ],
    "certifications": [
      "CISSP",
      "CEH",
      "CompTIA Security+"
    ],
    "goals": [
      "Achieve CISO role within 2 years",
      "Develop strategic planning expertise",
      "Master enterprise risk management"
    ],
    "sessionId": "sess_12345abcde",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_12345abcde",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response:

{
  "roadmapId": "roadmap_987654xyz",
  "sessionId": "sess_12345abcde",
  "userId": 42,
  "generatedAt": "2024-01-15T10:30:15Z",
  "currentLevel": "Senior Security Manager",
  "targetRole": "Chief Information Security Officer",
  "timelineMonths": 24,
  "phases": [
    {
      "phase": 1,
      "title": "Strategic Foundation (Months 1-6)",
      "focus": "Enterprise risk management and governance",
      "recommendations": [
        "Complete CISM certification",
        "Lead enterprise risk assessment program",
        "Develop security strategy document"
      ],
      "skillGaps": [
        "Strategic planning",
        "Board-level communication",
        "Enterprise architecture"
      ]
    },
    {
      "phase": 2,
      "title": "Leadership Excellence (Months 7-18)",
      "focus": "Executive presence and organizational impact",
      "recommendations": [
        "Lead security budget planning",
        "Mentor junior security leaders",
        "Present to executive committee quarterly"
      ],
      "skillGaps": [
        "Financial management",
        "Executive decision-making",
        "Organizational change management"
      ]
    }
  ],
  "recommendedSpecializations": [
    "Enterprise Security Architecture",
    "Security Governance & Compliance",
    "Cyber Risk Management"
  ],
  "certificationPath": [
    "CISM (if not yet obtained)",
    "CGEIT (optional)",
    "Advanced Security Leadership programs"
  ],
  "nextActions": [
    "Schedule executive coaching sessions",
    "Identify mentor within organization",
    "Enroll in strategic leadership program"
  ]
}

Endpoints

GET /

Health Check Endpoint

Verifies API availability and service status.

Method: GET

Path: /

Parameters: None

Response: 200 OK - Service is operational (empty JSON object or status confirmation)


POST /api/ciso/roadmap

Generate Personalized CISO Career Roadmap

Creates a customized career development roadmap based on comprehensive assessment data including experience, skills, leadership capabilities, certifications, and professional goals.

Method: POST

Path: /api/ciso/roadmap

Request Parameters:

ParameterTypeRequiredDescription
assessmentDataobjectYesCore assessment information containing skills, experience, and professional details
assessmentData.experiencearray[string]NoList of professional experiences and roles held (default: empty)
assessmentData.skillsarray[string]NoTechnical and professional skills inventory (default: empty)
assessmentData.grcarray[string]NoGovernance, Risk, and Compliance expertise areas (default: empty)
assessmentData.leadershiparray[string]NoLeadership experiences and management capabilities (default: empty)
assessmentData.certificationsarray[string]NoProfessional certifications held (default: empty)
assessmentData.goalsarray[string]NoCareer aspirations and professional objectives (default: empty)
assessmentData.sessionIdstringYesUnique session identifier for tracking
assessmentData.timestampstringYesISO 8601 timestamp of assessment creation
sessionIdstringYesSession identifier matching assessmentData.sessionId
userIdinteger or nullNoOptional user identifier for personalization
timestampstringYesISO 8601 timestamp of request submission

Response: 200 OK - Returns personalized roadmap with phases, recommendations, skill gaps, and certification paths. 422 Unprocessable Entity - Returns validation errors if required fields are missing or malformed.


GET /api/ciso/specializations

Get Available CISO Specialization Areas

Retrieves all available specialization domains that CISO professionals can pursue, including technical, governance, and business-focused tracks.

Method: GET

Path: /api/ciso/specializations

Parameters: None

Response: 200 OK - Returns array of specialization categories with descriptions, required skills, and recommended certifications for each specialization area.


GET /api/ciso/career-paths

Get All CISO Career Development Paths

Provides comprehensive view of multiple career trajectories leading to the CISO role, showing alternative progression routes from different starting positions.

Method: GET

Path: /api/ciso/career-paths

Parameters: None

Response: 200 OK - Returns array of career path objects, each containing starting role, progression stages, estimated timeline, and key transition points.

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/ciso
  • API Docs: https://api.mkkpro.com:8099/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

84.79%
按下载量换算817

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills