{
  "schemaVersion": "1.0",
  "item": {
    "slug": "portfolio-tracker",
    "name": "Portfolio Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/vachanalaviswanath/portfolio-tracker",
    "canonicalUrl": "https://clawhub.ai/vachanalaviswanath/portfolio-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/portfolio-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=portfolio-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/portfolio-holdings.md",
      "scripts/update-portfolio.py"
    ],
    "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-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/portfolio-tracker"
    },
    "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/portfolio-tracker",
    "agentPageUrl": "https://openagent3.xyz/skills/portfolio-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/portfolio-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/portfolio-tracker/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": "Quick Start",
        "body": "Run portfolio update or ask \"update my portfolio\" to fetch live prices via browser and generate analysis."
      },
      {
        "title": "Workflow",
        "body": "Read holdings from references/portfolio-holdings.md\nBrowser automation: Attach Chrome extension (profile=open-claw-chrome) to Yahoo Finance\nFetch prices: Snapshot ticker pages or portfolio view\nUpdate portfolio-tracker.md with new values/performance\nGenerate analysis: Winners/losers, total value, suggestions"
      },
      {
        "title": "Update Portfolio",
        "body": "1. browser action=tabs profile=open-claw-chrome (attach Yahoo Finance tab)\n2. For each ticker in holdings:\n   - browser navigate https://finance.yahoo.com/quote/[TICKER]\n   - browser snapshot refs=aria (extract price, change, %change)\n3. Parse snapshots, calculate values (shares * price)\n4. edit portfolio-tracker.md with new table\n5. Add analysis section (winners/losers, market summary)\n\nCrypto: Use https://finance.yahoo.com/quote/BTC-USD etc."
      },
      {
        "title": "Analysis Patterns",
        "body": "Winners/Losers: Top 5 +5% / -5%\nConcentration Risk: Flag if any position >15% total\nMarket Context: S&P500/Nasdaq from ^GSPC/^IXIC snapshots\nSuggestions: Beaten-down positions (< -5% today)"
      },
      {
        "title": "Structuring This Skill",
        "body": "[TODO: Choose the structure that best fits this skill's purpose. Common patterns:\n\n1. Workflow-Based (best for sequential processes)\n\nWorks well when there are clear step-by-step procedures\nExample: DOCX skill with \"Workflow Decision Tree\" -> \"Reading\" -> \"Creating\" -> \"Editing\"\nStructure: ## Overview -> ## Workflow Decision Tree -> ## Step 1 -> ## Step 2...\n\n2. Task-Based (best for tool collections)\n\nWorks well when the skill offers different operations/capabilities\nExample: PDF skill with \"Quick Start\" -> \"Merge PDFs\" -> \"Split PDFs\" -> \"Extract Text\"\nStructure: ## Overview -> ## Quick Start -> ## Task Category 1 -> ## Task Category 2...\n\n3. Reference/Guidelines (best for standards or specifications)\n\nWorks well for brand guidelines, coding standards, or requirements\nExample: Brand styling with \"Brand Guidelines\" -> \"Colors\" -> \"Typography\" -> \"Features\"\nStructure: ## Overview -> ## Guidelines -> ## Specifications -> ## Usage...\n\n4. Capabilities-Based (best for integrated systems)\n\nWorks well when the skill provides multiple interrelated features\nExample: Product Management with \"Core Capabilities\" -> numbered capability list\nStructure: ## Overview -> ## Core Capabilities -> ### 1. Feature -> ### 2. Feature...\n\nPatterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).\n\nDelete this entire \"Structuring This Skill\" section when done - it's just guidance.]"
      },
      {
        "title": "[TODO: Replace with the first main section based on chosen structure]",
        "body": "[TODO: Add content here. See examples in existing skills:\n\nCode samples for technical skills\nDecision trees for complex workflows\nConcrete examples with realistic user requests\nReferences to scripts/templates/references as needed]"
      },
      {
        "title": "references/portfolio-holdings.md",
        "body": "Vish's exact holdings (shares/amounts). Update manually when buying/selling."
      },
      {
        "title": "scripts/update-portfolio.py",
        "body": "Parses holdings, processes browser data (future: full automation)."
      }
    ],
    "body": "Portfolio Tracker\nQuick Start\n\nRun portfolio update or ask \"update my portfolio\" to fetch live prices via browser and generate analysis.\n\nWorkflow\nRead holdings from references/portfolio-holdings.md\nBrowser automation: Attach Chrome extension (profile=open-claw-chrome) to Yahoo Finance\nFetch prices: Snapshot ticker pages or portfolio view\nUpdate portfolio-tracker.md with new values/performance\nGenerate analysis: Winners/losers, total value, suggestions\nUpdate Portfolio\n1. browser action=tabs profile=open-claw-chrome (attach Yahoo Finance tab)\n2. For each ticker in holdings:\n   - browser navigate https://finance.yahoo.com/quote/[TICKER]\n   - browser snapshot refs=aria (extract price, change, %change)\n3. Parse snapshots, calculate values (shares * price)\n4. edit portfolio-tracker.md with new table\n5. Add analysis section (winners/losers, market summary)\n\n\nCrypto: Use https://finance.yahoo.com/quote/BTC-USD etc.\n\nAnalysis Patterns\nWinners/Losers: Top 5 +5% / -5%\nConcentration Risk: Flag if any position >15% total\nMarket Context: S&P500/Nasdaq from ^GSPC/^IXIC snapshots\nSuggestions: Beaten-down positions (< -5% today)\nStructuring This Skill\n\n[TODO: Choose the structure that best fits this skill's purpose. Common patterns:\n\n1. Workflow-Based (best for sequential processes)\n\nWorks well when there are clear step-by-step procedures\nExample: DOCX skill with \"Workflow Decision Tree\" -> \"Reading\" -> \"Creating\" -> \"Editing\"\nStructure: ## Overview -> ## Workflow Decision Tree -> ## Step 1 -> ## Step 2...\n\n2. Task-Based (best for tool collections)\n\nWorks well when the skill offers different operations/capabilities\nExample: PDF skill with \"Quick Start\" -> \"Merge PDFs\" -> \"Split PDFs\" -> \"Extract Text\"\nStructure: ## Overview -> ## Quick Start -> ## Task Category 1 -> ## Task Category 2...\n\n3. Reference/Guidelines (best for standards or specifications)\n\nWorks well for brand guidelines, coding standards, or requirements\nExample: Brand styling with \"Brand Guidelines\" -> \"Colors\" -> \"Typography\" -> \"Features\"\nStructure: ## Overview -> ## Guidelines -> ## Specifications -> ## Usage...\n\n4. Capabilities-Based (best for integrated systems)\n\nWorks well when the skill provides multiple interrelated features\nExample: Product Management with \"Core Capabilities\" -> numbered capability list\nStructure: ## Overview -> ## Core Capabilities -> ### 1. Feature -> ### 2. Feature...\n\nPatterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).\n\nDelete this entire \"Structuring This Skill\" section when done - it's just guidance.]\n\n[TODO: Replace with the first main section based on chosen structure]\n\n[TODO: Add content here. See examples in existing skills:\n\nCode samples for technical skills\nDecision trees for complex workflows\nConcrete examples with realistic user requests\nReferences to scripts/templates/references as needed]\nResources\nreferences/portfolio-holdings.md\n\nVish's exact holdings (shares/amounts). Update manually when buying/selling.\n\nscripts/update-portfolio.py\n\nParses holdings, processes browser data (future: full automation)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vachanalaviswanath/portfolio-tracker",
    "publisherUrl": "https://clawhub.ai/vachanalaviswanath/portfolio-tracker",
    "owner": "vachanalaviswanath",
    "version": "0.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/portfolio-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/portfolio-tracker",
    "agentUrl": "https://openagent3.xyz/skills/portfolio-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/portfolio-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/portfolio-tracker/agent.md"
  }
}