ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

stock-portfolio-zh

通过 AISA 的实时价格与盈亏跟踪来创建和管理股票加密投资组合。触发条件:当用户想新增持仓、查看组合表现、重命名组合或审查当前盈亏时使用。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aisadocs/stock-portfolio-zh-aisa
Or

投资组合管理

何时使用

  • 通过 AISA 的实时价格与盈亏跟踪来创建和管理股票加密投资组合。触发条件:当用户想新增持仓、查看组合表现、重命名组合或审查当前盈亏时使用。

不适用场景

  • 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
  • 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。

核心能力

  • 在命令行中创建、更新、列出、重命名和删除投资组合。
  • 使用仓库内本地状态目录跟踪实时盈亏,而不是默认写入家目录。

快速开始

export AISA_API_KEY="your-key"

运行方式

首选运行路径是仓库内置的 Python 客户端:

python3 scripts/portfolio.py

示例请求

  • 创建一个 AI 股票组合并展示当前盈亏。

说明

  • 除非显式设置 CLAWDBOT_STATE_DIR,默认状态保存在 ./.clawdbot/skills/stock-analysis/portfolios.json

Metadata

Author@aisadocs
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aisadocs-stock-portfolio-zh-aisa": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.