# Send Nummo to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/nummo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nummo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "reference/install.md"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Authentication

nummo 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.

nummo auth status
Checks whether the user is authenticated and shows their email and session expiry.
Use to verify setup before running other commands.

### Accounts

nummo 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.

nummo 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.

nummo 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.

nummo 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".

### Subscription

nummo sub tiers
Lists available subscription plans with pricing, billing interval, account limits, and transaction history access.

nummo 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.

nummo 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.

nummo sub change <tier>
Same as checkout but for users who are already subscribed and want to change plans.

nummo sub cancel
Informs the user how to cancel their subscription.

### Guidelines

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.
If no date range is mentioned, use the command defaults — don't ask the user for dates.
Use summary by default when the user asks broad questions about their finances. - Use txs for specific lookups or drill-downs.
When a command returns a URL (connect, checkout, change), always present it clearly and tell the user to open it in their browser.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nummo-ai
- Version: 0.1.8
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T19:18:28.325Z
- Expires at: 2026-05-09T19:18:28.325Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/nummo)
- [Send to Agent page](https://openagent3.xyz/skills/nummo/agent)
- [JSON manifest](https://openagent3.xyz/skills/nummo/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/nummo/agent.md)
- [Download page](https://openagent3.xyz/downloads/nummo)