Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

enspensp 效率

Agent Skill

ensp 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,357

周安装

178

GitHub Stars

公开资料未说明

下载量

1,410
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install ensp

简介

ensp 用于生成或设计 eNSP 企业网络模拟平台的拓扑图,响应相关绘图需求。

  • 适用于网络架构设计、教学演示或技术方案可视化等效率优化类任务。
  • 当用户提出创建 eNSP 相关图形时自动激活,输出符合规范的拓扑结构描述。
  • 安装命令为 openclaw skills install ensp,需确认是否允许生成外部图形资源。
  • 注意输出格式是否符合预期,避免因平台差异导致拓扑图无法直接使用。

SKILL.md

name
ensp
license
MIT
version
1.1
description
Always use when user asks to create, generate, or design a network topology diagram for eNSP (Enterprise Network Simulation Platform), or mentions creating eNSP topologies, network simulations with Huawei devices (AR routers, S5700 switches, PC, Cloud, etc.).

eNSP Topology Skill

Generate eNSP (Enterprise Network Simulation Platform) topology files as native .topo files that can be opened directly in eNSP.

How to create a topology

  1. Parse user's request to identify:

- Network devices (routers, switches, PCs, Cloud, etc.) - Connections between devices - Optional: text labels, area boxes

  1. Generate UUIDs for each device using a valid UUID v4 format
  1. Calculate layout coordinates for devices using auto-layout algorithm
  1. Build the .topo XML following the format in references/topo-reference.md
  1. Write the file to current directory using Write tool
  1. Open the result - print the file path so user can open it in eNSP

Output format

Always output a .topo file. The user will open it in eNSP for simulation.

Example filenames:

  • simple-network.topo
  • ospf-topology.topo
  • campus-network.topo

Device types supported

Routers

ModelDescriptionInterface Config
AR201RouterEthernet x8 + Ethernet x1
AR1220Router2GE + 8Ethernet
AR2220RouterGE x1 + GE x2 + Serial x2
AR2240RouterGE x1 + GE x2
AR3260RouterGE x1 + GE x2
RouterGeneric RouterEthernet x2 + GE x4 + Serial x4
NE40EEnterprise Router10x Ethernet (slot format)
NE5000ECore Router10x Ethernet (slot format)
NE9000Core Router10x Ethernet (slot format)
R250DRouterGE x1

Switches

ModelDescriptionInterface Config
S3700SwitchEthernet x22 + GE x2
S5700Switch24GE
CE6800Data Center Switch20x GE (slot format)
CE12800Data Center Switch10x GE (slot format)
CXSwitch10x Ethernet (slot format)

Firewalls

ModelDescriptionInterface Config
USG5500FirewallGE x9
USG6000VFirewallGE x1 (slot0) + GE x7 (slot1)

Wireless

ModelDescriptionInterface Config
AC6005Wireless AC8GE
AC6605Wireless AC24GE
AP2050Wireless AP5GE
AP3030Wireless AP1GE
AP4030Wireless AP2GE
AP4050Wireless AP2GE
AP5030Wireless AP2GE
AP6050Wireless AP2GE
AP7030Wireless AP2GE
AP7050Wireless AP2GE
AP8030Wireless AP3GE
AP8130Wireless AP3GE
AP9131Wireless AP2GE
AD9430LTE Module28GE
STAWireless StationWireless
CellphoneMobile DeviceWireless

Endpoints

ModelDescriptionInterface Config
PCPC1GE
LaptopLaptop1GE
ServerServer1Ethernet
ClientClient1Ethernet
MCSMulticast Server1Ethernet
CloudCloud/BNIEthernet interfaces
FRSWFrame Relay SwitchSerial x16
HUBEthernet HUBEthernet x16

Connection types

TypeDescription
CopperEthernet cable
SerialSerial cable
AutoAuto-detect

Layout algorithm

Use a simple grid-based auto-layout:

Grid spacing: 200px horizontal, 150px vertical
Device size: ~80x60px
Start position: (100, 100)

For each row:
  - Place devices horizontally with 200px gap
  - Move to next row when reaching canvas width (~1200px)

Adjust positions based on device types and connections to create logical groupings.

Adding text labels (txttips)

Common labels for network diagrams:

  • Loopback addresses: Loopback0:10.0.1.1/24
  • Network segments: 10.0.12.0/24
  • Area labels: Area0, Area1, AS 64512
  • Device roles: Core Layer, Access Layer

Adding area boxes (shapes)

Use type="1" shapes with appropriate colors to group devices:

  • Same area devices in one rectangle
  • Different colors for different areas/zones

File naming

  • Use lowercase with hyphens
  • Descriptive name based on topology purpose
  • End with .topo extension

Opening the result

After writing the file, print the absolute path:

Topology saved to: C:\path\	o\	opology.topo
Please open this file in eNSP to view and simulate.

XML format reference

Consult references/topo-reference.md for complete XML structure including:

  • Device XML format with slots and interfaces
  • Line XML format with interfacePair details
  • Shape XML format for area boxes
  • Txttip XML format for text annotations

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

81.23%
按下载量换算1,145

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills