{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aoi-hackathon-scout-lite",
    "name": "AOI Hackathon Scout (Lite)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/edmonddantesj/aoi-hackathon-scout-lite",
    "canonicalUrl": "https://clawhub.ai/edmonddantesj/aoi-hackathon-scout-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aoi-hackathon-scout-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoi-hackathon-scout-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "package.json",
      "skill.js"
    ],
    "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/aoi-hackathon-scout-lite"
    },
    "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/aoi-hackathon-scout-lite",
    "agentPageUrl": "https://openagent3.xyz/skills/aoi-hackathon-scout-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoi-hackathon-scout-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoi-hackathon-scout-lite/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": "AOI Hackathon Scout (Lite)",
        "body": "S-DNA: AOI-2026-0215-SDNA-HACK01"
      },
      {
        "title": "Quick Start (copy/paste)",
        "body": "# 1) install\nclawhub install aoi-hackathon-scout-lite\n\n# 2) shortlist view / best-effort recommendations\n# (reads context/HACKATHON_SHORTLIST.md)\naoi-hackathon recommend --n 5\n\n# 3) browse sources (no API keys)\naoi-hackathon sources\nopenclaw browser start\nopenclaw browser open https://devpost.com/c/artificial-intelligence\nopenclaw browser snapshot --efficient"
      },
      {
        "title": "Scope (public-safe)",
        "body": "✅ Outputs curated source list for hackathons / builder programs / grants\n✅ Provides a filtering view: online-only preference, type tags\n✅ Provides a paste-ready summary template for the user\n❌ No crawling, no login, no form-fill, no submission automation\n❌ No Notion API usage in the public skill (paste template only)"
      },
      {
        "title": "Data source",
        "body": "Uses the local registry file:\n\ncontext/HACKATHON_SOURCES_REGISTRY.md"
      },
      {
        "title": "Show sources",
        "body": "aoi-hackathon sources"
      },
      {
        "title": "Filter (best-effort)",
        "body": "# show only likely-online sources\n# (filters Online-only fit = ✅ or ⚠️)\naoi-hackathon sources --online ok\n\n# show only web3 sources\naoi-hackathon sources --type web3"
      },
      {
        "title": "Recommend from shortlist (best-effort)",
        "body": "# reads context/HACKATHON_SHORTLIST.md and prints top N online-eligible items\n# (excludes rejected; prioritizes 🔥 markers and 'applying/watching')\naoi-hackathon recommend --n 5"
      },
      {
        "title": "Print Notion paste template (text only)",
        "body": "aoi-hackathon template"
      },
      {
        "title": "Setup (early users)",
        "body": "This skill is public-safe and does not require API keys by default."
      },
      {
        "title": "Recommended default: Browser/web_fetch (no keys)",
        "body": "Use OpenClaw Browser to open sources and inspect deadlines/details.\nQuick start:\nopenclaw browser start\nopenclaw browser open https://devpost.com/c/artificial-intelligence\nopenclaw browser snapshot --efficient"
      },
      {
        "title": "Optional: Brave Search API (fast keyword search)",
        "body": "If you want ultra-fast keyword search, you can enable Brave Search for web_search.\n\nGet key: https://brave.com/search/api/ (choose Data for Search plan)\nConfigure (example):\nopenclaw config set tools.web.search.provider brave\nopenclaw config set tools.web.search.apiKey \"BRAVE_API_KEY_HERE\"\nopenclaw config set tools.web.search.enabled true\n\n\nDisable again:\nopenclaw config set tools.web.search.enabled false\n\n(Full setup guide in repo SSOT: context/HACKATHON_SEARCH_SETUP_GUIDE_V0_1.md)"
      },
      {
        "title": "Support",
        "body": "Issues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues\nPlease include the skill slug: aoi-hackathon-scout-lite"
      },
      {
        "title": "Provenance / originality",
        "body": "AOI implementation is original code.\nRegistry content is a curated link list."
      }
    ],
    "body": "AOI Hackathon Scout (Lite)\n\nS-DNA: AOI-2026-0215-SDNA-HACK01\n\nQuick Start (copy/paste)\n# 1) install\nclawhub install aoi-hackathon-scout-lite\n\n# 2) shortlist view / best-effort recommendations\n# (reads context/HACKATHON_SHORTLIST.md)\naoi-hackathon recommend --n 5\n\n# 3) browse sources (no API keys)\naoi-hackathon sources\nopenclaw browser start\nopenclaw browser open https://devpost.com/c/artificial-intelligence\nopenclaw browser snapshot --efficient\n\nScope (public-safe)\n✅ Outputs curated source list for hackathons / builder programs / grants\n✅ Provides a filtering view: online-only preference, type tags\n✅ Provides a paste-ready summary template for the user\n❌ No crawling, no login, no form-fill, no submission automation\n❌ No Notion API usage in the public skill (paste template only)\nData source\nUses the local registry file:\ncontext/HACKATHON_SOURCES_REGISTRY.md\nCommands\nShow sources\naoi-hackathon sources\n\nFilter (best-effort)\n# show only likely-online sources\n# (filters Online-only fit = ✅ or ⚠️)\naoi-hackathon sources --online ok\n\n# show only web3 sources\naoi-hackathon sources --type web3\n\nRecommend from shortlist (best-effort)\n# reads context/HACKATHON_SHORTLIST.md and prints top N online-eligible items\n# (excludes rejected; prioritizes 🔥 markers and 'applying/watching')\naoi-hackathon recommend --n 5\n\nPrint Notion paste template (text only)\naoi-hackathon template\n\nSetup (early users)\n\nThis skill is public-safe and does not require API keys by default.\n\nRecommended default: Browser/web_fetch (no keys)\nUse OpenClaw Browser to open sources and inspect deadlines/details.\nQuick start:\nopenclaw browser start\nopenclaw browser open https://devpost.com/c/artificial-intelligence\nopenclaw browser snapshot --efficient\n\nOptional: Brave Search API (fast keyword search)\n\nIf you want ultra-fast keyword search, you can enable Brave Search for web_search.\n\nGet key: https://brave.com/search/api/ (choose Data for Search plan)\nConfigure (example):\nopenclaw config set tools.web.search.provider brave\nopenclaw config set tools.web.search.apiKey \"BRAVE_API_KEY_HERE\"\nopenclaw config set tools.web.search.enabled true\n\nDisable again:\nopenclaw config set tools.web.search.enabled false\n\n\n(Full setup guide in repo SSOT: context/HACKATHON_SEARCH_SETUP_GUIDE_V0_1.md)\n\nSupport\nIssues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues\nPlease include the skill slug: aoi-hackathon-scout-lite\nProvenance / originality\nAOI implementation is original code.\nRegistry content is a curated link list."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/edmonddantesj/aoi-hackathon-scout-lite",
    "publisherUrl": "https://clawhub.ai/edmonddantesj/aoi-hackathon-scout-lite",
    "owner": "edmonddantesj",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aoi-hackathon-scout-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/aoi-hackathon-scout-lite",
    "agentUrl": "https://openagent3.xyz/skills/aoi-hackathon-scout-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoi-hackathon-scout-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoi-hackathon-scout-lite/agent.md"
  }
}