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

toolweb-ot-security-careertoolweb ot 安全职业

Agent Skill

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

总安装

3,515

周安装

145

GitHub Stars

公开资料未说明

下载量

1,148
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-ot-security-career

简介

为 OT/ICS/SCADA 安全专家提供的专业职业路线图平台,提供个性化的学习路径和技能评估。

SKILL.md

name
OT Security Career Roadmap
description
Professional career roadmap platform for OT/ICS/SCADA security specialists with personalized learning paths and skill assessments.

Overview

The OT Security Career Roadmap platform is a specialized API designed for professionals seeking to advance their careers in Operational Technology (OT), Industrial Control Systems (ICS), and SCADA security. This platform generates personalized career development roadmaps based on individual experience levels, current skills, and professional goals.

The platform evaluates your existing competencies in OT security domains and creates a structured learning path tailored to your career objectives. Whether you're transitioning from general cybersecurity into critical infrastructure protection, advancing from network engineering to ICS security specialist, or pursuing compliance and governance roles, the roadmap adapts to your unique profile.

Ideal users include cybersecurity professionals upskilling in critical infrastructure, IT/OT convergence engineers, compliance officers managing industrial facilities, and security architects designing defense strategies for SCADA environments.

Usage

Generate a personalized OT security career roadmap:

{
  "sessionId": "sess_a1b2c3d4e5f6g7h8",
  "userId": 12345,
  "timestamp": "2024-01-15T10:30:00Z",
  "assessmentData": {
    "sessionId": "sess_a1b2c3d4e5f6g7h8",
    "timestamp": "2024-01-15T10:30:00Z",
    "experience": {
      "yearsInCybersecurity": 5,
      "yearsInOT": 2,
      "currentRole": "Security Engineer",
      "industryBackground": "Manufacturing"
    },
    "skills": {
      "networkSecurity": "Advanced",
      "scadaKnowledge": "Intermediate",
      "icsProtocols": "Beginner",
      "threatModeling": "Advanced",
      "complianceFrameworks": "Intermediate"
    },
    "goals": {
      "targetRole": "OT Security Specialist",
      "timeframe": "12 months",
      "focusAreas": ["ICS Protocol Security", "SCADA Defense", "OT Risk Assessment"]
    }
  }
}

Sample Response:

{
  "roadmapId": "rm_xyz789abc123",
  "userId": 12345,
  "sessionId": "sess_a1b2c3d4e5f6g7h8",
  "generatedAt": "2024-01-15T10:30:45Z",
  "assessmentSummary": {
    "currentLevel": "Mid-Level OT Security Professional",
    "strengths": ["Network Security Fundamentals", "Threat Modeling", "Compliance Awareness"],
    "developmentAreas": ["ICS Protocol Deep Dive", "SCADA Architecture", "OT-Specific Tooling"]
  },
  "roadmap": {
    "phase1": {
      "duration": "Months 1-3",
      "title": "ICS Protocol Fundamentals",
      "objectives": [
        "Master Modbus, DNP3, and Profibus protocols",
        "Understand SCADA communication patterns",
        "Learn OT network segmentation principles"
      ],
      "resources": [
        {
          "type": "Course",
          "title": "ICS Protocol Security Essentials",
          "provider": "SANS",
          "estimatedHours": 40
        },
        {
          "type": "Certification",
          "title": "GICSP (GIAC ICS Security Professional)",
          "provider": "GIAC",
          "preparationHours": 120
        }
      ]
    },
    "phase2": {
      "duration": "Months 4-8",
      "title": "Advanced SCADA Defense & Risk Assessment",
      "objectives": [
        "Implement OT-specific threat modeling",
        "Conduct vulnerability assessments on industrial systems",
        "Design defense-in-depth strategies for critical infrastructure"
      ],
      "resources": [
        {
          "type": "Hands-On Lab",
          "title": "SCADA Security Practical Training",
          "platform": "Cybrary",
          "estimatedHours": 30
        },
        {
          "type": "Certification",
          "title": "CISSP (prioritize OT domain)",
          "provider": "ISC2",
          "preparationHours": 200
        }
      ]
    },
    "phase3": {
      "duration": "Months 9-12",
      "title": "Specialization & Leadership",
      "objectives": [
        "Lead OT security assessments and audits",
        "Develop organizational OT security policies",
        "Mentor junior team members on ICS security"
      ],
      "resources": [
        {
          "type": "Capstone Project",
          "title": "Design comprehensive OT security program for manufacturing facility",
          "mentor": "Industry Expert"
        }
      ]
    }
  },
  "estimatedTimeToCompletion": "12 months",
  "nextSteps": [
    "Enroll in ICS Protocol Fundamentals course",
    "Schedule GICSP exam for Month 3",
    "Set up home lab environment for SCADA simulation"
  ]
}

Endpoints

GET /

Description: Root endpoint

Method: GET

Path: /

Parameters: None

Response: Returns API metadata and service information (application/json)


GET /health

Description: Health check endpoint for monitoring service availability

Method: GET

Path: /health

Parameters: None

Response: Returns health status of the service (application/json)


POST /api/ot-security/roadmap

Description: Generate a personalized OT security career roadmap based on assessment data

Method: POST

Path: /api/ot-security/roadmap

Parameters:

NameTypeRequiredDescription
assessmentDataAssessmentDataYesObject containing user's experience, skills, and career goals
sessionIdstringYesUnique session identifier for tracking and audit purposes
userIdinteger \nullNoOptional user identifier for authenticated requests
timestampstringYesISO 8601 formatted timestamp of the request

AssessmentData Object:

NameTypeRequiredDescription
experienceobjectNoProfessional background including years in cybersecurity, OT experience, current role, and industry
skillsobjectNoCurrent skill levels across OT security domains (e.g., SCADA, ICS protocols, threat modeling)
goalsobjectNoCareer objectives including target role, timeframe, and focus areas
sessionIdstringYesSession identifier matching parent request
timestampstringYesISO 8601 formatted timestamp

Response (200 OK): Returns personalized career roadmap with phased learning path, resources, certifications, and milestones (application/json)

Error Response (422 Validation Error): Returns validation errors if required fields are missing or malformed

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/ot-security
  • API Docs: https://api.mkkpro.com:8082/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

85.17%
按下载量换算978

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills