← 返回 Skills 市场
krishnakumarmahadevan-cmd

Cloud Support

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cloud-support
功能描述
Generate personalized cloud career development roadmaps for AWS, Azure, and GCP support roles.
使用说明 (SKILL.md)

Overview

The Cloud Support Associate Roadmap API is a professional career development tool designed to create personalized learning paths for cloud support professionals pursuing roles across AWS, Azure, and Google Cloud Platform. Built by ToolWeb.in's CISSP and CISM certified security experts, this API combines assessment data with industry-standard cloud certifications and skill requirements to guide professionals through their cloud career progression.

The API analyzes your current experience level, existing technical skills, and career objectives to generate a tailored roadmap that prioritizes learning outcomes and certification pathways. Whether you're transitioning from IT operations, system administration, or support engineering, this tool provides a structured approach to upskilling in cloud environments.

Ideal users include IT professionals seeking cloud certifications, support engineers transitioning to cloud platforms, career coaches advising technical staff, and training organizations designing curriculum for cloud support roles.

Usage

Sample Request:

{
  "sessionId": "session-12345-abcde",
  "userId": 42,
  "timestamp": "2024-01-15T14:30:00Z",
  "assessmentData": {
    "sessionId": "session-12345-abcde",
    "timestamp": "2024-01-15T14:30:00Z",
    "experience": {
      "yearsInIT": 5,
      "currentRole": "System Administrator",
      "cloudExperience": "Basic AWS exposure",
      "supportBackground": true
    },
    "skills": {
      "networking": "Intermediate",
      "linux": "Intermediate",
      "windows": "Advanced",
      "troubleshooting": "Advanced",
      "scriptingLanguages": ["Bash", "PowerShell"]
    },
    "goals": {
      "targetCertification": "AWS Certified Cloud Support Associate",
      "timeframe": "6 months",
      "primaryCloudPlatform": "AWS",
      "careerObjective": "Cloud Support Engineer"
    }
  }
}

Sample Response:

{
  "roadmapId": "roadmap-67890-fghij",
  "sessionId": "session-12345-abcde",
  "userId": 42,
  "generatedAt": "2024-01-15T14:30:15Z",
  "targetCertification": "AWS Certified Cloud Support Associate",
  "estimatedDuration": "6 months",
  "phases": [
    {
      "phase": 1,
      "title": "Foundation & Core Concepts",
      "duration": "6 weeks",
      "topics": [
        "AWS Global Infrastructure",
        "Core AWS Services (EC2, S3, RDS)",
        "IAM & Security Fundamentals",
        "Networking Basics (VPC, Route53)"
      ],
      "practicalExercises": [
        "Set up AWS Free Tier account",
        "Launch and manage EC2 instances",
        "Create and manage S3 buckets",
        "Configure basic IAM policies"
      ]
    },
    {
      "phase": 2,
      "title": "Advanced Services & Troubleshooting",
      "duration": "6 weeks",
      "topics": [
        "Auto Scaling & Load Balancing",
        "CloudWatch & Monitoring",
        "Troubleshooting Common Issues",
        "Cost Optimization"
      ],
      "practicalExercises": [
        "Configure Auto Scaling groups",
        "Set up CloudWatch alarms",
        "Simulate and resolve failures",
        "Analyze AWS billing reports"
      ]
    },
    {
      "phase": 3,
      "title": "Exam Preparation & Practice",
      "duration": "4 weeks",
      "topics": [
        "Exam Format & Question Types",
        "Practice Exams",
        "Gap Analysis & Review",
        "Mock Support Scenarios"
      ],
      "practicalExercises": [
        "Complete 3 full-length practice exams",
        "Review weak areas",
        "Participate in simulated support tickets",
        "Final review and certification readiness"
      ]
    }
  ],
  "recommendedResources": [
    "AWS Training & Certification Portal",
    "A Cloud Guru / Linux Academy",
    "AWS Skill Builder",
    "Official AWS Documentation",
    "Community Forums & Study Groups"
  ],
  "skillGapsIdentified": [
    "Advanced troubleshooting techniques",
    "Cost optimization strategies",
    "Multi-region deployment patterns"
  ],
  "nextSteps": [
    "Enroll in foundational AWS course",
    "Set up practice AWS environment",
    "Join study group or find accountability partner",
    "Schedule certification exam after Phase 2 completion"
  ]
}

Endpoints

GET /

Description: Root endpoint returning API information.

Method: GET

Path: /

Parameters: None

Response:

  • Status: 200
  • Content-Type: application/json
  • Schema: Empty object (metadata about the API service)

GET /health

