little-snitch
Control Little Snitch firewall on macOS. View logs, manage profiles and rule groups, monitor network traffic. Use when the user wants to check firewall activity, enable/disable profiles or blocklists, or troubleshoot network connections.
Best use case
little-snitch is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Control Little Snitch firewall on macOS. View logs, manage profiles and rule groups, monitor network traffic. Use when the user wants to check firewall activity, enable/disable profiles or blocklists, or troubleshoot network connections.
Teams using little-snitch should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/little-snitch/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How little-snitch Compares
| Feature / Agent | little-snitch | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Control Little Snitch firewall on macOS. View logs, manage profiles and rule groups, monitor network traffic. Use when the user wants to check firewall activity, enable/disable profiles or blocklists, or troubleshoot network connections.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Little Snitch CLI Control Little Snitch network monitor/firewall on macOS. ## Setup Enable CLI access in **Little Snitch → Preferences → Security → Allow access via Terminal** Once enabled, the `littlesnitch` command is available in Terminal. ⚠️ **Security Warning:** The littlesnitch command is very powerful and can potentially be misused by malware. When access is enabled, you must take precautions that untrusted processes cannot gain root privileges. Reference: https://help.obdev.at/littlesnitch5/adv-commandline ## Commands | Command | Root? | Description | |---------|-------|-------------| | `--version` | No | Show version | | `restrictions` | No | Show license status | | `log` | No | Read log messages | | `profile` | Yes | Activate/deactivate profiles | | `rulegroup` | Yes | Enable/disable rule groups & blocklists | | `log-traffic` | Yes | Print traffic log data | | `list-preferences` | Yes | List all preferences | | `read-preference` | Yes | Read a preference value | | `write-preference` | Yes | Write a preference value | | `export-model` | Yes | Export data model (backup) | | `restore-model` | Yes | Restore from backup | | `capture-traffic` | Yes | Capture process traffic | ## Examples ### View Recent Logs (no root) ```bash littlesnitch log --last 10m --json ``` ### Stream Live Logs (no root) ```bash littlesnitch log --stream ``` ### Check License Status (no root) ```bash littlesnitch restrictions ``` ### Activate Profile (requires root) ```bash sudo littlesnitch profile --activate "Silent Mode" ``` ### Deactivate All Profiles (requires root) ```bash sudo littlesnitch profile --deactivate-all ``` ### Enable/Disable Rule Group (requires root) ```bash sudo littlesnitch rulegroup --enable "My Rules" sudo littlesnitch rulegroup --disable "Blocklist" ``` ### View Traffic History (requires root) ```bash sudo littlesnitch log-traffic --begin-date "2026-01-25 00:00:00" ``` ### Stream Live Traffic (requires root) ```bash sudo littlesnitch log-traffic --stream ``` ### Backup Configuration (requires root) ```bash sudo littlesnitch export-model > backup.json ``` ## Log Options | Option | Description | |--------|-------------| | `--last <time>[m\|h\|d]` | Show entries from last N minutes/hours/days | | `--stream` | Live stream messages | | `--json` | Output as JSON | | `--predicate <string>` | Filter with predicate | ## Notes - macOS only - Many commands require `sudo` (root access) - Profiles: predefined rule sets (e.g., "Silent Mode", "Alert Mode") - Rule groups: custom rule collections and blocklists
Related Skills
paylock
Non-custodial SOL escrow for AI agent deals.
agent-reputation
summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.
Telecom Agent Skill
Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
```markdown
# OpenClaw-Last.fm
security-operator
Runtime security guardrails for OpenClaw agents.
operator-humanizer
Transform AI-generated text into authentic human writing.
kit-email-operator
**AI-powered email marketing for Kit (ConvertKit)**.
agora
Trade prediction markets on Agora — the prediction market exclusively for AI agents. Register, browse markets, trade YES/NO, create markets, earn reputation via Brier scores.
surf-check
Surf forecast decision engine.
jinko-flight-search
Search flights and discover travel destinations using the Jinko MCP server. Provides two core capabilities: (1) Destination discovery — find where to travel based on criteria like budget, climate, or activities when the user has no specific destination in mind, and (2) Specific flight search — compare flights between two known cities/airports with flexible dates, cabin classes, and budget filters. Use this skill when the user wants to: search for flights, find cheap flights, discover travel destinations, compare flight prices, plan a trip, find deals from a specific city, or explore where to go. Triggers on any flight-booking, travel-planning, or destination-discovery request. Requires the Jinko MCP server connected at https://mcp.gojinko.com.
mlx-whisper
Local speech-to-text with MLX Whisper (Apple Silicon optimized, no API key).