{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nummo",
    "name": "Nummo",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nummo-ai/nummo",
    "canonicalUrl": "https://clawhub.ai/nummo-ai/nummo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nummo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nummo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "reference/install.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. 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",
      "slug": "nummo",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T19:18:28.325Z",
      "expiresAt": "2026-05-09T19:18:28.325Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nummo",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nummo",
        "contentDisposition": "attachment; filename=\"nummo-0.1.8.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "nummo"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nummo"
    },
    "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/nummo",
    "agentPageUrl": "https://openagent3.xyz/skills/nummo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nummo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nummo/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": "Authentication",
        "body": "nummo auth signup <email>\nCreates a new Nummo account and sends a magic link to the provided email.\nUse when the user wants to get started or is not yet authenticated.\n\nnummo auth status\nChecks whether the user is authenticated and shows their email and session expiry.\nUse to verify setup before running other commands."
      },
      {
        "title": "Accounts",
        "body": "nummo accounts connect\nStarts the bank connection flow and returns a Plaid Link URL.\nShare the URL with the user — they must open it in a browser to connect their bank.\nUse when the user wants to add a bank account.\n\nnummo accounts list\nLists all connected bank accounts grouped by institution, with account name and last 4 digits.\nUse to show the user what banks are connected, or to verify a connection was successful.\n\nnummo accounts txs [--from YYYY-MM-DD] [--to YYYY-MM-DD] [--all]\nReturns individual transactions with date, merchant, amount, account, and category.\nDefault range: last 7 days. Use --all to fetch all available history.\nAmounts: + = income, - = spending.\nUse for: finding specific transactions, merchant lookups, category drill-downs, recent activity.\n\nnummo accounts summary [--from YYYY-MM-DD] [--to YYYY-MM-DD]\nReturns total income and spending, broken down by category and subcategory.\nDefault range: last 30 days.\nUse for: spending overviews, budget questions, monthly recaps, \"how much did I spend on X\"."
      },
      {
        "title": "Subscription",
        "body": "nummo sub tiers\nLists available subscription plans with pricing, billing interval, account limits, and transaction history access.\n\nnummo sub me\nShows the user's current plan, status, trial end date or next billing date.\nUse to check subscription status or when the user asks about their plan.\n\nnummo sub checkout <tier>\nCreates a Stripe checkout session for trial users and returns a payment URL.\nShare the URL with the user — they must open it in a browser to complete the purchase.\nValid tiers: pro_monthly, pro_yearly, max_monthly, max_yearly.\nUse nummo sub tiers first if the user is unsure which plan to choose.\n\nnummo sub change <tier>\nSame as checkout but for users who are already subscribed and want to change plans.\n\nnummo sub cancel\nInforms the user how to cancel their subscription."
      },
      {
        "title": "Guidelines",
        "body": "Always ask for permission before calling any tool. This skill gives you read access to financial data, and you must get explicit consent from the user.\nIf no date range is mentioned, use the command defaults — don't ask the user for dates.\nUse summary by default when the user asks broad questions about their finances. - Use txs for specific lookups or drill-downs.\nWhen a command returns a URL (connect, checkout, change), always present it clearly and tell the user to open it in their browser."
      }
    ],
    "body": "Commands\nAuthentication\n\nnummo auth signup <email> Creates a new Nummo account and sends a magic link to the provided email. Use when the user wants to get started or is not yet authenticated.\n\nnummo auth status Checks whether the user is authenticated and shows their email and session expiry. Use to verify setup before running other commands.\n\nAccounts\n\nnummo accounts connect Starts the bank connection flow and returns a Plaid Link URL. Share the URL with the user — they must open it in a browser to connect their bank. Use when the user wants to add a bank account.\n\nnummo accounts list Lists all connected bank accounts grouped by institution, with account name and last 4 digits. Use to show the user what banks are connected, or to verify a connection was successful.\n\nnummo accounts txs [--from YYYY-MM-DD] [--to YYYY-MM-DD] [--all] Returns individual transactions with date, merchant, amount, account, and category. Default range: last 7 days. Use --all to fetch all available history. Amounts: + = income, - = spending. Use for: finding specific transactions, merchant lookups, category drill-downs, recent activity.\n\nnummo accounts summary [--from YYYY-MM-DD] [--to YYYY-MM-DD] Returns total income and spending, broken down by category and subcategory. Default range: last 30 days. Use for: spending overviews, budget questions, monthly recaps, \"how much did I spend on X\".\n\nSubscription\n\nnummo sub tiers Lists available subscription plans with pricing, billing interval, account limits, and transaction history access.\n\nnummo sub me Shows the user's current plan, status, trial end date or next billing date. Use to check subscription status or when the user asks about their plan.\n\nnummo sub checkout <tier> Creates a Stripe checkout session for trial users and returns a payment URL. Share the URL with the user — they must open it in a browser to complete the purchase. Valid tiers: pro_monthly, pro_yearly, max_monthly, max_yearly. Use nummo sub tiers first if the user is unsure which plan to choose.\n\nnummo sub change <tier> Same as checkout but for users who are already subscribed and want to change plans.\n\nnummo sub cancel Informs the user how to cancel their subscription.\n\nGuidelines\nAlways ask for permission before calling any tool. This skill gives you read access to financial data, and you must get explicit consent from the user.\nIf no date range is mentioned, use the command defaults — don't ask the user for dates.\nUse summary by default when the user asks broad questions about their finances. - Use txs for specific lookups or drill-downs.\nWhen a command returns a URL (connect, checkout, change), always present it clearly and tell the user to open it in their browser."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nummo-ai/nummo",
    "publisherUrl": "https://clawhub.ai/nummo-ai/nummo",
    "owner": "nummo-ai",
    "version": "0.1.8",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nummo",
    "downloadUrl": "https://openagent3.xyz/downloads/nummo",
    "agentUrl": "https://openagent3.xyz/skills/nummo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nummo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nummo/agent.md"
  }
}