{
  "schemaVersion": "1.0",
  "item": {
    "slug": "copilot-money",
    "name": "Copilot Money Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jayhickey/copilot-money",
    "canonicalUrl": "https://clawhub.ai/jayhickey/copilot-money",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/copilot-money",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=copilot-money",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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/copilot-money"
    },
    "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/copilot-money",
    "agentPageUrl": "https://openagent3.xyz/skills/copilot-money/agent",
    "manifestUrl": "https://openagent3.xyz/skills/copilot-money/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/copilot-money/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": "Copilot Money CLI",
        "body": "Command-line interface for Copilot Money, a personal finance app. Authenticate once and query accounts, transactions, holdings, and allocation data from your terminal.\n\nNote: This is an unofficial tool and is not affiliated with Copilot Money."
      },
      {
        "title": "Install",
        "body": "pip install copilot-money-cli"
      },
      {
        "title": "Quick start",
        "body": "copilot-money config init\ncopilot-money accounts\ncopilot-money networth"
      },
      {
        "title": "Commands",
        "body": "copilot-money refresh                     # Refresh all bank connections\ncopilot-money accounts                    # List accounts with balances\ncopilot-money accounts --type CREDIT      # Filter by type\ncopilot-money accounts --json             # Output as JSON\ncopilot-money transactions                # Recent transactions (default 20)\ncopilot-money transactions --count 50     # Specify count\ncopilot-money networth                    # Assets, liabilities, net worth\ncopilot-money holdings                    # Investment holdings (grouped by type)\ncopilot-money holdings --group account    # Group by account\ncopilot-money holdings --group symbol     # Group by symbol\ncopilot-money holdings --type ETF         # Filter by security type\ncopilot-money allocation                  # Stocks/bonds with US/Intl split\ncopilot-money config show                 # Show config and token status\ncopilot-money config init                 # Auto-detect token from browsers\ncopilot-money config init --source chrome # From specific browser\ncopilot-money config init --source manual # Manual token entry"
      },
      {
        "title": "Authentication",
        "body": "Config stored at ~/.config/copilot-money/config.json. The CLI auto-detects your Copilot Money refresh token from supported browsers on macOS.\n\nAuto-detect: copilot-money config init\nExplicit source: copilot-money config init --source arc|chrome|safari|firefox\nManual entry: copilot-money config init --source manual\n\nWhen using browser auto-detection, the CLI reads your browser's local IndexedDB storage to find your Copilot Money session token. This happens locally — no data is sent anywhere except to Copilot Money's API."
      },
      {
        "title": "Requirements",
        "body": "Python 3.10+\nmacOS for browser token extraction (manual token entry works everywhere)"
      }
    ],
    "body": "Copilot Money CLI\n\nCommand-line interface for Copilot Money, a personal finance app. Authenticate once and query accounts, transactions, holdings, and allocation data from your terminal.\n\nNote: This is an unofficial tool and is not affiliated with Copilot Money.\n\nInstall\npip install copilot-money-cli\n\nQuick start\ncopilot-money config init\ncopilot-money accounts\ncopilot-money networth\n\nCommands\ncopilot-money refresh                     # Refresh all bank connections\ncopilot-money accounts                    # List accounts with balances\ncopilot-money accounts --type CREDIT      # Filter by type\ncopilot-money accounts --json             # Output as JSON\ncopilot-money transactions                # Recent transactions (default 20)\ncopilot-money transactions --count 50     # Specify count\ncopilot-money networth                    # Assets, liabilities, net worth\ncopilot-money holdings                    # Investment holdings (grouped by type)\ncopilot-money holdings --group account    # Group by account\ncopilot-money holdings --group symbol     # Group by symbol\ncopilot-money holdings --type ETF         # Filter by security type\ncopilot-money allocation                  # Stocks/bonds with US/Intl split\ncopilot-money config show                 # Show config and token status\ncopilot-money config init                 # Auto-detect token from browsers\ncopilot-money config init --source chrome # From specific browser\ncopilot-money config init --source manual # Manual token entry\n\nAuthentication\n\nConfig stored at ~/.config/copilot-money/config.json. The CLI auto-detects your Copilot Money refresh token from supported browsers on macOS.\n\nAuto-detect: copilot-money config init\nExplicit source: copilot-money config init --source arc|chrome|safari|firefox\nManual entry: copilot-money config init --source manual\n\nWhen using browser auto-detection, the CLI reads your browser's local IndexedDB storage to find your Copilot Money session token. This happens locally — no data is sent anywhere except to Copilot Money's API.\n\nRequirements\nPython 3.10+\nmacOS for browser token extraction (manual token entry works everywhere)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jayhickey/copilot-money",
    "publisherUrl": "https://clawhub.ai/jayhickey/copilot-money",
    "owner": "jayhickey",
    "version": "1.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/copilot-money",
    "downloadUrl": "https://openagent3.xyz/downloads/copilot-money",
    "agentUrl": "https://openagent3.xyz/skills/copilot-money/agent",
    "manifestUrl": "https://openagent3.xyz/skills/copilot-money/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/copilot-money/agent.md"
  }
}