Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Robotics Programmer

v1.0.0

Professional career roadmap platform for robotics and automation engineering with personalized learning paths and specialization guidance.

0· 94·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-robotics-programmer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Robotics Programmer" (krishnakumarmahadevan-cmd/toolweb-robotics-programmer) from ClawHub.
Skill page: https://clawhub.ai/krishnakumarmahadevan-cmd/toolweb-robotics-programmer
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-robotics-programmer

ClawHub CLI

Package manager switcher

npx clawhub@latest install toolweb-robotics-programmer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name and description match the SKILL.md and the included OpenAPI spec: both describe a roadmap API for robotics careers. The skill is instruction-only and makes no requests for credentials or local system access — which is plausible for a read-only roadmap service. However, the metadata lacks a clear source/homepage and the SKILL.md references an external platform (toolweb.in, RapidAPI) and pricing plans that typically require API keys; the skill does not declare any required credentials. This mismatch (no declared API key but references to a paid API) is unexpected and worth confirming.
Instruction Scope
The SKILL.md contains API endpoint definitions, request/response examples and usage for generating roadmaps. It does not instruct the agent to read local files, environment variables, or other system state, nor to exfiltrate unrelated data. The instructions are focused on the stated purpose and do not contain open-ended 'gather whatever context you need' directives.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to run. That minimizes on-disk risk — nothing will be automatically downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. That is reasonable for a purely local guidance tool, but inconsistent with the SKILL.md's external-service context and pricing (which commonly require API keys). If the agent or skill will call toolweb.in/RapidAPI endpoints, it likely needs credentials; the absence of declared env vars means either the service is public or the credential requirement was omitted. Confirm whether an API key/secret is needed before providing any credentials.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not indicate modifying other skills or system configuration. Autonomous invocation is allowed by platform defaults but is not combined here with broad privileges or credential access.
What to consider before installing
This skill appears to be what it says (an API description for a robotics career roadmap) and is low-risk as an instruction-only package, but the developer/source is not clearly identified and the documentation references paid plans and external portals that usually require API keys. Before using or installing: 1) Verify the publisher and a trustworthy homepage or source repository. 2) Confirm the service base URL and whether an API key (or RapidAPI credentials) are required — do not paste secrets into an unknown skill. 3) If you plan to let the agent call the external endpoints, test in a sandbox account or with dummy data first. 4) Check the service's privacy/terms to understand what user assessment data will be stored or shared. Additional information that would raise confidence: a public homepage or source repository, clear instructions for authentication (if required), and an explicit base URL for API calls.

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

latestvk975v3mwwvvy1v6b63njwb2a4583rksd
94downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Overview

The Robotics Programmer / Automation Developer Roadmap is a professional career development platform designed to guide engineers and developers through structured learning paths in robotics and automation engineering. Built for individuals at all experience levels, this platform generates personalized roadmaps based on current skills, experience, and career goals.

The platform provides comprehensive specialization paths, curated learning resources, and assessment-driven recommendations tailored to individual career trajectories. Whether you're transitioning into robotics engineering, advancing your automation skills, or specializing in a specific domain, this roadmap engine delivers actionable guidance grounded in industry best practices.

Ideal users include aspiring robotics engineers, automation developers, mechanical engineers transitioning to robotics, experienced professionals seeking specialization paths, and organizations planning technical talent development programs.

Usage

Generate a Personalized Robotics Roadmap

{
  "assessmentData": {
    "experience": [
      "5 years software development",
      "2 years embedded systems",
      "familiar with Python and C++"
    ],
    "skills": [
      "Python",
      "C++",
      "ROS basics",
      "Linux",
      "Git"
    ],
    "goals": [
      "Become a robotics systems architect",
      "Master ROS 2",
      "Lead autonomous systems projects"
    ],
    "sessionId": "sess_abc123xyz",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_abc123xyz",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z"
}

Response:

{
  "roadmapId": "roadmap_xyz789",
  "userId": 42,
  "sessionId": "sess_abc123xyz",
  "recommendedSpecializations": [
    "Autonomous Systems",
    "Robotics Systems Architecture",
    "ROS 2 Advanced Development"
  ],
  "learningPhases": [
    {
      "phase": 1,
      "title": "ROS 2 Fundamentals",
      "duration": "8 weeks",
      "modules": [
        "ROS 2 Architecture",
        "Node Communication",
        "Sensor Integration"
      ]
    },
    {
      "phase": 2,
      "title": "Autonomous Navigation",
      "duration": "12 weeks",
      "modules": [
        "Path Planning Algorithms",
        "SLAM Concepts",
        "Real-world Implementation"
      ]
    }
  ],
  "estimatedTimeToCompletion": "6-9 months",
  "nextMilestones": [
    "Complete ROS 2 certification",
    "Contribute to open-source robotics projects",
    "Build autonomous robot prototype"
  ],
  "generatedAt": "2024-01-15T10:30:15Z"
}

Endpoints

GET /

Health Check Endpoint

Performs a basic health check on the service.

Parameters: None

Response:

  • Status: 200 OK
  • Content: JSON object confirming service health

POST /api/robotics/roadmap

Generate Personalized Roadmap

Generates a customized robotics/automation career roadmap based on user assessment data, current experience, skills, and career goals.

Parameters:

NameTypeRequiredDescription
assessmentDataAssessmentData objectYesUser assessment containing experience, skills, goals, session ID, and timestamp
assessmentData.experienceArray of stringsNoList of previous experience areas and roles (default: empty)
assessmentData.skillsArray of stringsNoList of current technical skills (default: empty)
assessmentData.goalsArray of stringsNoList of career goals and aspirations (default: empty)
assessmentData.sessionIdStringYesUnique session identifier
assessmentData.timestampStringYesISO 8601 timestamp of assessment
sessionIdStringYesSession identifier matching assessment data
userIdInteger or nullNoOptional user identifier for tracking
timestampStringYesISO 8601 timestamp of roadmap request

Response:

  • Status: 200 OK
  • Content: Personalized roadmap with learning phases, specializations, milestones, and completion timeline
  • Status: 422 Validation Error
  • Content: Validation errors for malformed requests

GET /api/robotics/specializations

Retrieve Available Specializations

Returns all available specialization paths within robotics and automation engineering.

Parameters: None

Response:

  • Status: 200 OK
  • Content: JSON array of specialization paths including:
    • Specialization name and code
    • Description and focus areas
    • Prerequisites and recommended experience level
    • Career outcomes and salary insights
    • Related certifications

GET /api/robotics/learning-paths

Retrieve All Learning Paths

Fetches the complete catalog of available learning paths for robotics and automation development.

Parameters: None

Response:

  • Status: 200 OK
  • Content: JSON array of learning paths including:
    • Path identifier and title
    • Difficulty level and target audience
    • Course modules and duration estimates
    • Learning outcomes and skill acquisition
    • Prerequisites and recommended sequence

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...