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

cloud-support云支持

Agent Skill

cloud-support 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,116

周安装

175

GitHub Stars

公开资料未说明

下载量

1,442
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install cloud-support

简介

云支持技能根据用户背景定制 AWS、Azure、GCP 技术支持职业发展路径。

  • 适用于 OpenClaw 中辅导新人成长或规划认证考试的学习助手角色。
  • 输出个性化学习计划与实战项目推荐列表。
  • 安装命令:openclaw skills install cloud-support。
  • 内容基于公开资料生成,实际岗位需求请以企业官方为准。

SKILL.md

name
Cloud Support Associate Roadmap
description
Generate personalized cloud career development roadmaps for AWS, Azure, and GCP support roles.

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):

ParameterTypeRequiredDescription
sessionIdstringYesUnique identifier for the current session
userIdinteger \nullNoUser identifier; null if anonymous
timestampstringYesISO 8601 formatted timestamp of request (e.g., "2024-01-15T14:30:00Z")
assessmentDataAssessmentData objectYesUser assessment containing experience, skills, and goals

AssessmentData Object:

ParameterTypeRequiredDescription
sessionIdstringYesSession identifier matching parent request
timestampstringYesISO 8601 formatted timestamp
experienceobjectNoUser's background including years in IT, current role, cloud exposure, and support experience
skillsobjectNoTechnical skills inventory (networking, operating systems, scripting languages, troubleshooting level)
goalsobjectNoCareer 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

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/cloud-support
  • API Docs: https://api.mkkpro.com:8060/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

90.34%
按下载量换算1,303

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills