Renewable Energy

v1.0.0

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

0· 106·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for krishnakumarmahadevan-cmd/toolweb-renewable-energy.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Renewable Energy" (krishnakumarmahadevan-cmd/toolweb-renewable-energy) from ClawHub.
Skill page: https://clawhub.ai/krishnakumarmahadevan-cmd/toolweb-renewable-energy
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install toolweb-renewable-energy

ClawHub CLI

Package manager switcher

npx clawhub@latest install toolweb-renewable-energy
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md content, and openapi.json all describe a career-roadmap generation API and example inputs/responses. There are no extra environment variables, binaries, or config paths requested that would be unnecessary for this purpose.
Instruction Scope
SKILL.md provides API endpoint descriptions, example request/response payloads, and schema details. It does not instruct the agent to read local files, probe system state, access unrelated environment variables, or transmit data to unexpected external endpoints.
Install Mechanism
No install spec and no code files that would be written to disk — the skill is instruction-only, which minimizes install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The data fields in the request are typical for a personalization API and do not imply access to unrelated secrets.
Persistence & Privilege
always:false and no requests to modify other skills or system configuration. The skill can be invoked autonomously by the agent (platform default) but that is not combined with broad privileges or credential access.
Assessment
This skill is internally consistent and low-risk from the manifest alone, but note the source is unknown and there is no homepage or repo to review. Before installing, consider: (1) where roadmap request data will be sent/hosted and whether that destination has a privacy policy; (2) avoid sending sensitive PII or credentials in assessmentData; (3) if you prefer, restrict autonomous invocation or require explicit user approval when the agent calls external skills; and (4) prefer skills with visible source code or a trusted publisher for stronger assurance.

Like a lobster shell, security has layers — review code before you run it.

latestvk977cc2wmhbmh4wf9444wgkr65842tkh
106downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

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

Comments

Loading comments...