AI SummaryFortiManager Operations enables audit and management of Fortinet firewall estates through automated ADOM inventory, policy review, and compliance workflows. DevOps engineers and security teams managing FortiManager instances benefit from streamlined operational oversight.
Install
# Install skill into your project mkdir -p .cursor/skills/fortimanager-ops && curl --retry 3 --retry-delay 2 --retry-all-errors -o .cursor/skills/fortimanager-ops/SKILL.md "https://raw.githubusercontent.com/automateyournetwork/netclaw/main/workspace/skills/fortimanager-ops/SKILL.md"
Run in your IDE terminal (bash). On Windows, use Git Bash, WSL, or your IDE's built-in terminal. If curl fails with an SSL error, your network may block raw.githubusercontent.com — try using a VPN or download the files directly from the source repo.
Description
FortiManager operations — ADOM inventory, policy package review, object search, install preview, and compliance workflows
How to Call the MCP Tools
`bash python3 $MCP_CALL "$FORTIMANAGER_MCP_CMD" TOOL_NAME '{"param":"value"}' `
FortiManager Operations
Use this skill to audit and operate Fortinet firewall estates managed by FortiManager through the fortimanager-mcp backend. It covers ADOM inventory, policy package search, object hygiene, install-preview checks, and change validation.
MCP Server
• Source: jmpijll/fortimanager-mcp • Command: $FORTIMANAGER_MCP_CMD • Transport: stdio • Requires: FORTIMANAGER_HOST, FORTIMANAGER_API_TOKEN • Mode: read-only by default; install or policy writes require approved ServiceNow change control
Typical Tool Coverage
• ADOM and managed-device inventory • Policy package lookup and rule search • Address objects, services, and groups • Install preview and revision history • Policy package assignment and status
Quality Score
Good
85/100
Trust & Transparency
Open Source — Apache-2.0
Source code publicly auditable
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit 3d ago
239 stars — Growing Community
53 forks