Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

toolweb-renewable-energy可再生能源工具网

Agent Skill

toolweb-renewable-energy 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,436

周安装

139

GitHub Stars

公开资料未说明

下载量

1,079
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-renewable-energy

简介

生成可再生能源工程领域的个性化职业路线图和学习路径。toolweb-renewable-energy 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适用于职业规划、技能提升和行业转型等发展类需求场景。
  • 基于用户背景输入生成定制化学习计划和专业发展方向建议。
  • 需用户提供基础信息和目标方向,结果仅供参考不构成专业指导。
  • 建议结合实际情况调整路径,并持续更新以适应行业变化。

SKILL.md

name
Renewable Energy Engineer Roadmap
description
Professional Renewable Energy Engineering Career Roadmap Platform that generates personalized learning paths and specialization guidance.

Overview

The Renewable Energy Engineer Roadmap is a comprehensive career development platform designed for professionals seeking to establish or advance their expertise in renewable energy engineering. This platform leverages assessment data to create personalized career pathways, helping engineers identify skill gaps, set achievable goals, and navigate specialization options in the rapidly growing renewable energy sector.

The platform provides intelligent roadmap generation based on individual experience levels, current skills, and career objectives. Whether you're transitioning into renewable energy, seeking specialization in solar, wind, hydro, or emerging technologies, this tool delivers structured guidance. It's ideal for career changers, engineering students, mid-career professionals, and organizations developing talent pipelines in clean energy sectors.

Key capabilities include personalized roadmap generation, discovery of available specialization paths, exploration of curated learning pathways, and session-based assessment tracking for continuous career progression monitoring.

Usage

Example Request

Generate a personalized renewable energy engineering roadmap based on your current profile:

