# Send Portfolio Risk Manager 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-risk-manager",
    "name": "Portfolio Risk Manager",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/NDTChan/portfolio-risk-manager",
    "canonicalUrl": "https://clawhub.ai/NDTChan/portfolio-risk-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/portfolio-risk-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=portfolio-risk-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml"
    ],
    "downloadMode": "redirect",
    "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-risk-manager"
    },
    "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-risk-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/portfolio-risk-manager",
    "agentUrl": "https://openagent3.xyz/skills/portfolio-risk-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/portfolio-risk-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/portfolio-risk-manager/agent.md"
  }
}
```
## Documentation

### Skill này để làm gì

Skill này đóng vai trò “hiến pháp danh mục” (IPS mini) và risk budgeting để:

Giữ kỷ luật (không bị tin tức kéo tay).
Tránh rủi ro tập trung (1 mã kéo sập danh mục).
Chuẩn hoá khuyến nghị thành thiên hướng có điều kiện (không lệnh tuyệt đối).
Tái cân bằng bằng dòng tiền nạp thêm (ví dụ 10 triệu/tháng) thay vì xoay vòng quá mức.

### Phạm vi (Scope)

Nhà đầu tư cổ phiếu Việt Nam.
Không margin/đòn bẩy.
Không yêu cầu chọn ngành cụ thể (ưu tiên đa dạng hóa tự nhiên).
Watchlist do user xác nhận (ACTIVE_WATCHLIST).

### Không làm gì (Non-goals)

Không đưa lệnh mua/bán tuyệt đối kiểu “mua ngay/cắt ngay”.
Không đề xuất margin, phái sinh.
Không tự thay ACTIVE_WATCHLIST (chỉ tạo draft đề xuất).

### Input contract

Tối thiểu cần:

ACTIVE_WATCHLIST: danh sách ticker user chốt.
MONTHLY_CASH_INFLOW_VND: số tiền nạp thêm mỗi tháng (vd: 10000000).

Nếu có thì dùng thêm (tốt hơn):

HOLDINGS hiện tại (ticker, weight%, cost_basis nếu user có).
RISK_PROFILE: horizon (ngắn/trung/dài), max_drawdown_pct.
CONFIDENCE_MAP: confidence theo ticker từ equity-valuation-framework / orchestrator.

Nếu thiếu HOLDINGS/weights:

Phải xuất policy chung + nêu rõ dữ liệu cần user bổ sung.

### Output format (bắt buộc)

Xuất đúng 5 khối sau:

### 1) IPS mini

Objective
Horizon
Max drawdown mục tiêu
6–10 rules (kỷ luật)

### 2) Sizing policy (khung tỷ trọng)

Mặc định gợi ý (có thể chỉnh khi user nói khác):

max_single_name_weight_pct: 10–12%
starter_position_pct: 2–3% (thăm dò)
add_on_step_pct: 1–3%/lần khi trigger xác nhận
cash_buffer_pct: 5%
Leverage: 0%

### 3) Per-ticker risk plan (theo watchlist)

Với mỗi mã:

Horizon
Trigger ADD (điều kiện tăng thăm dò/tăng tỷ trọng)
Trigger REDUCE (điều kiện giảm rủi ro)
Invalidation (điều kiện thesis sai → phải giảm/cắt)
Confidence + data gaps

### 4) Rebalance plan

Cadence: monthly review + drift threshold
Drift threshold gợi ý: 5% (hoặc theo user)
Ưu tiên dùng cashflow mới để rebalance trước khi bán/mua xoay vòng

### 5) Checklist kỳ tới

3–8 mục: trigger quan trọng, dữ liệu cần xác nhận, sự kiện cần theo dõi.

### Guardrails

Single source of truth: luôn dùng ACTIVE_WATCHLIST, không tự đổi.
Không lệnh tuyệt đối; chỉ “thiên hướng + điều kiện + invalidation + confidence”.
Khi confidence thấp / thiếu dữ liệu: ưu tiên starter size + nêu rõ gaps.
Tách Fact vs Interpretation.

### Workflow (cách làm)

Tạo IPS mini theo thông tin user (không margin).
Thiết lập sizing policy (cap, starter, add-on, cash buffer).
Map watchlist → triggers/invalidation (dựa trên outputs macro/news/valuation nếu có).
Chốt rebalance plan (time + threshold; dùng cashflow mới).
Xuất checklist + gaps.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: NDTChan
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/portfolio-risk-manager)
- [Send to Agent page](https://openagent3.xyz/skills/portfolio-risk-manager/agent)
- [JSON manifest](https://openagent3.xyz/skills/portfolio-risk-manager/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/portfolio-risk-manager/agent.md)
- [Download page](https://openagent3.xyz/downloads/portfolio-risk-manager)