Overview
- Skill Key
- gumadeiras/little-snitch
- Author
- gumadeiras
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gumadeiras/little-snitch
- Latest Commit SHA
- 4163a3ce35830b8a83442d438c18737a93a4fa5d
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 little-snitch 技能。 若已安装,则直接安装 little-snitch 技能。
# 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...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.