{
  "schemaVersion": "1.0",
  "item": {
    "slug": "unifi",
    "name": "Unifi",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jmagar/unifi",
    "canonicalUrl": "https://clawhub.ai/jmagar/unifi",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/unifi",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=unifi",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/unifi-readonly-endpoints.md",
      "scripts/alerts.sh",
      "scripts/clients.sh",
      "scripts/dashboard.sh"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/unifi"
    },
    "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/unifi",
    "agentPageUrl": "https://openagent3.xyz/skills/unifi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/unifi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/unifi/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "UniFi Network Monitoring Skill",
        "body": "Monitor and query your UniFi network via the local UniFi OS gateway API (tested on Cloud Gateway Max)."
      },
      {
        "title": "Purpose",
        "body": "This skill provides read-only access to your UniFi network's operational data:\n\nDevices (APs, switches, gateway) status and health\nActive clients (who's connected where)\nNetwork health overview\nTraffic insights (top applications via DPI)\nRecent alarms and events\n\nAll operations are GET-only and safe for monitoring/reporting."
      },
      {
        "title": "Setup",
        "body": "Create the credentials file: ~/.clawdbot/credentials/unifi/config.json\n\n{\n  \"url\": \"https://10.1.0.1\",\n  \"username\": \"api\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"site\": \"default\"\n}\n\nurl: Your UniFi OS gateway IP/hostname (HTTPS)\nusername: Local UniFi OS admin username\npassword: Local UniFi OS admin password\nsite: Site name (usually default)"
      },
      {
        "title": "Commands",
        "body": "All commands support optional json argument for raw JSON output (default is human-readable table)."
      },
      {
        "title": "Network Dashboard",
        "body": "Comprehensive view of all network stats (Health, Devices, Clients, Networks, DPI, etc.):\n\nbash scripts/dashboard.sh\nbash scripts/dashboard.sh json  # Raw JSON for all sections\n\nOutput: Full ASCII dashboard with all metrics."
      },
      {
        "title": "List Devices",
        "body": "Shows all UniFi devices (APs, switches, gateway):\n\nbash scripts/devices.sh\nbash scripts/devices.sh json  # Raw JSON\n\nOutput: Device name, model, IP, state, uptime, connected clients"
      },
      {
        "title": "List Active Clients",
        "body": "Shows who's currently connected:\n\nbash scripts/clients.sh\nbash scripts/clients.sh json  # Raw JSON\n\nOutput: Hostname, IP, MAC, AP, signal strength, RX/TX rates"
      },
      {
        "title": "Health Summary",
        "body": "Site-wide health status:\n\nbash scripts/health.sh\nbash scripts/health.sh json  # Raw JSON\n\nOutput: Subsystem status (WAN, LAN, WLAN), counts (up/adopted/disconnected)"
      },
      {
        "title": "Top Applications (DPI)",
        "body": "Top bandwidth consumers by application:\n\nbash scripts/top-apps.sh\nbash scripts/top-apps.sh 15  # Show top 15 (default: 10)\n\nOutput: App name, category, RX/TX/total traffic in GB"
      },
      {
        "title": "Recent Alerts",
        "body": "Recent alarms and events:\n\nbash scripts/alerts.sh\nbash scripts/alerts.sh 50  # Show last 50 (default: 20)\n\nOutput: Timestamp, alarm key, message, affected device"
      },
      {
        "title": "Workflow",
        "body": "When the user asks about UniFi:\n\n\"What's on my network?\" → Run bash scripts/devices.sh + bash scripts/clients.sh\n\"Is everything healthy?\" → Run bash scripts/health.sh\n\"Any problems?\" → Run bash scripts/alerts.sh\n\"What's using bandwidth?\" → Run bash scripts/top-apps.sh\n\"Show me a dashboard\" or general checkup → Run bash scripts/dashboard.sh\n\nAlways confirm the output looks reasonable before presenting it to the user (check for auth failures, empty data, etc.)."
      },
      {
        "title": "Notes",
        "body": "Requires network access to your UniFi gateway\nUses UniFi OS login + /proxy/network API path\nAll calls are read-only GET requests\nTested endpoints are documented in references/unifi-readonly-endpoints.md"
      },
      {
        "title": "Reference",
        "body": "Tested Endpoints — Full catalog of verified read-only API calls on your Cloud Gateway Max"
      }
    ],
    "body": "UniFi Network Monitoring Skill\n\nMonitor and query your UniFi network via the local UniFi OS gateway API (tested on Cloud Gateway Max).\n\nPurpose\n\nThis skill provides read-only access to your UniFi network's operational data:\n\nDevices (APs, switches, gateway) status and health\nActive clients (who's connected where)\nNetwork health overview\nTraffic insights (top applications via DPI)\nRecent alarms and events\n\nAll operations are GET-only and safe for monitoring/reporting.\n\nSetup\n\nCreate the credentials file: ~/.clawdbot/credentials/unifi/config.json\n\n{\n  \"url\": \"https://10.1.0.1\",\n  \"username\": \"api\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"site\": \"default\"\n}\n\nurl: Your UniFi OS gateway IP/hostname (HTTPS)\nusername: Local UniFi OS admin username\npassword: Local UniFi OS admin password\nsite: Site name (usually default)\nCommands\n\nAll commands support optional json argument for raw JSON output (default is human-readable table).\n\nNetwork Dashboard\n\nComprehensive view of all network stats (Health, Devices, Clients, Networks, DPI, etc.):\n\nbash scripts/dashboard.sh\nbash scripts/dashboard.sh json  # Raw JSON for all sections\n\n\nOutput: Full ASCII dashboard with all metrics.\n\nList Devices\n\nShows all UniFi devices (APs, switches, gateway):\n\nbash scripts/devices.sh\nbash scripts/devices.sh json  # Raw JSON\n\n\nOutput: Device name, model, IP, state, uptime, connected clients\n\nList Active Clients\n\nShows who's currently connected:\n\nbash scripts/clients.sh\nbash scripts/clients.sh json  # Raw JSON\n\n\nOutput: Hostname, IP, MAC, AP, signal strength, RX/TX rates\n\nHealth Summary\n\nSite-wide health status:\n\nbash scripts/health.sh\nbash scripts/health.sh json  # Raw JSON\n\n\nOutput: Subsystem status (WAN, LAN, WLAN), counts (up/adopted/disconnected)\n\nTop Applications (DPI)\n\nTop bandwidth consumers by application:\n\nbash scripts/top-apps.sh\nbash scripts/top-apps.sh 15  # Show top 15 (default: 10)\n\n\nOutput: App name, category, RX/TX/total traffic in GB\n\nRecent Alerts\n\nRecent alarms and events:\n\nbash scripts/alerts.sh\nbash scripts/alerts.sh 50  # Show last 50 (default: 20)\n\n\nOutput: Timestamp, alarm key, message, affected device\n\nWorkflow\n\nWhen the user asks about UniFi:\n\n\"What's on my network?\" → Run bash scripts/devices.sh + bash scripts/clients.sh\n\"Is everything healthy?\" → Run bash scripts/health.sh\n\"Any problems?\" → Run bash scripts/alerts.sh\n\"What's using bandwidth?\" → Run bash scripts/top-apps.sh\n\"Show me a dashboard\" or general checkup → Run bash scripts/dashboard.sh\n\nAlways confirm the output looks reasonable before presenting it to the user (check for auth failures, empty data, etc.).\n\nNotes\nRequires network access to your UniFi gateway\nUses UniFi OS login + /proxy/network API path\nAll calls are read-only GET requests\nTested endpoints are documented in references/unifi-readonly-endpoints.md\nReference\nTested Endpoints — Full catalog of verified read-only API calls on your Cloud Gateway Max"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jmagar/unifi",
    "publisherUrl": "https://clawhub.ai/jmagar/unifi",
    "owner": "jmagar",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/unifi",
    "downloadUrl": "https://openagent3.xyz/downloads/unifi",
    "agentUrl": "https://openagent3.xyz/skills/unifi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/unifi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/unifi/agent.md"
  }
}