{
  "schemaVersion": "1.0",
  "item": {
    "slug": "birdnet",
    "name": "Birdnet",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rappo/birdnet",
    "canonicalUrl": "https://clawhub.ai/rappo/birdnet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/birdnet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=birdnet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/birdnet.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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/birdnet"
    },
    "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/birdnet",
    "agentPageUrl": "https://openagent3.xyz/skills/birdnet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/birdnet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/birdnet/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": "BirdNET-Go",
        "body": "Query your BirdNET-Go bird sound identification system."
      },
      {
        "title": "Setup",
        "body": "Create ~/.clawdbot/credentials/birdnet/config.json:\n\n{\n  \"url\": \"http://192.168.1.50:783\"\n}\n\nNo API key needed for local access."
      },
      {
        "title": "List recent detections",
        "body": "bash scripts/birdnet.sh recent [limit]\n\nShows the most recent bird detections with confidence scores."
      },
      {
        "title": "Search detections by species",
        "body": "bash scripts/birdnet.sh search \"Common Raven\"\n\nSearch for detections of a specific bird species."
      },
      {
        "title": "Get detection details",
        "body": "bash scripts/birdnet.sh detection <id>\n\nGet full details about a specific detection including weather data."
      },
      {
        "title": "Get species info",
        "body": "bash scripts/birdnet.sh species \"Corvus corax\"\n\nGet information about a species including rarity score and taxonomy."
      },
      {
        "title": "Today's summary",
        "body": "bash scripts/birdnet.sh today\n\nSummary of today's bird detections."
      },
      {
        "title": "Output Format",
        "body": "Recent detections show:\n\nCommon name (Scientific name)\nConfidence score (0.0-1.0)\nDate and time\nVerification status"
      },
      {
        "title": "API Endpoints Used",
        "body": "GET /api/v2/detections - List detections\nGET /api/v2/detections/:id - Get detection details\nGET /api/v2/species - Get species information"
      }
    ],
    "body": "BirdNET-Go\n\nQuery your BirdNET-Go bird sound identification system.\n\nSetup\n\nCreate ~/.clawdbot/credentials/birdnet/config.json:\n\n{\n  \"url\": \"http://192.168.1.50:783\"\n}\n\n\nNo API key needed for local access.\n\nCommands\nList recent detections\nbash scripts/birdnet.sh recent [limit]\n\n\nShows the most recent bird detections with confidence scores.\n\nSearch detections by species\nbash scripts/birdnet.sh search \"Common Raven\"\n\n\nSearch for detections of a specific bird species.\n\nGet detection details\nbash scripts/birdnet.sh detection <id>\n\n\nGet full details about a specific detection including weather data.\n\nGet species info\nbash scripts/birdnet.sh species \"Corvus corax\"\n\n\nGet information about a species including rarity score and taxonomy.\n\nToday's summary\nbash scripts/birdnet.sh today\n\n\nSummary of today's bird detections.\n\nOutput Format\n\nRecent detections show:\n\nCommon name (Scientific name)\nConfidence score (0.0-1.0)\nDate and time\nVerification status\nAPI Endpoints Used\nGET /api/v2/detections - List detections\nGET /api/v2/detections/:id - Get detection details\nGET /api/v2/species - Get species information"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rappo/birdnet",
    "publisherUrl": "https://clawhub.ai/rappo/birdnet",
    "owner": "rappo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/birdnet",
    "downloadUrl": "https://openagent3.xyz/downloads/birdnet",
    "agentUrl": "https://openagent3.xyz/skills/birdnet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/birdnet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/birdnet/agent.md"
  }
}