{
  "schemaVersion": "1.0",
  "item": {
    "slug": "web3-grant-tracker",
    "name": "web3-grant-tracker",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/mariusfit/web3-grant-tracker",
    "canonicalUrl": "https://clawhub.ai/mariusfit/web3-grant-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/web3-grant-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=web3-grant-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "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/web3-grant-tracker"
    },
    "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/web3-grant-tracker",
    "agentPageUrl": "https://openagent3.xyz/skills/web3-grant-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/web3-grant-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/web3-grant-tracker/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": "Web3 Grant Tracker — Gitcoin, Giveth & DAO Funding Monitor",
        "body": "Track active Web3 grant rounds, deadlines, and funding opportunities across Gitcoin, Giveth, Optimism RPGF, Arbitrum, and other DAO treasuries. Get alerts before rounds close."
      },
      {
        "title": "What It Does",
        "body": "Live grant round scanning — checks Gitcoin GG rounds, Giveth, Octant, and more\nDeadline alerts — WhatsApp/Telegram warning 48h and 24h before round ends\nMatching fund calculator — estimates your potential QF match based on donor count\nProject eligibility checker — analyzes your GitHub/project against round requirements\nApplication tracker — tracks which rounds you've applied to and their status\nPortfolio dashboard — shows all active + upcoming rounds with deadlines\nRound history — historical data on past rounds and typical funding amounts"
      },
      {
        "title": "Quick Start",
        "body": "# Scan all active grant rounds right now\nweb3-grant-tracker scan\n\n# Check what's closing soon (next 7 days)\nweb3-grant-tracker urgent\n\n# Add your project for tracking\nweb3-grant-tracker add-project \\\n  --name \"OpenClaw Infrastructure\" \\\n  --github \"https://github.com/yourusername/project\" \\\n  --tags \"infrastructure,ai,open-source\"\n\n# Check project eligibility for active rounds\nweb3-grant-tracker check-eligibility --project \"OpenClaw Infrastructure\"\n\n# Set up deadline alerts\nweb3-grant-tracker alerts-setup \\\n  --channel whatsapp \\\n  --advance-hours 48\n\n# Get matching fund estimate (Quadratic Funding)\nweb3-grant-tracker estimate-match \\\n  --project \"OpenClaw Infrastructure\" \\\n  --donor-count 50 \\\n  --round gitcoin-gg24"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionweb3-grant-tracker scanScan all active rounds + deadlinesweb3-grant-tracker urgentRounds closing in next 7 daysweb3-grant-tracker add-project <name>Register a project to trackweb3-grant-tracker list-projectsList your tracked projectsweb3-grant-tracker check-eligibilityCheck which rounds your project qualifies forweb3-grant-tracker estimate-matchQF matching fund calculatorweb3-grant-tracker apply-guide <round>Step-by-step application guideweb3-grant-tracker alerts-setupConfigure deadline alertsweb3-grant-tracker historyPast rounds + average payoutsweb3-grant-tracker portfolioFull dashboard of all applications"
      },
      {
        "title": "Supported Platforms",
        "body": "PlatformData AvailableApplication LinkGitcoin GrantsRounds, deadlines, QF matchgrants.gitcoin.coGivethProject listings, GIVbacksgiveth.ioOctantEpoch funding, allocationsoctant.appOptimism RPGFRetroactive grantsapp.optimism.ioArbitrum DAOGrant programsforum.arbitrum.foundationENS EcosystemSmall grantsdiscuss.ens.domainsUniswap GrantsUGP roundsuniswapgrants.eth.limoNouns BuilderDAO-specific roundsnouns.build"
      },
      {
        "title": "Example Output",
        "body": "╔═══════════════════════════════════════════════════╗\n║   WEB3 GRANT TRACKER — 2026-02-25 02:30 UTC       ║\n╠═══════════════════════════════════════════════════╣\n║ ACTIVE ROUNDS (4 found)                           ║\n╠═══════════════════════════════════════════════════╣\n║ Gitcoin GG24 — Infrastructure                     ║\n║   💰 Pool: ~$250,000 matching                     ║\n║   ⏰ Closes: 2026-03-15 (18 days)                 ║\n║   ✅ Your project: ELIGIBLE                        ║\n╠═══════════════════════════════════════════════════╣\n║ Octant Epoch 5                                    ║\n║   💰 Pool: ~$800,000 ETH                          ║\n║   ⏰ Closes: 2026-03-01 (4 days) ⚠️ URGENT       ║\n║   ⚠️ Eligibility: check-eligibility to verify     ║\n╠═══════════════════════════════════════════════════╣\n║ Giveth GIVbacks Round 42                          ║\n║   💰 Rewards: GIV tokens per donation             ║\n║   ⏰ Rolling — no deadline                        ║\n║   ✅ Your project: ELIGIBLE                        ║\n╠═══════════════════════════════════════════════════╣\n\n📊 QF MATCH ESTIMATE (Gitcoin GG24, 50 donors):\n   Conservative: $180–450\n   Optimistic:   $600–1,200\n   (Based on 50 unique donors × avg $5 contribution)\n\n💡 Recommendation: Apply to GG24 Infrastructure round\n   → run: web3-grant-tracker apply-guide gitcoin-gg24"
      },
      {
        "title": "QF Matching Calculator",
        "body": "Quadratic Funding rewards projects with many small donors over few large ones:\n\n# See how adding more donors affects your match\nweb3-grant-tracker estimate-match \\\n  --project \"my-project\" \\\n  --round gitcoin-gg24 \\\n  --donor-count 100 \\\n  --avg-donation 10\n\n# Output:\n# sqrt(10) * 100 donors = 316 QF units\n# Estimated match: $1,200–2,800 (depends on pool)\n# Getting to 200 donors would 2x your match!"
      },
      {
        "title": "Application Guide Example",
        "body": "web3-grant-tracker apply-guide gitcoin-gg24\n\n# Output:\n# GITCOIN GG24 — INFRASTRUCTURE ROUND APPLICATION GUIDE\n# ═══════════════════════════════════════════════════════\n# Step 1: Create project on Builder (builder.gitcoin.co)\n#   → Connect GitHub + wallet\n#   → Fill: name, description, links, banner image\n# Step 2: Apply to round on Explorer (explorer.gitcoin.co)\n#   → Select: Infrastructure/Tooling round\n#   → Write impact statement (see templates below)\n# Step 3: Community amplification\n#   → Tweet with #GG24 #Gitcoin hashtags\n#   → Post in Farcaster /gitcoin channel\n#   → Share in relevant Discord servers\n# Step 4: Donor drive\n#   → Need 1 min donation ($1+) from unique wallets\n#   → Each unique donor increases QF match\n# ..."
      },
      {
        "title": "Deadline Alert Example",
        "body": "⏰ GRANT DEADLINE ALERT — 24h remaining\n\nRound: Gitcoin GG24 — Infrastructure\nCloses: 2026-03-15 20:00 UTC (in 23h 42m)\nYour project: OpenClaw Infrastructure\nStatus: Applied ✅\n\nAction items:\n• Share project link for last-day donors\n• Post reminder on social media\n• Check you haven't hit any submission limits\n\nProject link: explorer.gitcoin.co/projects/openclaw-infra"
      },
      {
        "title": "Data Storage",
        "body": "All data stored locally at ~/.openclaw/workspace/web3-grant-tracker/. No telemetry. Grant round data refreshed every 6 hours via public APIs and web fetches."
      },
      {
        "title": "Configuration",
        "body": "{\n  \"alert_channel\": \"whatsapp\",\n  \"alert_advance_hours\": [48, 24, 6],\n  \"wallet_address\": \"0xYourAddress\",\n  \"default_tags\": [\"infrastructure\", \"open-source\", \"ai\"],\n  \"auto_scan_interval_hours\": 6\n}"
      },
      {
        "title": "Requirements",
        "body": "OpenClaw 1.0+\nPython 3.8+\nOptional: Ethereum wallet address (for on-chain verification)"
      },
      {
        "title": "Use Cases",
        "body": "Builders — Never miss a grant round again\nDAOs — Track ecosystem funding opportunities\nResearchers — Monitor Web3 public goods funding landscape\nInvestors — Identify well-funded projects early (donor velocity signal)"
      },
      {
        "title": "Source & Issues",
        "body": "Source: https://github.com/mariusfit/web3-grant-tracker\nIssues: https://github.com/mariusfit/web3-grant-tracker/issues\nAuthor: @mariusfit"
      }
    ],
    "body": "Web3 Grant Tracker — Gitcoin, Giveth & DAO Funding Monitor\n\nTrack active Web3 grant rounds, deadlines, and funding opportunities across Gitcoin, Giveth, Optimism RPGF, Arbitrum, and other DAO treasuries. Get alerts before rounds close.\n\nWhat It Does\nLive grant round scanning — checks Gitcoin GG rounds, Giveth, Octant, and more\nDeadline alerts — WhatsApp/Telegram warning 48h and 24h before round ends\nMatching fund calculator — estimates your potential QF match based on donor count\nProject eligibility checker — analyzes your GitHub/project against round requirements\nApplication tracker — tracks which rounds you've applied to and their status\nPortfolio dashboard — shows all active + upcoming rounds with deadlines\nRound history — historical data on past rounds and typical funding amounts\nQuick Start\n# Scan all active grant rounds right now\nweb3-grant-tracker scan\n\n# Check what's closing soon (next 7 days)\nweb3-grant-tracker urgent\n\n# Add your project for tracking\nweb3-grant-tracker add-project \\\n  --name \"OpenClaw Infrastructure\" \\\n  --github \"https://github.com/yourusername/project\" \\\n  --tags \"infrastructure,ai,open-source\"\n\n# Check project eligibility for active rounds\nweb3-grant-tracker check-eligibility --project \"OpenClaw Infrastructure\"\n\n# Set up deadline alerts\nweb3-grant-tracker alerts-setup \\\n  --channel whatsapp \\\n  --advance-hours 48\n\n# Get matching fund estimate (Quadratic Funding)\nweb3-grant-tracker estimate-match \\\n  --project \"OpenClaw Infrastructure\" \\\n  --donor-count 50 \\\n  --round gitcoin-gg24\n\nCommands\nCommand\tDescription\nweb3-grant-tracker scan\tScan all active rounds + deadlines\nweb3-grant-tracker urgent\tRounds closing in next 7 days\nweb3-grant-tracker add-project <name>\tRegister a project to track\nweb3-grant-tracker list-projects\tList your tracked projects\nweb3-grant-tracker check-eligibility\tCheck which rounds your project qualifies for\nweb3-grant-tracker estimate-match\tQF matching fund calculator\nweb3-grant-tracker apply-guide <round>\tStep-by-step application guide\nweb3-grant-tracker alerts-setup\tConfigure deadline alerts\nweb3-grant-tracker history\tPast rounds + average payouts\nweb3-grant-tracker portfolio\tFull dashboard of all applications\nSupported Platforms\nPlatform\tData Available\tApplication Link\nGitcoin Grants\tRounds, deadlines, QF match\tgrants.gitcoin.co\nGiveth\tProject listings, GIVbacks\tgiveth.io\nOctant\tEpoch funding, allocations\toctant.app\nOptimism RPGF\tRetroactive grants\tapp.optimism.io\nArbitrum DAO\tGrant programs\tforum.arbitrum.foundation\nENS Ecosystem\tSmall grants\tdiscuss.ens.domains\nUniswap Grants\tUGP rounds\tuniswapgrants.eth.limo\nNouns Builder\tDAO-specific rounds\tnouns.build\nExample Output\n╔═══════════════════════════════════════════════════╗\n║   WEB3 GRANT TRACKER — 2026-02-25 02:30 UTC       ║\n╠═══════════════════════════════════════════════════╣\n║ ACTIVE ROUNDS (4 found)                           ║\n╠═══════════════════════════════════════════════════╣\n║ Gitcoin GG24 — Infrastructure                     ║\n║   💰 Pool: ~$250,000 matching                     ║\n║   ⏰ Closes: 2026-03-15 (18 days)                 ║\n║   ✅ Your project: ELIGIBLE                        ║\n╠═══════════════════════════════════════════════════╣\n║ Octant Epoch 5                                    ║\n║   💰 Pool: ~$800,000 ETH                          ║\n║   ⏰ Closes: 2026-03-01 (4 days) ⚠️ URGENT       ║\n║   ⚠️ Eligibility: check-eligibility to verify     ║\n╠═══════════════════════════════════════════════════╣\n║ Giveth GIVbacks Round 42                          ║\n║   💰 Rewards: GIV tokens per donation             ║\n║   ⏰ Rolling — no deadline                        ║\n║   ✅ Your project: ELIGIBLE                        ║\n╠═══════════════════════════════════════════════════╣\n\n📊 QF MATCH ESTIMATE (Gitcoin GG24, 50 donors):\n   Conservative: $180–450\n   Optimistic:   $600–1,200\n   (Based on 50 unique donors × avg $5 contribution)\n\n💡 Recommendation: Apply to GG24 Infrastructure round\n   → run: web3-grant-tracker apply-guide gitcoin-gg24\n\nQF Matching Calculator\n\nQuadratic Funding rewards projects with many small donors over few large ones:\n\n# See how adding more donors affects your match\nweb3-grant-tracker estimate-match \\\n  --project \"my-project\" \\\n  --round gitcoin-gg24 \\\n  --donor-count 100 \\\n  --avg-donation 10\n\n# Output:\n# sqrt(10) * 100 donors = 316 QF units\n# Estimated match: $1,200–2,800 (depends on pool)\n# Getting to 200 donors would 2x your match!\n\nApplication Guide Example\nweb3-grant-tracker apply-guide gitcoin-gg24\n\n# Output:\n# GITCOIN GG24 — INFRASTRUCTURE ROUND APPLICATION GUIDE\n# ═══════════════════════════════════════════════════════\n# Step 1: Create project on Builder (builder.gitcoin.co)\n#   → Connect GitHub + wallet\n#   → Fill: name, description, links, banner image\n# Step 2: Apply to round on Explorer (explorer.gitcoin.co)\n#   → Select: Infrastructure/Tooling round\n#   → Write impact statement (see templates below)\n# Step 3: Community amplification\n#   → Tweet with #GG24 #Gitcoin hashtags\n#   → Post in Farcaster /gitcoin channel\n#   → Share in relevant Discord servers\n# Step 4: Donor drive\n#   → Need 1 min donation ($1+) from unique wallets\n#   → Each unique donor increases QF match\n# ...\n\nDeadline Alert Example\n⏰ GRANT DEADLINE ALERT — 24h remaining\n\nRound: Gitcoin GG24 — Infrastructure\nCloses: 2026-03-15 20:00 UTC (in 23h 42m)\nYour project: OpenClaw Infrastructure\nStatus: Applied ✅\n\nAction items:\n• Share project link for last-day donors\n• Post reminder on social media\n• Check you haven't hit any submission limits\n\nProject link: explorer.gitcoin.co/projects/openclaw-infra\n\nData Storage\n\nAll data stored locally at ~/.openclaw/workspace/web3-grant-tracker/. No telemetry. Grant round data refreshed every 6 hours via public APIs and web fetches.\n\nConfiguration\n{\n  \"alert_channel\": \"whatsapp\",\n  \"alert_advance_hours\": [48, 24, 6],\n  \"wallet_address\": \"0xYourAddress\",\n  \"default_tags\": [\"infrastructure\", \"open-source\", \"ai\"],\n  \"auto_scan_interval_hours\": 6\n}\n\nRequirements\nOpenClaw 1.0+\nPython 3.8+\nOptional: Ethereum wallet address (for on-chain verification)\nUse Cases\nBuilders — Never miss a grant round again\nDAOs — Track ecosystem funding opportunities\nResearchers — Monitor Web3 public goods funding landscape\nInvestors — Identify well-funded projects early (donor velocity signal)\nSource & Issues\nSource: https://github.com/mariusfit/web3-grant-tracker\nIssues: https://github.com/mariusfit/web3-grant-tracker/issues\nAuthor: @mariusfit"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mariusfit/web3-grant-tracker",
    "publisherUrl": "https://clawhub.ai/mariusfit/web3-grant-tracker",
    "owner": "mariusfit",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/web3-grant-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/web3-grant-tracker",
    "agentUrl": "https://openagent3.xyz/skills/web3-grant-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/web3-grant-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/web3-grant-tracker/agent.md"
  }
}