investment-tracker
投资组合管理助手。可查询/更新持仓、现金、日记、权益曲线,以及通过截图导入持仓。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/20czy/investment-trackerWhat This Skill Does
The investment-tracker is a comprehensive financial management assistant designed to help users track, update, and analyze their investment portfolio through natural language interaction. It acts as an interface between the user and a local backend investment service, allowing for seamless management of assets, cash balances, investment diaries, and equity curves. The skill is particularly powerful in its ability to parse screenshots of stock apps to automatically calculate and propose portfolio adjustments, significantly reducing manual data entry.
Installation
To integrate this skill into your OpenClaw agent, use the following command in your terminal:
clawhub install openclaw/skills/skills/20czy/investment-tracker
Ensure your local backend service is running on http://localhost:8000 before performing any operations.
Use Cases
- Automated Portfolio Sync: Upload a screenshot of your current brokerage app to detect changes in your holdings and batch update your system records.
- Financial Overview: Quickly check your current stock positions, industry exposure, and total cash availability with simple commands.
- Performance Tracking: Log your daily net asset value to generate historical equity curves, enabling long-term performance visualization.
- Journaling: Maintain a chronological diary of your investment decisions, rationale, and market observations directly within the assistant.
Example Prompts
- "更新持仓,这是我今天的账户截图 [图片路径]"
- "我现在账户里还有多少现金?"
- "查看目前的持仓列表以及总资产情况"
Tips & Limitations
- Safety First: For all write operations (updating holdings, cash, or diary entries), the agent strictly follows a 'human-in-the-loop' protocol. It will always present a preview and wait for explicit confirmation ('确认') before modifying data.
- Error Handling: Always ensure the local backend server is active. If you encounter a connection error, verify that
uvicornis running. If you see a 503 error, check yourbackend/.envfile for valid DASHSCOPE_API_KEY configuration. - Screenshots: When uploading images, ensure they are high-resolution for the OCR parser to accurately detect stock codes and share quantities. You can provide additional notes during the upload if specific transactions need context.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-20czy-investment-tracker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api