{
  "schemaVersion": "1.0",
  "item": {
    "slug": "etf-assistant",
    "name": "ETF投资助理",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/franky0617/etf-assistant",
    "canonicalUrl": "https://clawhub.ai/franky0617/etf-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/etf-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=etf-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "etf-assistant.sh"
    ],
    "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/etf-assistant"
    },
    "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/etf-assistant",
    "agentPageUrl": "https://openagent3.xyz/skills/etf-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/etf-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/etf-assistant/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": "ETF投资助理 / ETF Investment Assistant",
        "body": "一个专业的ETF投资助手，帮助你查询ETF行情、筛选投资标的、对比分析、计算定投收益。\n\nA professional ETF investment assistant for querying ETF quotes, screening investment targets, comparative analysis, and DCA calculation."
      },
      {
        "title": "功能特性 / Features",
        "body": "📊 ETF列表 / ETF List - 常用ETF代码速查\n\nQuick reference for commonly used ETF codes\n\n\n\n💰 实时行情 / Real-time Quotes - 查询ETF当前价格和涨跌\n\nQuery current ETF prices and changes\n\n\n\n🔥 热门ETF / Hot ETFs - 推荐热门投资标的\n\nRecommend popular investment targets\n\n\n\n🔍 搜索ETF / Search ETF - 按名称或代码搜索\n\nSearch by name or code\n\n\n\n📈 对比分析 / Comparison - 对比两只ETF表现\n\nCompare performance of two ETFs\n\n\n\n🧮 定投计算器 / DCA Calculator - 计算定投收益\n\nCalculate Dollar-Cost Averaging returns\n\n\n\n📋 投资摘要 / Summary - 主流ETF分类介绍\n\nIntroduction to mainstream ETF categories"
      },
      {
        "title": "1. 查看ETF列表 / View ETF List",
        "body": "etf-assistant list"
      },
      {
        "title": "2. 查询行情 / Query Quotes",
        "body": "# 查询沪深300ETF\n# Query CSI 300 ETF\netf-assistant price 510300\n\n# 查询创业板ETF\n# Query ChiNext ETF\netf-assistant price 159915"
      },
      {
        "title": "3. 热门ETF推荐 / Hot ETF Recommendations",
        "body": "etf-assistant hot"
      },
      {
        "title": "4. 搜索ETF / Search ETF",
        "body": "# 按名称搜索\n# Search by name\netf-assistant search 沪深\n\n# 按代码搜索\n# Search by code\netf-assistant search 510300"
      },
      {
        "title": "5. 对比ETF / Compare ETFs",
        "body": "etf-assistant compare 510300 159915"
      },
      {
        "title": "6. 定投计算 / DCA Calculation",
        "body": "# 每月定投1000元，定投10年\n# Monthly investment of 1000 CNY for 10 years\netf-assistant calc 510300 1000 10"
      },
      {
        "title": "7. 投资摘要 / Investment Summary",
        "body": "etf-assistant summary"
      },
      {
        "title": "常用ETF代码 / Common ETF Codes",
        "body": "代码 / Code名称 / Name类型 / Type510300沪深300ETF宽基指数 / Broad Index510500中证500ETF宽基指数 / Broad Index159915创业板ETF宽基指数 / Broad Index159919科创50ETF科创板 / STAR Market159941纳指ETF海外指数 / Overseas Index513100恒生ETF港股指数 / HK Stock Index510880红利ETFSmart Beta159997芯片ETF行业主题 / Sector Theme159995新能源车ETF行业主题 / Sector Theme512170医疗ETF行业主题 / Sector Theme"
      },
      {
        "title": "投资建议 / Investment Tips",
        "body": "新手入门 / Beginners: 推荐沪深300ETF (510300)，覆盖A股核心蓝筹\n\nRecommend CSI 300 ETF (510300), covering A-share core blue chips\n\n\n\n科技创新 / Tech Innovation: 关注科创50ETF (159919) 或芯片ETF (159997)\n\nFocus on STAR 50 ETF (159919) or Chip ETF (159997)\n\n\n\n分散投资 / Diversification: 组合配置沪深300 + 港股 + 海外ETF\n\nPortfolio: CSI 300 + HK + Overseas ETFs\n\n\n\n稳健收益 / Steady Returns: 红利ETF (510880) 提供稳定股息\n\nDividend ETF (510880) provides stable dividends"
      },
      {
        "title": "数据来源 / Data Source",
        "body": "Yahoo Finance 实时行情\nFree API, no API Key required"
      },
      {
        "title": "注意事项 / Notes",
        "body": "⚠️ 投资有风险，入市需谨慎\n⚠️ Investment involves risk, invest cautiously\n\n⚠️ 历史收益不代表未来表现\n⚠️ Past performance does not guarantee future results\n\n⚠️ 仅供参考，不构成投资建议\n⚠️ For reference only, not investment advice"
      }
    ],
    "body": "ETF投资助理 / ETF Investment Assistant\n\n一个专业的ETF投资助手，帮助你查询ETF行情、筛选投资标的、对比分析、计算定投收益。\n\nA professional ETF investment assistant for querying ETF quotes, screening investment targets, comparative analysis, and DCA calculation.\n\n功能特性 / Features\n\n📊 ETF列表 / ETF List - 常用ETF代码速查\n\nQuick reference for commonly used ETF codes\n\n💰 实时行情 / Real-time Quotes - 查询ETF当前价格和涨跌\n\nQuery current ETF prices and changes\n\n🔥 热门ETF / Hot ETFs - 推荐热门投资标的\n\nRecommend popular investment targets\n\n🔍 搜索ETF / Search ETF - 按名称或代码搜索\n\nSearch by name or code\n\n📈 对比分析 / Comparison - 对比两只ETF表现\n\nCompare performance of two ETFs\n\n🧮 定投计算器 / DCA Calculator - 计算定投收益\n\nCalculate Dollar-Cost Averaging returns\n\n📋 投资摘要 / Summary - 主流ETF分类介绍\n\nIntroduction to mainstream ETF categories\n使用方法 / Usage\n1. 查看ETF列表 / View ETF List\netf-assistant list\n\n2. 查询行情 / Query Quotes\n# 查询沪深300ETF\n# Query CSI 300 ETF\netf-assistant price 510300\n\n# 查询创业板ETF\n# Query ChiNext ETF\netf-assistant price 159915\n\n3. 热门ETF推荐 / Hot ETF Recommendations\netf-assistant hot\n\n4. 搜索ETF / Search ETF\n# 按名称搜索\n# Search by name\netf-assistant search 沪深\n\n# 按代码搜索\n# Search by code\netf-assistant search 510300\n\n5. 对比ETF / Compare ETFs\netf-assistant compare 510300 159915\n\n6. 定投计算 / DCA Calculation\n# 每月定投1000元，定投10年\n# Monthly investment of 1000 CNY for 10 years\netf-assistant calc 510300 1000 10\n\n7. 投资摘要 / Investment Summary\netf-assistant summary\n\n常用ETF代码 / Common ETF Codes\n代码 / Code\t名称 / Name\t类型 / Type\n510300\t沪深300ETF\t宽基指数 / Broad Index\n510500\t中证500ETF\t宽基指数 / Broad Index\n159915\t创业板ETF\t宽基指数 / Broad Index\n159919\t科创50ETF\t科创板 / STAR Market\n159941\t纳指ETF\t海外指数 / Overseas Index\n513100\t恒生ETF\t港股指数 / HK Stock Index\n510880\t红利ETF\tSmart Beta\n159997\t芯片ETF\t行业主题 / Sector Theme\n159995\t新能源车ETF\t行业主题 / Sector Theme\n512170\t医疗ETF\t行业主题 / Sector Theme\n投资建议 / Investment Tips\n\n新手入门 / Beginners: 推荐沪深300ETF (510300)，覆盖A股核心蓝筹\n\nRecommend CSI 300 ETF (510300), covering A-share core blue chips\n\n科技创新 / Tech Innovation: 关注科创50ETF (159919) 或芯片ETF (159997)\n\nFocus on STAR 50 ETF (159919) or Chip ETF (159997)\n\n分散投资 / Diversification: 组合配置沪深300 + 港股 + 海外ETF\n\nPortfolio: CSI 300 + HK + Overseas ETFs\n\n稳健收益 / Steady Returns: 红利ETF (510880) 提供稳定股息\n\nDividend ETF (510880) provides stable dividends\n数据来源 / Data Source\nYahoo Finance 实时行情\nFree API, no API Key required\n注意事项 / Notes\n\n⚠️ 投资有风险，入市需谨慎 ⚠️ Investment involves risk, invest cautiously\n\n⚠️ 历史收益不代表未来表现 ⚠️ Past performance does not guarantee future results\n\n⚠️ 仅供参考，不构成投资建议 ⚠️ For reference only, not investment advice"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/franky0617/etf-assistant",
    "publisherUrl": "https://clawhub.ai/franky0617/etf-assistant",
    "owner": "franky0617",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/etf-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/etf-assistant",
    "agentUrl": "https://openagent3.xyz/skills/etf-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/etf-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/etf-assistant/agent.md"
  }
}