Description: Health check endpoint to verify API availability and operational status.

Method: GET

Path: /health

Parameters: None

Response:

  • Status: 200
  • Content-Type: application/json
  • Schema: Health status object confirming service is operational

POST /api/cloud/roadmap

Description: Generate a personalized cloud support associate career roadmap based on user assessment data, experience level, and career goals.

Method: POST

Path: /api/cloud/roadmap

Request Body (Required):

Parameter Type Required Description
sessionId string Yes Unique identifier for the current session
userId integer | null No User identifier; null if anonymous
timestamp string Yes ISO 8601 formatted timestamp of request (e.g., "2024-01-15T14:30:00Z")
assessmentData AssessmentData object Yes User assessment containing experience, skills, and goals

AssessmentData Object:

Parameter Type Required Description
sessionId string Yes Session identifier matching parent request
timestamp string Yes ISO 8601 formatted timestamp
experience object No User's background including years in IT, current role, cloud exposure, and support experience
skills object No Technical skills inventory (networking, operating systems, scripting languages, troubleshooting level)
goals object No Career objectives including target certification, timeframe, preferred cloud platform, and desired role

Response:

  • Status: 200 (Success) or 422 (Validation Error)
  • Content-Type: application/json
  • Schema:
    • roadmapId: string - unique identifier for generated roadmap
    • sessionId: string - echoed from request
    • userId: integer - echoed from request
    • generatedAt: string - timestamp when roadmap was created
    • targetCertification: string - recommended certification path
    • estimatedDuration: string - total time to completion
    • phases: array of phase objects containing:
      • phase: integer - phase number
      • title: string - phase name
      • duration: string - estimated phase duration
      • topics: array of strings - learning topics
      • practicalExercises: array of strings - hands-on exercises
    • recommendedResources: array of strings - learning resources
    • skillGapsIdentified: array of strings - areas needing development
    • nextSteps: array of strings - action items

Error Response (422):

{
  "detail": [
    {
      "loc": ["body", "sessionId"],
      "msg": "field required",
      "type": "value_error.missing"
    }
  ]
}

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 appears coherent for generating cloud support career roadmaps and does not ask for credentials or install software. However, provenance is unknown (no homepage or publisher details) and the API docs list only paths, not a host — ask the publisher for the service base URL and privacy policy before sending real user data. If you test it, start with non-sensitive/demo assessment payloads. Verify where data will be sent and how it will be stored or deleted; if you require stronger assurance, request source code or a hosted endpoint owned by a known organization.
功能分析
Type: OpenClaw Skill Name: cloud-support Version: 1.0.0 The skill bundle defines a legitimate career development tool for generating cloud certification roadmaps via a remote API (api.mkkpro.com). The files (SKILL.md, openapi.json) contain standard API documentation and schemas without any evidence of malicious code, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description (cloud career roadmaps for AWS/Azure/GCP) align with the provided SKILL.md and openapi.json. The skill does not request unrelated binaries, credentials, or system access that would be disproportionate to producing roadmaps.
Instruction Scope
SKILL.md contains API endpoint descriptions and example request/response payloads consistent with the stated purpose. One minor inconsistency: endpoints are documented as paths (e.g., /api/cloud/roadmap) but no base URL/host is provided in either SKILL.md or openapi.json — it's unclear where requests should be sent. Otherwise, instructions do not ask the agent to read local files, environment secrets, or other unrelated system state.
Install Mechanism
No install specification and no code files to execute; instruction-only skill — minimal attack surface from installation.
Credentials
No required environment variables, credentials, or config paths are declared. The documented API accepts user assessment data, so if an implementation used a remote service it could receive user data — but the skill as provided does not request secrets or platform credentials.
Persistence & Privilege
always is false and the skill doesn't request persistent system privileges or modify other skills. Autonomous invocation is allowed (platform default) but is not combined with any broad access here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cloud-support
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cloud-support 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Cloud Support Associate Roadmap API initial release: - Generate personalized cloud support career roadmaps for AWS, Azure, and GCP roles. - Accepts detailed user assessment to tailor learning paths and certification recommendations. - Structured output includes roadmap phases, topics, practical exercises, and resource links. - Clear skill gap analysis and actionable next steps provided. - Public REST API with free and paid usage plans; health check and service info endpoints included.
元数据
Slug cloud-support
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cloud Support 是什么?

Generate personalized cloud career development roadmaps for AWS, Azure, and GCP support roles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Cloud Support?

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

Cloud Support 是免费的吗?

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

Cloud Support 支持哪些平台?

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

谁开发了 Cloud Support?

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

💬 留言讨论