fortimanager-ops

fortimanager-ops is a skill for Claude Code from automateyournetwork/netclaw. It costs 66 tokens per session (1,622 once invoked), scanned A, original, Apache-2.0.

A tool for reviewing and managing FortiGate firewall policies through FortiManager, the central system that stores intended configurations for Fortinet devices. It covers administrative domains, policy packages, object resolution, revisions, installation previews, and gated installs.

In plain words
What is it for?
Use it to inspect policy packages, resolve referenced objects, review revision history, preview package installations, and install approved FortiGate policy changes.
Why use it?
It separates what the network is supposed to do from what an individual firewall is currently doing. This helps review changes and plan installations with rollback information before affecting devices.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: built for openclaw.

Good fit Use it to inspect policy packages, resolve referenced objects, review revision history, preview package installations, and install approved FortiGate policy changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/fortimanager-ops
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add automateyournetwork/netclaw --skill fortimanager-ops
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fortimanager-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/fortimanager-ops/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/fortimanager-ops)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/fortimanager-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/fortimanager-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fortimanager-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/fortimanager-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/fortimanager-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,622 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.01622
Opus 5 $0.00033 $0.00811
Sonnet 5 $0.00013 $0.00324
Haiku 4.5 $0.00007 $0.00162

Measured 7d ago against content hash 102a03539c7f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

fortimanager-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workspace/skills/fortimanager-ops/SKILL.md · 127 lines

How it starts

The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.

FortiManager Operations — the manager plane

MCP Server

  • Server: fortinet-mcp (NetClaw-authored, spec 080 / roadmap R3)
  • Command: $FORTINET_MCP_CMD
  • Transport: stdio
  • Requires: FORTIMANAGER_HOST, FORTIMANAGER_API_TOKEN
  • Mode: read-only by default; installs require two gates (below)

v2.0.0: this skill previously declared FORTIMANAGER_MCP_CMD pointing at jmpijll/fortimanager-mcp, which was never vendored, never registered and not installable — the skill was a claim with no server behind it. It is now backed by fortinet-mcp, and the command variable changed to FORTINET_MCP_CMD because one server serves all three Fortinet planes.

The distinction this skill exists to protect

FortiManager holds INTENT. It does not know what a device is actually doing.

Question Plane Skill
"What policy is supposed to apply here?" manager this skill
"What is the box actually running? Is the tunnel up?" device fortigate-ops
"Has anything ever matched this rule?" analyzer fortianalyzer-ops
"Run a raw FortiOS CLI command" CLI multivendor-raw-cli (spec 076)

A policy package and a FortiGate's running config legitimately diverge between installs. That gap is where drift, unauthorised change and failed installs live — use fgt_compare_with_manager to surface it rather than assuming they agree.

Tools (8 read-only + 2 write)

Tool What it answers
fmg_list_adoms Which ADOMs exist. The ADOM scopes everything else
fmg_list_devices Managed FortiGates, connection and sync status
fmg_list_policy_packages Packages in an ADOM and their install targets
fmg_get_policy_package Ordered rules: position, action, enabled state
fmg_search_rules Rules matching a source, destination, service or object
fmg_resolve_object Object/group → members, resolved recursively
fmg_get_revisions Revision history — rollback context
fmg_preview_install What an install would change. No gate required
fmg_check_change_record Is a ServiceNow CR approved? Read-only
fmg_install_package Production change. Two gates, see below

Read the full file on GitHub · 127 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 127 lines · 66 tokens per session scan A 102a03539c7f

Subscribe to this mod's changes

fortimanager-ops is a skill published in the GitHub repository automateyournetwork/netclaw (652 stars, last pushed 4d ago), licensed Apache-2.0. It adds 66 tokens to every session and 1,622 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

people-ops

Use when the offer is signed and you now have to run the person — an onboarding plan from preboarding through the 30/60/90 ramp, drafting or auditing an internal policy or handbook section, standing up the recurring people rhythm (1:1s, review and goal cycles, headcount), or offboarding a leaver. NOT sourcing…

ericrisco/rsc-harness · 87 tokens

sd-onprem-proxmox-deploy

Deploy and validate Juniper Security Director On-Prem 25/26 as a Proxmox VE KVM guest. Use when planning, installing, rebuilding, validating network connectivity or first-boot seed data, and onboarding SRX/Junos devices. Not for Junos Space Security Director or Security Director Cloud.

fastrevmd-lab/fwskillsshare · 71 tokens

parsing-fortinet-configs

Parse FortiGate and FortiOS full-configuration or backup exports into the shared firewall schema. Use when input contains config/edit/set/next/end blocks, VDOM, firewall policy or address, srcintf, dstintf, UTM profiles, or VIPs, including audit, conversion, diff, summary, and explanation tasks.

fastrevmd-lab/fwskillsshare · 77 tokens

parsing-srx-configs

Parse Juniper SRX and Junos display-set or hierarchical configurations into the shared firewall schema. Use when input contains set security, zones, policies, address-book, from-zone, to-zone, NAT rule-set, chassis cluster, logical-systems, or routing-instances, including audit, conversion, diff, summary, and…

fastrevmd-lab/fwskillsshare · 75 tokens

srx-autovpn-full-tunnel

Design, configure, audit, and troubleshoot Juniper SRX AutoVPN full-tunnel hub backhaul. Use when handling group-ike-id gateways, traffic selectors, ARI, shared st0, anti-recursion routes, source NAT, VPN hairpinning, NAT-T, or Junos 24.4R1+ PSK and 0.0.0.0/0 commit errors. Use ADVPN for direct spoke shortcuts.

fastrevmd-lab/fwskillsshare · 99 tokens

srx-mnha

Design, configure, audit, and troubleshoot Juniper SRX Multi-Node High Availability. Use when handling routed, default-gateway, or hybrid modes, chassis-cluster migration, SRGs, ICL or ICD, session sync, BGP or BFD failover, VIPs, IPsec, NAT, proxy ARP, routing instances, or DHCP. Use focused SRX skills for non-MNHA…

fastrevmd-lab/fwskillsshare · 91 tokens