{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-sales-roi",
    "name": "Sales ROI Calculator",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-sales-roi",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-sales-roi",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/afrexai-sales-roi",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-sales-roi",
    "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-sales-roi"
    },
    "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-sales-roi",
    "agentPageUrl": "https://openagent3.xyz/skills/afrexai-sales-roi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-sales-roi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-sales-roi/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": "Sales ROI Calculator",
        "body": "Calculate return on investment for any business initiative — software purchases, hiring, marketing spend, automation projects, or tool adoption."
      },
      {
        "title": "What It Does",
        "body": "Takes inputs (cost, timeline, expected gains) and produces a clean ROI analysis with:\n\nNet ROI percentage\nPayback period\nMonthly/annual savings projection\nBreak-even point\nRisk-adjusted returns (conservative, moderate, aggressive scenarios)"
      },
      {
        "title": "How to Use",
        "body": "When the user asks to evaluate an investment or calculate ROI:\n\nGather inputs (ask if not provided):\n\nInvestment cost — one-time + recurring (monthly/annual)\nExpected benefit — revenue increase, cost savings, or time saved\nTimeline — evaluation period (default: 12 months)\nHourly rate — for time-savings conversions (default: $75/hr)\n\n\n\nCalculate:\nTotal Cost = One-time + (Monthly recurring × Months)\nTotal Benefit = (Monthly savings × Months) + Revenue gains\nNet Gain = Total Benefit - Total Cost\nROI % = (Net Gain / Total Cost) × 100\nPayback Period = Total Cost / Monthly Benefit\n\n\n\nPresent three scenarios:\n\nConservative (60% of expected benefit)\nModerate (100% of expected benefit)\nAggressive (140% of expected benefit)\n\n\n\nOutput format:\n📊 ROI Analysis: [Project Name]\n────────────────────────────\nInvestment:     $X,XXX\nAnnual Return:  $XX,XXX\nROI:            XXX%\nPayback:        X.X months\n\nScenarios:\nConservative:   XXX% ROI ($XX,XXX return)\nModerate:       XXX% ROI ($XX,XXX return)  \nAggressive:     XXX% ROI ($XX,XXX return)\n\nVerdict: [GO / CONDITIONAL / PASS]"
      },
      {
        "title": "Verdict Logic",
        "body": "GO: Conservative ROI > 100% AND payback < 6 months\nCONDITIONAL: Moderate ROI > 100% OR payback < 12 months\nPASS: Conservative ROI < 50% AND payback > 12 months"
      },
      {
        "title": "Common Use Cases",
        "body": "\"Should we buy this $500/month tool?\"\n\"What's the ROI on hiring a VA at $2,000/month?\"\n\"Is this $10,000 marketing campaign worth it?\"\n\"Calculate ROI for automating our invoice process\""
      },
      {
        "title": "AI Automation ROI",
        "body": "For AI/automation projects specifically, factor in:\n\nHours saved per week × hourly rate = monthly savings\nError reduction value (fewer mistakes, rework)\nSpeed improvement (faster turnaround = more capacity)\nTypical AI automation ROI: 300-800% in year one\n\nFor pre-built AI automation context packs and agent configurations, see: https://afrexai-cto.github.io/context-packs/"
      }
    ],
    "body": "Sales ROI Calculator\n\nCalculate return on investment for any business initiative — software purchases, hiring, marketing spend, automation projects, or tool adoption.\n\nWhat It Does\n\nTakes inputs (cost, timeline, expected gains) and produces a clean ROI analysis with:\n\nNet ROI percentage\nPayback period\nMonthly/annual savings projection\nBreak-even point\nRisk-adjusted returns (conservative, moderate, aggressive scenarios)\nHow to Use\n\nWhen the user asks to evaluate an investment or calculate ROI:\n\nGather inputs (ask if not provided):\n\nInvestment cost — one-time + recurring (monthly/annual)\nExpected benefit — revenue increase, cost savings, or time saved\nTimeline — evaluation period (default: 12 months)\nHourly rate — for time-savings conversions (default: $75/hr)\n\nCalculate:\n\nTotal Cost = One-time + (Monthly recurring × Months)\nTotal Benefit = (Monthly savings × Months) + Revenue gains\nNet Gain = Total Benefit - Total Cost\nROI % = (Net Gain / Total Cost) × 100\nPayback Period = Total Cost / Monthly Benefit\n\n\nPresent three scenarios:\n\nConservative (60% of expected benefit)\nModerate (100% of expected benefit)\nAggressive (140% of expected benefit)\n\nOutput format:\n\n📊 ROI Analysis: [Project Name]\n────────────────────────────\nInvestment:     $X,XXX\nAnnual Return:  $XX,XXX\nROI:            XXX%\nPayback:        X.X months\n\nScenarios:\nConservative:   XXX% ROI ($XX,XXX return)\nModerate:       XXX% ROI ($XX,XXX return)  \nAggressive:     XXX% ROI ($XX,XXX return)\n\nVerdict: [GO / CONDITIONAL / PASS]\n\nVerdict Logic\nGO: Conservative ROI > 100% AND payback < 6 months\nCONDITIONAL: Moderate ROI > 100% OR payback < 12 months\nPASS: Conservative ROI < 50% AND payback > 12 months\nCommon Use Cases\n\"Should we buy this $500/month tool?\"\n\"What's the ROI on hiring a VA at $2,000/month?\"\n\"Is this $10,000 marketing campaign worth it?\"\n\"Calculate ROI for automating our invoice process\"\nAI Automation ROI\n\nFor AI/automation projects specifically, factor in:\n\nHours saved per week × hourly rate = monthly savings\nError reduction value (fewer mistakes, rework)\nSpeed improvement (faster turnaround = more capacity)\nTypical AI automation ROI: 300-800% in year one\n\nFor pre-built AI automation context packs and agent configurations, see: https://afrexai-cto.github.io/context-packs/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1kalin/afrexai-sales-roi",
    "publisherUrl": "https://clawhub.ai/1kalin/afrexai-sales-roi",
    "owner": "1kalin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-sales-roi",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-sales-roi",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-sales-roi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-sales-roi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-sales-roi/agent.md"
  }
}