Token导航 LogoToken导航TokenDH.com
运维操作浏览器clawhub未标认证来源可访问clear审计通过

network-engineer网络工程师

Agent Skill

network-engineer 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,459

周安装

223

GitHub Stars

公开资料未说明

下载量

1,748
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install network-engineer

简介

通过评估经验、技能和目标来生成个性化的网络工程职业路线图,以指导技能发展和认证规划。

SKILL.md

name: Network Engineer Roadmap description: Professional Network Engineering Career Roadmap Platform that generates personalized learning paths based on experience, skills assessment, and career goals.


# Overview

The Network Engineer Roadmap is a professional career development platform designed to help networking professionals chart their path to advancement. Built on security best practices and industry standards, this tool assesses your current expertise, identifies skill gaps, and generates a customized roadmap aligned with your career objectives.

This platform is ideal for network engineers at any stage—from junior technicians looking to establish foundational knowledge to experienced professionals pursuing specialization in areas like cloud networking, security infrastructure, or enterprise architecture. By combining assessment data with structured guidance, the roadmap accelerates career progression and ensures skill development remains relevant to industry demand.

The tool leverages a comprehensive evaluation framework encompassing hands-on experience, technical competencies, and career aspirations to produce actionable, personalized learning recommendations.

## Usage

**Sample Request:**

{ "sessionId": "sess_abc123xyz789", "userId": 42, "timestamp": "2025-03-15T10:30:00Z", "assessmentData": { "sessionId": "sess_abc123xyz789", "timestamp": "2025-03-15T10:30:00Z", "experience": { "yearsInRole": 5, "currentPosition": "Senior Network Administrator", "previousRoles": ["Network Technician", "IT Support Specialist"], "industriesFamiliarity": ["Finance", "Healthcare", "Retail"] }, "skills": { "routing": "Advanced", "switching": "Advanced", "cloudNetworking": "Intermediate", "networkSecurity": "Intermediate", "automation": "Beginner", "programmingLanguages": ["Python", "Bash"] }, "goals": { "shortTerm": "Master network automation and SDN", "longTerm": "Transition to Cloud Network Architect role", "targetTimeline": "18 months", "preferredSpecializations": ["Cloud Networking", "Network Security"] } } }


**Sample Response:**

{ "sessionId": "sess_abc123xyz789", "roadmapId": "roadmap_rm456def012", "profileSummary": { "currentLevel": "Senior Network Administrator", "assessmentScore": 78, "strengthAreas": ["Routing", "Switching", "Network Management"], "developmentAreas": ["Network Automation", "SDN", "Cloud Orchestration"] }, "recommendedPath": { "phases": [ { "phase": 1, "duration": "3 months", "title": "Network Automation Fundamentals", "focus": ["Python for Network Engineers", "Ansible Basics", "API Fundamentals"], "resources": [ "Cisco DevNet Associate certification prep", "Python scripting labs", "REST API practical exercises" ], "milestones": [ "Complete first Ansible playbook", "Write 3 Python network scripts" ] }, { "phase": 2, "duration": "6 months", "title": "Software-Defined Networking (SDN)", "focus": ["OpenFlow protocol", "Controller platforms", "Network virtualization"], "resources": [ "ONF SDN certification", "Mininet simulation labs", "Production SDN case studies" ], "milestones": [ "Deploy test SDN environment", "Implement OpenFlow policies" ] }, { "phase": 3, "duration": "9 months", "title": "Cloud Network Architecture", "focus": ["AWS/Azure networking", "Hybrid cloud design", "Multi-cloud strategy"], "resources": [ "AWS Solutions Architect Professional", "Azure Administrator certification", "Cloud networking design patterns" ], "milestones": [ "Design hybrid cloud network", "Implement cross-cloud connectivity" ] } ], "estimatedTimeToGoal": "18 months", "certificationPath": [ "Cisco DevNet Associate", "ONF Certified SDN Associate", "AWS Certified Solutions Architect - Professional", "Azure Administrator Certified" ] }, "actionItems": [ { "priority": "High", "action": "Enroll in Python for Network Engineers course", "dueDate": "2025-04-15", "estimatedHours": 40 }, { "priority": "High", "action": "Set up Ansible lab environment in homelab", "dueDate": "2025-04-30", "estimatedHours": 20 }, { "priority": "Medium", "action": "Begin AWS networking fundamentals", "dueDate": "2025-06-01", "estimatedHours": 60 } ], "generatedAt": "2025-03-15T10:31:42Z" }


## Endpoints

### Health Check
- **Method:** `GET`
- **Path:** `/health`
- **Description:** Verifies that the Network Engineer Roadmap service is operational and responsive.
- **Parameters:** None
- **Response:** JSON object confirming service health status.

### Network Roadmap Generation
- **Method:** `POST`
- **Path:** `/api/network/roadmap`
- **Description:** Generates a personalized network engineering career roadmap based on comprehensive assessment data including experience, skills inventory, and professional goals.
- **Parameters:**
  - `assessmentData` (object, required): Contains detailed professional profile information
    - `experience` (object, optional): Professional background including years in role, current position, previous roles, and industry familiarity
    - `skills` (object, optional): Technical competencies with proficiency levels
    - `goals` (object, optional): Short-term and long-term career aspirations
    - `sessionId` (string, required): Unique identifier for the assessment session
    - `timestamp` (string, required): ISO 8601 formatted timestamp of assessment
  - `sessionId` (string, required): Unique identifier linking request to assessment session
  - `userId` (integer, optional): User identifier for tracking and personalization
  - `timestamp` (string, required): ISO 8601 formatted timestamp of request submission
- **Response:** Comprehensive roadmap object containing:
  - Profile summary with assessment scores and strength/development areas
  - Multi-phase learning path with duration, focus areas, and resources
  - Recommended certification trajectory
  - Prioritized action items with timelines and effort estimates
  - Estimated time to goal achievement

### CORS Preflight
- **Method:** `OPTIONS`
- **Path:** `/api/network/roadmap`
- **Description:** Handles Cross-Origin Resource Sharing (CORS) preflight requests for browser-based clients.
- **Parameters:** None
- **Response:** CORS headers confirming allowed methods and origins.

## Pricing

| Plan | Calls/Day | Calls/Month | Price |
|------|-----------|-------------|-------|
| Free | 5 | 50 | Free |
| Developer | 20 | 500 | $39/mo |
| Professional | 200 | 5,000 | $99/mo |
| Enterprise | 100,000 | 1,000,000 | $299/mo |

## About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

- [toolweb.in](https://toolweb.in)
- [portal.toolweb.in](https://portal.toolweb.in)
- [hub.toolweb.in](https://hub.toolweb.in)
- [toolweb.in/openclaw/](https://toolweb.in/openclaw/)
- [rapidapi.com/user/mkrishna477](https://rapidapi.com/user/mkrishna477)
- [youtube.com/@toolweb-009](https://youtube.com/@toolweb-009)

## References

- **Kong Route:** https://api.mkkpro.com/career/network-engineer
- **API Docs:** https://api.mkkpro.com:8047/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.99%
按下载量换算1,398

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills