# Send Stock Watcher 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stock-watcher",
    "name": "Stock Watcher",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/Robin797860/stock-watcher",
    "canonicalUrl": "https://clawhub.ai/Robin797860/stock-watcher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/stock-watcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock-watcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/add_stock.py",
      "scripts/clear_watchlist.py",
      "scripts/config.py",
      "scripts/install.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "stock-watcher",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T17:16:30.351Z",
      "expiresAt": "2026-05-07T17:16:30.351Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock-watcher",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock-watcher",
        "contentDisposition": "attachment; filename=\"stock-watcher-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "stock-watcher"
      },
      "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/stock-watcher"
    },
    "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/stock-watcher",
    "downloadUrl": "https://openagent3.xyz/downloads/stock-watcher",
    "agentUrl": "https://openagent3.xyz/skills/stock-watcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stock-watcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stock-watcher/agent.md"
  }
}
```
## Documentation

### Stock Watcher Skill

This skill provides comprehensive stock watchlist management capabilities, allowing users to track their favorite stocks and get performance summaries using real-time data from 同花顺 (10jqka.com.cn).

### 自选股行情查看

当你要求查看自选股行情时，系统会直接显示以下信息：

每只股票的代码和名称
近期表现指标（涨跌幅等关键数据）
详细信息链接（可点击查看）

无需额外命令，直接为你呈现简洁明了的行情概览。

### 添加股票

使用股票代码（6位数字）添加到自选股：

例如：添加 600053 九鼎投资

### 删除股票

通过股票代码删除自选股：

例如：删除 600053

### 查看自选股列表

显示当前所有自选股的完整列表

### 清空自选股列表

完全清空所有自选股

### 数据来源

主要使用同花顺 (10jqka.com.cn) 作为数据源：

股票页面: https://stockpage.10jqka.com.cn/{stock_code}/
支持沪深A股及科创板市场
提供实时行情、技术分析和资金流向数据

### 文件格式

自选股存储在 ~/.clawdbot/stock_watcher/watchlist.txt：

600053|九鼎投资
600018|上港集团
688785|恒运昌

### 支持操作

添加股票: 验证股票代码格式并添加到自选股
删除股票: 按股票代码精确匹配删除
查看列表: 显示当前自选股
清空列表: 完全清空自选股
行情总结: 获取所有股票的最新数据并提供简洁摘要

### 行情摘要特点

直接显示关键行情指标，无冗余信息
提供股票详情链接便于深入查看
自动处理网络错误和数据异常
合理控制请求频率（每秒1次）

### 注意事项

股票代码格式: 使用6位数字代码（如 600053）
数据延迟: 行情可能有1-3分钟延迟
网络依赖: 需要网络连接获取实时数据
市场范围: 主要支持A股市场（沪市/深市/科创板）

### 安装

运行 scripts/install.sh 脚本自动创建必要的目录结构。

### 卸载

运行 scripts/uninstall.sh 脚本完全移除所有相关文件。

### 脚本说明

所有脚本都使用统一的配置文件 config.py 来管理存储路径，确保路径一致性：

add_stock.py - 添加股票到自选股
remove_stock.py - 从自选股删除股票
list_stocks.py - 列出所有自选股
clear_watchlist.py - 清空自选股列表
summarize_performance.py - 获取股票行情摘要
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Robin797860
- Version: 1.0.0
## 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-30T17:16:30.351Z
- Expires at: 2026-05-07T17:16:30.351Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/stock-watcher)
- [Send to Agent page](https://openagent3.xyz/skills/stock-watcher/agent)
- [JSON manifest](https://openagent3.xyz/skills/stock-watcher/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/stock-watcher/agent.md)
- [Download page](https://openagent3.xyz/downloads/stock-watcher)