# Send Portfolio Tracker 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": "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": {
    "downloadUrl": "/downloads/portfolio-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=portfolio-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/portfolio-holdings.md",
      "scripts/update-portfolio.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "portfolio-tracker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T00:45:12.864Z",
      "expiresAt": "2026-05-07T00:45:12.864Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=portfolio-tracker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=portfolio-tracker",
        "contentDisposition": "attachment; filename=\"portfolio-tracker-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "portfolio-tracker"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Quick Start

Run portfolio update or ask "update my portfolio" to fetch live prices via browser and generate analysis.

### Workflow

Read holdings from references/portfolio-holdings.md
Browser automation: Attach Chrome extension (profile=open-claw-chrome) to Yahoo Finance
Fetch prices: Snapshot ticker pages or portfolio view
Update portfolio-tracker.md with new values/performance
Generate analysis: Winners/losers, total value, suggestions

### Update Portfolio

1. browser action=tabs profile=open-claw-chrome (attach Yahoo Finance tab)
2. For each ticker in holdings:
   - browser navigate https://finance.yahoo.com/quote/[TICKER]
   - browser snapshot refs=aria (extract price, change, %change)
3. Parse snapshots, calculate values (shares * price)
4. edit portfolio-tracker.md with new table
5. Add analysis section (winners/losers, market summary)

Crypto: Use https://finance.yahoo.com/quote/BTC-USD etc.

### Analysis Patterns

Winners/Losers: Top 5 +5% / -5%
Concentration Risk: Flag if any position >15% total
Market Context: S&P500/Nasdaq from ^GSPC/^IXIC snapshots
Suggestions: Beaten-down positions (< -5% today)

### Structuring This Skill

[TODO: Choose the structure that best fits this skill's purpose. Common patterns:

1. Workflow-Based (best for sequential processes)

Works well when there are clear step-by-step procedures
Example: DOCX skill with "Workflow Decision Tree" -> "Reading" -> "Creating" -> "Editing"
Structure: ## Overview -> ## Workflow Decision Tree -> ## Step 1 -> ## Step 2...

2. Task-Based (best for tool collections)

Works well when the skill offers different operations/capabilities
Example: PDF skill with "Quick Start" -> "Merge PDFs" -> "Split PDFs" -> "Extract Text"
Structure: ## Overview -> ## Quick Start -> ## Task Category 1 -> ## Task Category 2...

3. Reference/Guidelines (best for standards or specifications)

Works well for brand guidelines, coding standards, or requirements
Example: Brand styling with "Brand Guidelines" -> "Colors" -> "Typography" -> "Features"
Structure: ## Overview -> ## Guidelines -> ## Specifications -> ## Usage...

4. Capabilities-Based (best for integrated systems)

Works well when the skill provides multiple interrelated features
Example: Product Management with "Core Capabilities" -> numbered capability list
Structure: ## Overview -> ## Core Capabilities -> ### 1. Feature -> ### 2. Feature...

Patterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).

Delete this entire "Structuring This Skill" section when done - it's just guidance.]

### [TODO: Replace with the first main section based on chosen structure]

[TODO: Add content here. See examples in existing skills:

Code samples for technical skills
Decision trees for complex workflows
Concrete examples with realistic user requests
References to scripts/templates/references as needed]

### references/portfolio-holdings.md

Vish's exact holdings (shares/amounts). Update manually when buying/selling.

### scripts/update-portfolio.py

Parses holdings, processes browser data (future: full automation).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: vachanalaviswanath
- Version: 0.0.1
## 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-04-30T00:45:12.864Z
- Expires at: 2026-05-07T00:45:12.864Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/portfolio-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/portfolio-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/portfolio-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/portfolio-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/portfolio-tracker)