用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/enuno/unifi-mcp-server --skill source-command-unifi-mcp-update-docs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Manage UniFi network infrastructure via the UniFi MCP Server. Use this skill for any task involving UniFi devices, clients, networks, VLANs, WiFi, firewall rules, zone-based firewall, VPNs, traffic monitoring, backups, RADIUS, QoS, DPI, port forwarding, ACLs, DHCP, DNS, or site management. Triggers when the user mentions UniFi, Ubiquiti, network clients, APs, switches, gateways, firewall policies, or traffic flows in a network management context.
Use when creating or modifying Model Context Protocol (MCP) servers with FastMCP framework - guides through tools, resources, prompts, authentication, Codex Desktop integration, and production deployment with Python and TypeScript examples
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
基于 SOC 职业分类
正在显示 SKILL.md
| name | source-command-unifi-mcp-update-docs |
| description | Auto-generate and update API.md documentation from tool docstrings |
Use this skill when the user asks to run the migrated source command unifi-mcp-update-docs.
Automatically generate and update API.md documentation from tool docstrings and code.
This command scans all MCP tools and resources, extracts documentation from code, and updates API.md to ensure it stays in sync with the implementation.
Steps to execute:
Discover all MCP tools:
src/tools/ directory for all tool modulesDiscover all MCP resources:
src/resources/ directory for resource handlersCategorize tools by functionality:
Read current API.md to preserve:
Generate updated documentation:
Table of contents with all categories
Tool documentation for each category:
### tool_name
**Description:** Brief description
**Parameters:**
- `param1` (type): Description
- `param2` (type, optional): Description
**Returns:** Return value description
**Example:**
```json
{
"tool": "tool_name",
"arguments": {
"param1": "value1"
}
}
Update API.md:
Validate documentation:
Report back with:
Example output:
Documentation Update Complete!
Tools Documented: 40
Resources Documented: 4
Changes:
✓ Added documentation for 2 new tools:
- create_traffic_flow_rule
- update_zbf_matrix
✓ Updated 5 tool descriptions
✓ Removed 1 deprecated tool: old_firewall_rule
⚠ Warning: 3 tools missing example usage:
- get_device_stats
- list_dpi_restrictions
- create_port_forward
Categories:
- Site Management: 3 tools
- Device Operations: 6 tools
- Client Management: 5 tools
- Network Configuration: 4 tools
- WiFi/WLAN: 4 tools
- Firewall & Security: 8 tools
- Zone-Based Firewall: 5 tools
- Traffic Flows: 3 tools
- Other: 2 tools
API.md updated successfully!
Last updated: 2025-01-15
Safety checks: