{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/little-snitch",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=little-snitch",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/little-snitch",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Little Snitch CLI",
        "body": "Control Little Snitch network monitor/firewall on macOS."
      },
      {
        "title": "Setup",
        "body": "Enable CLI access in Little Snitch → Preferences → Security → Allow access via Terminal\n\nOnce enabled, the littlesnitch command is available in Terminal.\n\n⚠️ 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.\n\nReference: https://help.obdev.at/littlesnitch5/adv-commandline"
      },
      {
        "title": "Commands",
        "body": "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"
      },
      {
        "title": "View Recent Logs (no root)",
        "body": "littlesnitch log --last 10m --json"
      },
      {
        "title": "Stream Live Logs (no root)",
        "body": "littlesnitch log --stream"
      },
      {
        "title": "Check License Status (no root)",
        "body": "littlesnitch restrictions"
      },
      {
        "title": "Activate Profile (requires root)",
        "body": "sudo littlesnitch profile --activate \"Silent Mode\""
      },
      {
        "title": "Deactivate All Profiles (requires root)",
        "body": "sudo littlesnitch profile --deactivate-all"
      },
      {
        "title": "Enable/Disable Rule Group (requires root)",
        "body": "sudo littlesnitch rulegroup --enable \"My Rules\"\nsudo littlesnitch rulegroup --disable \"Blocklist\""
      },
      {
        "title": "View Traffic History (requires root)",
        "body": "sudo littlesnitch log-traffic --begin-date \"2026-01-25 00:00:00\""
      },
      {
        "title": "Stream Live Traffic (requires root)",
        "body": "sudo littlesnitch log-traffic --stream"
      },
      {
        "title": "Backup Configuration (requires root)",
        "body": "sudo littlesnitch export-model > backup.json"
      },
      {
        "title": "Log Options",
        "body": "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"
      },
      {
        "title": "Notes",
        "body": "macOS only\nMany commands require sudo (root access)\nProfiles: predefined rule sets (e.g., \"Silent Mode\", \"Alert Mode\")\nRule groups: custom rule collections and blocklists"
      }
    ],
    "body": "Little Snitch CLI\n\nControl Little Snitch network monitor/firewall on macOS.\n\nSetup\n\nEnable CLI access in Little Snitch → Preferences → Security → Allow access via Terminal\n\nOnce enabled, the littlesnitch command is available in Terminal.\n\n⚠️ 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.\n\nReference: https://help.obdev.at/littlesnitch5/adv-commandline\n\nCommands\nCommand\tRoot?\tDescription\n--version\tNo\tShow version\nrestrictions\tNo\tShow license status\nlog\tNo\tRead log messages\nprofile\tYes\tActivate/deactivate profiles\nrulegroup\tYes\tEnable/disable rule groups & blocklists\nlog-traffic\tYes\tPrint traffic log data\nlist-preferences\tYes\tList all preferences\nread-preference\tYes\tRead a preference value\nwrite-preference\tYes\tWrite a preference value\nexport-model\tYes\tExport data model (backup)\nrestore-model\tYes\tRestore from backup\ncapture-traffic\tYes\tCapture process traffic\nExamples\nView Recent Logs (no root)\nlittlesnitch log --last 10m --json\n\nStream Live Logs (no root)\nlittlesnitch log --stream\n\nCheck License Status (no root)\nlittlesnitch restrictions\n\nActivate Profile (requires root)\nsudo littlesnitch profile --activate \"Silent Mode\"\n\nDeactivate All Profiles (requires root)\nsudo littlesnitch profile --deactivate-all\n\nEnable/Disable Rule Group (requires root)\nsudo littlesnitch rulegroup --enable \"My Rules\"\nsudo littlesnitch rulegroup --disable \"Blocklist\"\n\nView Traffic History (requires root)\nsudo littlesnitch log-traffic --begin-date \"2026-01-25 00:00:00\"\n\nStream Live Traffic (requires root)\nsudo littlesnitch log-traffic --stream\n\nBackup Configuration (requires root)\nsudo littlesnitch export-model > backup.json\n\nLog Options\nOption\tDescription\n--last <time>[m|h|d]\tShow entries from last N minutes/hours/days\n--stream\tLive stream messages\n--json\tOutput as JSON\n--predicate <string>\tFilter with predicate\nNotes\nmacOS only\nMany commands require sudo (root access)\nProfiles: predefined rule sets (e.g., \"Silent Mode\", \"Alert Mode\")\nRule groups: custom rule collections and blocklists"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gumadeiras/little-snitch",
    "publisherUrl": "https://clawhub.ai/gumadeiras/little-snitch",
    "owner": "gumadeiras",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}