Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

drone-engineer无人机工程师

Agent Skill

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

总安装

3,240

周安装

135

GitHub Stars

公开资料未说明

下载量

1,080
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install drone-engineer

简介

drone-engineer 提供无人机系统工程职业路线图,支持个性化学习路径生成。

  • 适合希望进入无人机领域的初学者或工程师。
  • 根据经验和技能定制发展建议,提升职业竞争力。
  • 安装前需确认权限范围、维护状态,以及是否会触发外部数据查询。
  • 建议结合个人背景核实推荐内容的适用性。drone-engineer 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Drone Engineer Roadmap
description
Professional entry-level drone and UAV systems engineering career roadmap platform that generates personalized learning paths based on experience and skills assessment.

Overview

The Drone Engineer Roadmap API is a specialized career development platform designed for individuals pursuing professional entry-level positions in drone and UAV systems engineering. This tool leverages assessment data including current experience, technical skills, and career goals to generate personalized, structured roadmaps that guide engineers through the competencies and milestones required for success in the rapidly growing unmanned aircraft systems industry.

The platform serves professionals transitioning into drone engineering, recent graduates, and self-taught engineers seeking validated pathways to industry employment. By analyzing individual assessments, the API delivers targeted recommendations that bridge knowledge gaps, prioritize skill development, and align learning objectives with current market demands in UAV systems design, operations, and maintenance.

Ideal users include career changers, engineering students, technical professionals entering the drone sector, and organizations developing internal talent pipelines for unmanned systems programs.

Usage

To generate a personalized drone engineering roadmap, submit an assessment containing your current experience level, technical skills inventory, and career objectives along with session metadata.

Sample Request:

{
  "assessmentData": {
    "experience": {
      "yearsInEngineering": 2,
      "droneExperience": "hobbyist",
      "previousRoles": ["embedded systems technician"]
    },
    "skills": {
      "technical": ["C++", "electronics", "PCB design"],
      "domain": ["RC aircraft", "basic aerodynamics"],
      "certifications": []
    },
    "goals": {
      "targetRole": "UAV Systems Engineer",
      "timelineMonths": 12,
      "industryFocus": "commercial delivery systems"
    },
    "sessionId": "sess_abc123xyz",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_abc123xyz",
  "userId": 12847,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response:

{
  "roadmapId": "rm_20240115_12847",
  "sessionId": "sess_abc123xyz",
  "userId": 12847,
  "totalPhases": 4,
  "estimatedMonths": 12,
  "phases": [
    {
      "phase": 1,
      "title": "UAV Fundamentals & Aerodynamics Mastery",
      "duration": "3 months",
      "keyTopics": [
        "Fixed-wing vs multirotor principles",
        "Flight dynamics and control surfaces",
        "Stability augmentation systems"
      ],
      "skills": ["aerodynamics", "flight mechanics", "control theory basics"],
      "milestones": [
        "Complete Part 107 Remote Pilot Certification",
        "Master flight controller firmware basics"
      ],
      "resources": ["FAA Part 107 course", "Ardupilot documentation"]
    },
    {
      "phase": 2,
      "title": "Systems Engineering & Architecture",
      "duration": "4 months",
      "keyTopics": [
        "Power distribution systems",
        "Sensor integration and calibration",
        "Communication protocols (MAVLink, CAN)"
      ],
      "skills": ["system integration", "hardware-software interfaces", "signal processing"],
      "milestones": [
        "Design custom sensor payload integration",
        "Implement autonomous mission planning"
      ],
      "resources": ["PX4 autopilot documentation", "embedded systems course"]
    },
    {
      "phase": 3,
      "title": "Commercial Systems & Regulations",
      "duration": "3 months",
      "keyTopics": [
        "Airworthiness standards (CS-UAS)",
        "Safety-critical system design",
        "Mission planning for commercial operations"
      ],
      "skills": ["regulatory compliance", "risk management", "production engineering"],
      "milestones": [
        "Study industry compliance documentation",
        "Participate in real commercial UAV project"
      ],
      "resources": ["EASA certification standards", "industry case studies"]
    },
    {
      "phase": 4,
      "title": "Specialization & Market Entry",
      "duration": "2 months",
      "keyTopics": [
        "Delivery system design optimization",
        "Production scalability considerations",
        "Job interview preparation"
      ],
      "skills": ["specialization in delivery systems", "portfolio development"],
      "milestones": [
        "Build portfolio project",
        "Network with industry professionals",
        "Begin job applications"
      ],
      "resources": ["industry conferences", "LinkedIn networking guide"]
    }
  ],
  "recommendedCertifications": [
    "FAA Part 107 Remote Pilot Certificate",
    "EASA A2 Certificate (EU)",
    "Professional Drone Pilot Certification"
  ],
  "nextSteps": [
    "Enroll in Phase 1 aerodynamics course",
    "Schedule Part 107 exam within 2 weeks",
    "Join drone engineering community forum"
  ],
  "generatedAt": "2024-01-15T10:35:22Z"
}

Endpoints

GET /

Description: Root endpoint for API validation.

Parameters: None

Response: Empty JSON object indicating service availability.


GET /health

Description: Health check endpoint for monitoring service status.

Parameters: None

Response: Service health status confirmation.


POST /api/drone/roadmap

Description: Generate a personalized drone engineering career roadmap based on individual assessment data.

Parameters:

NameTypeRequiredDescription
assessmentDataAssessmentData objectYesNested object containing experience, skills, goals, sessionId, and timestamp
assessmentData.experienceobjectOptionalCandidate's professional and technical experience background
assessmentData.skillsobjectOptionalInventory of current technical and domain-specific skills
assessmentData.goalsobjectOptionalCareer objectives, target roles, and timeline
assessmentData.sessionIdstringYesUnique session identifier for this assessment
assessmentData.timestampstringYesISO 8601 timestamp of assessment completion
sessionIdstringYesSession identifier matching assessmentData.sessionId
userIdinteger or nullOptionalUnique identifier for the user (null for anonymous)
timestampstringYesISO 8601 timestamp of the request

Response Shape:

FieldTypeDescription
roadmapIdstringUnique identifier for the generated roadmap
sessionIdstringSession identifier for tracking
userIdintegerUser identifier if provided
totalPhasesintegerNumber of career progression phases in roadmap
estimatedMonthsintegerEstimated timeline to complete roadmap
phasesarrayArray of phase objects, each containing phase number, title, duration, key topics, skills, milestones, and resources
recommendedCertificationsarrayList of industry certifications aligned with roadmap
nextStepsarrayImmediate action items to begin the roadmap
generatedAtstringISO 8601 timestamp of roadmap generation

Status Codes:

  • 200 - Roadmap successfully generated
  • 422 - Validation error in request body

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/drone-engineer
  • API Docs: https://api.mkkpro.com:8071/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.7%
按下载量换算904

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills