{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-budget-planner",
    "name": "AfrexAI Budget Planner",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-budget-planner",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-budget-planner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/afrexai-budget-planner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-budget-planner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. 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-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/afrexai-budget-planner"
    },
    "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/afrexai-budget-planner",
    "agentPageUrl": "https://openagent3.xyz/skills/afrexai-budget-planner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-budget-planner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-budget-planner/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": "Budget Planner",
        "body": "Plan and track budgets using your AI agent. Works for personal finance, project budgets, or department spending."
      },
      {
        "title": "What It Does",
        "body": "Creates structured budgets with categories, allocations, and actuals\nTracks spending against budget with variance analysis\nFlags overspending early with threshold alerts\nGenerates monthly/quarterly budget reports\nSupports multiple budget types (personal, project, department)"
      },
      {
        "title": "Create a Budget",
        "body": "Tell your agent: \"Create a monthly budget for [purpose] with a total of $[amount]\"\n\nThe agent will ask about categories and allocations, then create a structured budget file."
      },
      {
        "title": "Budget File Format",
        "body": "Budgets are stored as markdown tables in your workspace:\n\n# Budget: [Name] — [Period]\nTotal: $X,XXX\n\n| Category | Allocated | Spent | Remaining | Status |\n|----------|-----------|-------|-----------|--------|\n| Rent | $1,500 | $1,500 | $0 | ✅ On track |\n| Food | $600 | $450 | $150 | ✅ Under |\n| Transport | $200 | $280 | -$80 | 🔴 Over |"
      },
      {
        "title": "Track Spending",
        "body": "Tell your agent: \"Log $45 under Food\" or \"I spent $280 on transport this month\""
      },
      {
        "title": "Get Reports",
        "body": "\"How's my budget looking?\" — summary with variances\n\"Where am I overspending?\" — flags problem categories\n\"Project my end-of-month spend\" — extrapolates from current pace"
      },
      {
        "title": "Alert Thresholds",
        "body": "Default alerts:\n\n⚠️ Warning at 80% of category allocation\n🔴 Over budget when exceeded\n📊 Weekly digest if enabled"
      },
      {
        "title": "Tips",
        "body": "Start with broad categories, refine over time\nReview weekly — catching overspend early is the whole point\nUse \"rollover\" for categories where unspent funds carry forward\nCompare month-over-month to spot trends"
      },
      {
        "title": "More Business Tools",
        "body": "Get industry-specific AI agent context packs at AfrexAI — pre-built configurations that make your agent a domain expert from day one."
      }
    ],
    "body": "Budget Planner\n\nPlan and track budgets using your AI agent. Works for personal finance, project budgets, or department spending.\n\nWhat It Does\nCreates structured budgets with categories, allocations, and actuals\nTracks spending against budget with variance analysis\nFlags overspending early with threshold alerts\nGenerates monthly/quarterly budget reports\nSupports multiple budget types (personal, project, department)\nUsage\nCreate a Budget\n\nTell your agent: \"Create a monthly budget for [purpose] with a total of $[amount]\"\n\nThe agent will ask about categories and allocations, then create a structured budget file.\n\nBudget File Format\n\nBudgets are stored as markdown tables in your workspace:\n\n# Budget: [Name] — [Period]\nTotal: $X,XXX\n\n| Category | Allocated | Spent | Remaining | Status |\n|----------|-----------|-------|-----------|--------|\n| Rent | $1,500 | $1,500 | $0 | ✅ On track |\n| Food | $600 | $450 | $150 | ✅ Under |\n| Transport | $200 | $280 | -$80 | 🔴 Over |\n\nTrack Spending\n\nTell your agent: \"Log $45 under Food\" or \"I spent $280 on transport this month\"\n\nGet Reports\n\"How's my budget looking?\" — summary with variances\n\"Where am I overspending?\" — flags problem categories\n\"Project my end-of-month spend\" — extrapolates from current pace\nAlert Thresholds\n\nDefault alerts:\n\n⚠️ Warning at 80% of category allocation\n🔴 Over budget when exceeded\n📊 Weekly digest if enabled\nTips\nStart with broad categories, refine over time\nReview weekly — catching overspend early is the whole point\nUse \"rollover\" for categories where unspent funds carry forward\nCompare month-over-month to spot trends\nMore Business Tools\n\nGet industry-specific AI agent context packs at AfrexAI — pre-built configurations that make your agent a domain expert from day one."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1kalin/afrexai-budget-planner",
    "publisherUrl": "https://clawhub.ai/1kalin/afrexai-budget-planner",
    "owner": "1kalin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-budget-planner",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-budget-planner",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-budget-planner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-budget-planner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-budget-planner/agent.md"
  }
}