Skill flagged — suspicious patterns detected

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

System Administrator

v1.0.0

Professional System Administration Career Roadmap Platform that generates personalized career development paths based on skills assessment and experience level.

0· 115·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/system-administrator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "System Administrator" (krishnakumarmahadevan-cmd/system-administrator) from ClawHub.
Skill page: https://clawhub.ai/krishnakumarmahadevan-cmd/system-administrator
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 system-administrator

ClawHub CLI

Package manager switcher

npx clawhub@latest install system-administrator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name, description, SKILL.md and openapi.json consistently describe a career-roadmap API that accepts assessment data and returns a roadmap. There are no unexpected binaries, credentials, or install steps that conflict with the stated purpose.
Instruction Scope
SKILL.md provides sample requests, responses, and an OpenAPI schema for POST /api/sysadmin/roadmap but does not specify a server/base URL, authentication method, or concrete runtime instructions on where to send requests. It does not instruct the agent to read local files or environment variables. The lack of a host makes the runtime behavior ambiguous: the agent would need a destination to call, which is not provided.
Install Mechanism
No install spec and no code files beyond documentation; this is instruction-only, so nothing is written to disk or downloaded. Low install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. This is proportionate for a read-only API description. However, because the target endpoint is unspecified, it's unclear whether later configuration (not declared here) would request credentials.
Persistence & Privilege
always:false and no persistence instructions. The skill does not request permanent presence or attempt to modify other skills or system settings.
What to consider before installing
This skill appears to be documentation for an API that generates career roadmaps and does not itself include code or request credentials—so on its face it is low-risk. However: 1) The package has no homepage and the source is unknown—confirm the author/owner identity before trusting it. 2) The OpenAPI file contains no servers/base URL or authentication spec, so you should ask where requests would be sent and what data would be stored or logged; do not send real PII, company secrets, or production identifiers until you know the endpoint and privacy/retention practices. 3) If you plan to enable the agent to call this API, require a fully qualified HTTPS server URL and explicit auth (API key/OAuth) and verify TLS, endpoint ownership, and a privacy policy. 4) Test with synthetic or anonymized data first. If the publisher provides a trustworthy domain, documentation, and clear auth/retention terms, the skill is reasonable to use; otherwise proceed cautiously or decline.

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

latestvk970bz0x7zmqqy10570z8s7jvs83epjr
115downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Overview

The System Administrator Roadmap is a career development platform designed to help IT professionals plan and advance their system administration careers. This API generates customized roadmaps based on individual skill assessments, experience levels, and specialization interests.

The platform analyzes technical competencies, hands-on experience, and career specialization preferences to deliver structured, actionable guidance for professional growth. It supports career planning at all levels—from junior administrators to senior infrastructure architects—enabling individuals to identify skill gaps and prioritize learning objectives.

System administrators, IT managers, and organizations seeking to develop their technical talent can leverage this platform to create data-driven career development strategies that align with industry standards and market demands.

Usage

Sample Request

{
  "assessmentData": {
    "experience": {
      "years": 5,
      "currentRole": "Senior System Administrator",
      "previousRoles": ["Junior SysAdmin", "Support Engineer"]
    },
    "technical": {
      "networking": 8,
      "virtualization": 7,
      "cloudPlatforms": 6,
      "security": 7,
      "automation": 5
    },
    "specialization": {
      "cloud": true,
      "security": true,
      "automation": false
    },
    "sessionId": "sess_abc123xyz789",
    "timestamp": "2025-01-15T10:30:00Z"
  },
  "sessionId": "sess_abc123xyz789",
  "userId": 42,
  "timestamp": "2025-01-15T10:30:00Z"
}

Sample Response

{
  "roadmapId": "roadmap_12345",
  "userId": 42,
  "sessionId": "sess_abc123xyz789",
  "generatedAt": "2025-01-15T10:30:15Z",
  "careerLevel": "Senior",
  "recommendedPath": "Cloud Infrastructure Architect",
  "phases": [
    {
      "phase": 1,
      "duration": "6 months",
      "title": "Cloud Security Specialization",
      "objectives": [
        "Master cloud-native security frameworks",
        "Obtain AWS or Azure security certification",
        "Lead security architecture reviews"
      ],
      "skills": ["IAM", "Network Security", "Compliance", "Encryption"]
    },
    {
      "phase": 2,
      "duration": "6 months",
      "title": "Infrastructure Automation at Scale",
      "objectives": [
        "Develop advanced Terraform skills",
        "Implement CI/CD pipelines",
        "Automate multi-cloud deployments"
      ],
      "skills": ["Terraform", "Ansible", "CI/CD", "GitOps"]
    },
    {
      "phase": 3,
      "duration": "3 months",
      "title": "Leadership & Architecture",
      "objectives": [
        "Design enterprise infrastructure solutions",
        "Mentor junior administrators",
        "Present architectural proposals"
      ],
      "skills": ["Solution Architecture", "Leadership", "Strategic Planning"]
    }
  ],
  "skillGaps": [
    {
      "skill": "Infrastructure as Code",
      "currentLevel": 5,
      "targetLevel": 9,
      "priority": "high"
    },
    {
      "skill": "Container Orchestration",
      "currentLevel": 4,
      "targetLevel": 8,
      "priority": "high"
    }
  ],
  "certificationPath": [
    "AWS Solutions Architect Professional",
    "HashiCorp Certified: Terraform Associate",
    "Certified Kubernetes Administrator (CKA)"
  ],
  "estimatedTimeToGoal": "15 months"
}

Endpoints

GET /

Summary: Root endpoint health check

Method: GET

Path: /

Description: Returns API status and basic information.

Parameters: None

Response:

  • Status: 200 OK
  • Content-Type: application/json
  • Schema: Empty object {}

POST /api/sysadmin/roadmap

Summary: Generate personalized system administrator career roadmap

Method: POST

Path: /api/sysadmin/roadmap

Description: Generates a customized career development roadmap based on provided assessment data including technical skills, experience level, and specialization preferences.

Request Body:

ParameterTypeRequiredDescription
assessmentDataAssessmentDataYesComplete skills and experience assessment data
assessmentData.experienceobjectOptionalExperience history and background details
assessmentData.technicalobjectOptionalTechnical skill ratings and competencies
assessmentData.specializationobjectOptionalCareer specialization preferences and interests
assessmentData.sessionIdstringYesUnique session identifier for tracking
assessmentData.timestampstringYesISO 8601 timestamp of assessment creation
sessionIdstringYesSession ID matching assessmentData.sessionId
userIdinteger | nullOptionalNumeric user identifier (nullable)
timestampstringYesISO 8601 timestamp of request submission

Response:

  • Status: 200 OK
  • Content-Type: application/json
  • Schema: Roadmap object containing:
    • roadmapId: Unique identifier for the generated roadmap
    • userId: Associated user identifier
    • sessionId: Associated session identifier
    • generatedAt: Timestamp of roadmap generation
    • careerLevel: Assessed career level (Junior, Mid, Senior, Lead, Architect)
    • recommendedPath: Primary career trajectory recommendation
    • phases: Array of phase objects with objectives, skills, and duration
    • skillGaps: Array of identified skill gaps with priority levels
    • certificationPath: Recommended industry certifications
    • estimatedTimeToGoal: Projected timeline for career advancement

Error Responses:

  • Status: 422 Unprocessable Entity
  • Content-Type: application/json
  • Schema: HTTPValidationError
    • Returns validation error details with location, message, and error type for invalid requests

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