# Send little-snitch to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "little-snitch",
    "name": "little-snitch",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/gumadeiras/little-snitch",
    "canonicalUrl": "https://clawhub.ai/gumadeiras/little-snitch",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/little-snitch",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=little-snitch",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/little-snitch"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/little-snitch",
    "downloadUrl": "https://openagent3.xyz/downloads/little-snitch",
    "agentUrl": "https://openagent3.xyz/skills/little-snitch/agent",
    "manifestUrl": "https://openagent3.xyz/skills/little-snitch/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/little-snitch/agent.md"
  }
}
```
## Documentation

### 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

CommandRoot?Description--versionNoShow versionrestrictionsNoShow license statuslogNoRead log messagesprofileYesActivate/deactivate profilesrulegroupYesEnable/disable rule groups & blocklistslog-trafficYesPrint traffic log datalist-preferencesYesList all preferencesread-preferenceYesRead a preference valuewrite-preferenceYesWrite a preference valueexport-modelYesExport data model (backup)restore-modelYesRestore from backupcapture-trafficYesCapture process traffic

### View Recent Logs (no root)

littlesnitch log --last 10m --json

### Stream Live Logs (no root)

littlesnitch log --stream

### Check License Status (no root)

littlesnitch restrictions

### Activate Profile (requires root)

sudo littlesnitch profile --activate "Silent Mode"

### Deactivate All Profiles (requires root)

sudo littlesnitch profile --deactivate-all

### Enable/Disable Rule Group (requires root)

sudo littlesnitch rulegroup --enable "My Rules"
sudo littlesnitch rulegroup --disable "Blocklist"

### View Traffic History (requires root)

sudo littlesnitch log-traffic --begin-date "2026-01-25 00:00:00"

### Stream Live Traffic (requires root)

sudo littlesnitch log-traffic --stream

### Backup Configuration (requires root)

sudo littlesnitch export-model > backup.json

### Log Options

OptionDescription--last <time>[m|h|d]Show entries from last N minutes/hours/days--streamLive stream messages--jsonOutput 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: gumadeiras
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/little-snitch)
- [Send to Agent page](https://openagent3.xyz/skills/little-snitch/agent)
- [JSON manifest](https://openagent3.xyz/skills/little-snitch/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/little-snitch/agent.md)
- [Download page](https://openagent3.xyz/downloads/little-snitch)