Firewall Manager

v2.0.4

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Firewall Manager concepts, best practices, and implementation pat...

0· 204·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain3/firewall-manager.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Firewall Manager" (bytesagain3/firewall-manager) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/firewall-manager
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install firewall-manager

ClawHub CLI

Package manager switcher

npx clawhub@latest install firewall-manager
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included artifacts: a documentation-oriented SKILL.md and a shell script that emits reference text. No unrelated binaries, env vars, or credentials are requested.
Instruction Scope
SKILL.md promises plain-text heredoc outputs with no network calls or credentials. The bundled script implements this: it only prints static documentation blocks, implements local subcommands, and does not read files, env vars, or call external endpoints. Minor inconsistency: the SKILL.md header shows version 2.0.3 while scripts/script.sh sets VERSION=2.0.2 and registry lists 2.0.4, and show_help uses a single-quoted heredoc so the $VERSION token will not expand (help will display the literal '$VERSION'). These are non-security functional inconsistencies.
Install Mechanism
No install spec (instruction-only). No downloads or extracts. The only code is a small local shell script; nothing is written to disk during install because there's no install step defined.
Credentials
The skill declares and requires no environment variables, no credentials, and no config paths. The script also does not read environment variables or secret-looking values—requested access is proportional to the stated purpose.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent or elevated privileges, nor does it modify other skills or system-wide settings.
Assessment
This skill appears coherent and low-risk: it only prints built-in documentation and does not access network or secrets. Before installing or running the script, you may want to (1) run it in a sandbox or container to confirm behavior, (2) note the minor version-string inconsistencies (non-security), and (3) review the script if you plan to run it on production hosts. If you need absolute assurance, inspect the repository source or execute the script in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk973hhb4ny420441hyfckjz2f983hnmp
204downloads
0stars
5versions
Updated 1mo ago
v2.0.4
MIT-0

Firewall Manager

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Firewall Manager concepts, best practices, and implementation pat... No API keys or credentials required.

Commands

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...