firewall-config-conversion

firewall-config-conversion is a skill for Codex from fastrevmd-lab/fwskillsshare. It costs 77 tokens per session (2,039 once invoked), scanned A, original, MIT.

A configuration conversion tool for moving firewall settings between Cisco ASA/FTD, FortiGate, Palo Alto PAN-OS, and Juniper SRX. It produces the target vendor’s command-line configuration and a report showing which parts converted cleanly.

In plain words
What is it for?
Use it when migrating a firewall or next-generation firewall to another vendor after first parsing the original configuration. It helps convert policies, objects, zones, routes, VPN tunnels, NAT rules, and related system settings.
Why use it?
It reduces the manual work and missed details involved in moving firewall rules, network objects, NAT, routing, VPN, or high-availability settings between vendors. It also identifies translations that need manual review; the result is not ready to deploy directly.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: names the AskUserQuestion tool; mentions Codex.

Good fit Use it when migrating a firewall or next-generation firewall to another vendor after first parsing the original configuration. It helps convert policies, objects, zones, routes, VPN tunnels, NAT rules, and related system settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fastrevmd-lab/fwskillsshare/firewall-config-conversion
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 fastrevmd-lab/fwskillsshare --skill firewall-config-conversion
Clone the repo
git clone --depth 1 https://github.com/fastrevmd-lab/fwskillsshare

Made for: Codex.

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 firewall-config-conversion

README.md
[![agentmods](https://agentmods.dev/badge/skills/fastrevmd-lab/fwskillsshare/firewall-config-conversion/github.svg)](https://agentmods.dev/skills/fastrevmd-lab/fwskillsshare/firewall-config-conversion)
Your own site
<a href="https://agentmods.dev/skills/fastrevmd-lab/fwskillsshare/firewall-config-conversion"><img src="https://agentmods.dev/badge/skills/fastrevmd-lab/fwskillsshare/firewall-config-conversion/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 firewall-config-conversion

Your own site · 80×15
<a href="https://agentmods.dev/skills/fastrevmd-lab/fwskillsshare/firewall-config-conversion"><img src="https://agentmods.dev/badge/skills/fastrevmd-lab/fwskillsshare/firewall-config-conversion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,039 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.
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.00077 $0.02039
Opus 5 $0.00039 $0.01019
Sonnet 5 $0.00015 $0.00408
Haiku 4.5 $0.00008 $0.00204

Measured 9d ago against content hash 4b245c1448dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

firewall-config-conversion 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 9d 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.

skills/firewall-config-conversion/SKILL.md · 117 lines

How it starts

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

Firewall Config Conversion

Overview

Use this skill to convert a firewall or NGFW configuration from one vendor to another by pivoting through the parsing-* intermediate JSON schema. Any source vendor that has a parser (Cisco ASA/FTD, FortiGate, Palo Alto PAN-OS, Juniper SRX) can be converted to any of the four supported targets, because every conversion reads the same normalized schema — address_objects, address_groups, service_objects, service_groups, security_policies, nat_rules, zones, interfaces, static_routes / virtual_routers / routing, vpn_tunnels, ha_config, and system (abbreviated — see the canonical intermediate-schema.md in the parsing-srx-configs skill for the full top-level structure) — and re-emits it in the target's native CLI. This schema-pivot design means there is one emitter per target rather than one translator per source/target pair.

The output is always two parts: the target vendor's native configuration, followed by a per-section fidelity report. The config carries inline # CAVEAT: comments wherever a translation is lossy or approximate, and the fidelity report classifies each schema section as converted, converted-with-caveats, or manual-not-converted, then lists the manual follow-up items that a human must complete on the target device.

This skill produces a migration draft, never a production-ready config. Vendor security models differ enough — zones versus security-levels, App-ID versus port-based services, routing-instances versus contexts or vsys — that no automated conversion is safe to commit unreviewed. Secrets are never emitted: VPN pre-shared keys, certificates, and admin passwords are always replaced with placeholders and flagged as manual items, so the draft can be shared and reviewed without leaking credentials.

Scope and routing

Convert only normalized parser output and only to vendors with an emitter in references/; never improvise unsupported target syntax. Route audits to firewall-best-practices-audit and comparisons to firewall-config-diff.

Read the full file on GitHub · 117 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 117 lines · 77 tokens per session scan A 4b245c1448dc

Subscribe to this mod's changes

firewall-config-conversion is a skill published in the GitHub repository fastrevmd-lab/fwskillsshare (8 stars, last pushed 12d ago), licensed MIT. It adds 77 tokens to every session and 2,039 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

fmc-firewall-ops

Cisco Secure Firewall FMC — access policy search, rule inspection, FTD device targeting, multi-FMC profile management. Use when searching firewall rules by IP or FQDN, checking if host A can reach host B through the firewall, auditing FMC access policies, or reviewing SGT-based segmentation rules.

automateyournetwork/netclaw · 67 tokens

fortianalyzer-ops

FortiAnalyzer log operations — policy-filtered traffic log query within a bounded time window, offset pagination, per-policy activity checks, and logging-device inventory. Use when asking whether traffic actually matched a firewall rule, investigating what hit a policy, or determining whether a rule is genuinely…

automateyournetwork/netclaw · 63 tokens

fortigate-ops

FortiGate device operations — system status, interfaces, routing, IPsec VPN tunnel state with phase 1 and phase 2 reported separately, HA member identification, per-VDOM scoping, and manager-vs-device drift detection. Use when asking what a FortiGate is ACTUALLY doing right now, whether a tunnel is up, or whether the…

automateyournetwork/netclaw · 86 tokens

fortimanager-ops

FortiManager policy operations — ADOM inventory, policy package review, recursive object resolution, revision history, install preview, and gated package install. Use when auditing FortiGate firewall policy at the MANAGER level (intent), reviewing ADOM policy packages, or planning a package install with rollback…

automateyournetwork/netclaw · 66 tokens

meraki-security-appliance

Cisco Meraki MX security appliance (read-only) — L3/L7 firewall rules, content filtering, IDS/IPS and AMP settings, site-to-site VPN, traffic shaping via Cisco's official Meraki MCP. Use when auditing Meraki firewall rules, reviewing content filtering, or inspecting MX VPN configuration.

automateyournetwork/netclaw · 66 tokens

radkit-remote-access

Cisco RADKit — cloud-relayed remote device access, CLI execution, SNMP polling, device inventory discovery, attribute inspection. Use when accessing remote network devices through a cloud relay, running CLI on air-gapped devices, polling SNMP metrics remotely, or discovering device inventory via RADKit.

automateyournetwork/netclaw · 64 tokens