{
  "assessmentData": {
    "experience": {
      "yearsInEngineering": 5,
      "previousIndustry": "traditional_energy",
      "rolesHeld": ["junior_engineer", "technical_specialist"]
    },
    "skills": {
      "technical": ["electrical_design", "systems_analysis", "CAD"],
      "soft": ["project_management", "team_leadership"],
      "certifications": ["PE_license"]
    },
    "goals": {
      "targetRole": "renewable_energy_systems_engineer",
      "timeframe": "24_months",
      "preferredSpecialization": "solar_pv"
    },
    "sessionId": "sess_abc123def456",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_abc123def456",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z"
}

Example Response

{
  "roadmapId": "rm_solar_pv_2024_001",
  "userId": 42,
  "sessionId": "sess_abc123def456",
  "specialization": "Solar Photovoltaic Systems",
  "estimatedDuration": "24 months",
  "phases": [
    {
      "phase": 1,
      "title": "Foundation & Assessment",
      "duration": "3 months",
      "objectives": [
        "Complete renewable energy fundamentals",
        "Assess current technical gaps",
        "Establish learning baseline"
      ],
      "courses": [
        "RE-101: Renewable Energy Fundamentals",
        "SOLAR-102: PV Technology Basics"
      ]
    },
    {
      "phase": 2,
      "title": "Core Technical Development",
      "duration": "9 months",
      "objectives": [
        "Master solar system design",
        "Develop hands-on technical skills",
        "Gain industry certifications"
      ],
      "courses": [
        "SOLAR-201: PV System Design",
        "SOLAR-202: Electrical Integration",
        "CERT-301: Certified Solar Professional"
      ]
    },
    {
      "phase": 3,
      "title": "Advanced & Specialization",
      "duration": "12 months",
      "objectives": [
        "Lead design projects",
        "Develop specialized expertise",
        "Build professional network"
      ],
      "courses": [
        "SOLAR-301: Advanced System Optimization",
        "SOLAR-302: Grid Integration & Storage"
      ]
    }
  ],
  "skillGaps": [
    {
      "skill": "SCADA Systems",
      "priority": "high",
      "recommendedCourse": "SOLAR-202"
    },
    {
      "skill": "Energy Storage Integration",
      "priority": "medium",
      "recommendedCourse": "SOLAR-302"
    }
  ],
  "recommendedSpecializations": [
    "Solar Photovoltaic Systems",
    "Grid Integration & Storage",
    "Project Management"
  ],
  "milestones": [
    {
      "month": 6,
      "milestone": "Foundations Completion & First Certification",
      "deliverable": "Certified Solar Professional (CSP)"
    },
    {
      "month": 15,
      "milestone": "Design Project Completion",
      "deliverable": "Portfolio Case Study - 500kW Solar System"
    },
    {
      "month": 24,
      "milestone": "Specialization Certification",
      "deliverable": "Advanced Solar Systems Engineer Certification"
    }
  ],
  "resources": {
    "onlineCoursePlatforms": ["Coursera", "edX", "NREL Training"],
    "professionalOrganizations": ["ISES", "IEEE", "SEIA"],
    "communityGroups": ["Local Solar Council", "Renewable Energy Meetup"]
  },
  "timestamp": "2024-01-15T10:30:45Z"
}

Endpoints

GET /

Health Check Endpoint

Verifies API availability and returns service status.

Method: GET Path: /

Parameters: None

Response:

  • 200 OK - Service is operational
  {
    "status": "ok",
    "service": "Renewable Energy Engineer Roadmap",
    "version": "1.0.0"
  }

POST /api/renewable-energy/roadmap

Generate Personalized Roadmap

Generates a customized renewable energy engineering career roadmap based on assessment data, experience level, current skills, and career goals.

Method: POST Path: /api/renewable-energy/roadmap

Request Body (Required):

ParameterTypeRequiredDescription
assessmentDataAssessmentDataYesComplete assessment including experience, skills, and goals
sessionIdstringYesUnique session identifier for tracking
userIdinteger \nullNoUser identifier for personalization and tracking
timestampstringYesISO 8601 timestamp of request

AssessmentData Object:

ParameterTypeRequiredDescription
experienceobjectNoProfessional experience details (yearsInEngineering, previousIndustry, rolesHeld)
skillsobjectNoCurrent technical and soft skills inventory
goalsobjectNoCareer objectives and specialization preferences
sessionIdstringYesUnique session identifier
timestampstringYesISO 8601 timestamp of assessment

Response (200 OK):

{
  "roadmapId": "string",
  "userId": "integer",
  "specialization": "string",
  "estimatedDuration": "string",
  "phases": [
    {
      "phase": "integer",
      "title": "string",
      "duration": "string",
      "objectives": ["string"],
      "courses": ["string"]
    }
  ],
  "skillGaps": [
    {
      "skill": "string",
      "priority": "high|medium|low",
      "recommendedCourse": "string"
    }
  ],
  "recommendedSpecializations": ["string"],
  "milestones": [
    {
      "month": "integer",
      "milestone": "string",
      "deliverable": "string"
    }
  ],
  "resources": {
    "onlineCoursePlatforms": ["string"],
    "professionalOrganizations": ["string"],
    "communityGroups": ["string"]
  },
  "timestamp": "string"
}

Error Response (422):

  • Validation Error - Invalid request parameters
  {
    "detail": [
      {
        "loc": ["body", "assessmentData"],
        "msg": "Field required",
        "type": "missing"
      }
    ]
  }

GET /api/renewable-energy/specializations

Get Available Specializations

Retrieves all available renewable energy specialization paths and concentrations.

Method: GET Path: /api/renewable-energy/specializations

Parameters: None

Response (200 OK):

{
  "specializations": [
    {
      "id": "spec_001",
      "name": "Solar Photovoltaic Systems",
      "description": "Design and deployment of PV systems",
      "duration": "18-24 months",
      "skillLevel": "intermediate"
    },
    {
      "id": "spec_002",
      "name": "Wind Energy Engineering",
      "description": "Wind turbine design and site assessment",
      "duration": "24-30 months",
      "skillLevel": "advanced"
    },
    {
      "id": "spec_003",
      "name": "Hydroelectric Systems",
      "description": "Hydro power generation and dam engineering",
      "duration": "24-36 months",
      "skillLevel": "advanced"
    },
    {
      "id": "spec_004",
      "name": "Grid Integration & Storage",
      "description": "Energy storage and grid modernization",
      "duration": "12-18 months",
      "skillLevel": "intermediate"
    }
  ],
  "timestamp": "2024-01-15T10:30:00Z"
}

GET /api/renewable-energy/learning-paths

Get All Learning Paths

Retrieves comprehensive learning pathways across renewable energy disciplines and career stages.

Method: GET Path: /api/renewable-energy/learning-paths

Parameters: None

Response (200 OK):

{
  "learningPaths": [
    {
      "pathId": "lp_001",
      "title": "Beginner Solar PV Track",
      "targetAudience": "Career changers, recent graduates",
      "durationWeeks": 52,
      "modules": [
        {
          "moduleId": "mod_001",
          "title": "Solar Fundamentals",
          "hours": 40,
          "sequence": 1
        },
        {
          "moduleId": "mod_002",
          "title": "System Design Basics",
          "hours": 60,
          "sequence": 2
        }
      ]
    },
    {
      "pathId": "lp_002",
      "title": "Advanced Wind Energy Track",
      "targetAudience": "Experienced engineers",
      "durationWeeks": 78,
      "modules": [
        {
          "moduleId": "mod_003",
          "title": "Turbine Engineering",
          "hours": 80,
          "sequence": 1
        }
      ]
    }
  ],
  "totalPaths": "integer",
  "timestamp": "2024-01-15T10:30:00Z"
}

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/renewable-energy
  • API Docs: https://api.mkkpro.com:8180/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.3%
按下载量换算1,028

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills