sister-portfolio

Manage stock watchlists, positions, and tags with local JSON storage.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/zhenxuanshi-ship-it/meatpiegua_skills --skill sister-portfolio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sister-portfolio
Source: https://github.com/zhenxuanshi-ship-it/meatpiegua_skills/tree/main/sister-portfolio
Command: npx skills add https://github.com/zhenxuanshi-ship-it/meatpiegua_skills --skill sister-portfolio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

郑大姐实盘管家帮助个人投资者解决在股票跟踪中的繁琐数据管理、标签混乱和交易记录不一致的问题。

Core Features & Use Cases

  • 自选股/持仓管理、自动标签、实时推送,帮助快速识别关注股票并按板块/概念筛选。
  • 记录买卖交易、追踪盈亏、查看历史并生成报告,提升投资决策的可追溯性。
  • 实时查询与定时推送:在交易时段自动推送自选股与持仓摘要,便于日常跟踪。

Quick Start

在命令行中运行 portfolio.sh 添加自选股、记录交易,并查看带标签的分析报告以实现实时跟踪。

Frequently Asked Questions about sister-portfolio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track stock trades and manage a watchlist using command line scripts?

You can track stock trades and manage a watchlist by running shell scripts to add stocks, log transactions, and generate tag-based reports. The system uses local JSON storage to maintain deterministic records of your positions and watchlist data.

Can I automatically tag stocks by sector or concept for quick portfolio filtering?

Yes, you can automatically tag stocks by sector or concept for quick portfolio filtering. The system implements tag inference logic that categorizes your watchlist and positions, enabling fast tag-based queries to identify specific stocks.

How does real-time portfolio reporting work during market hours?

Real-time portfolio reporting works by pushing periodic summaries of your watchlist and positions during market hours. Python helpers generate these reports automatically, providing daily tracking updates without manual intervention.

What is the best way to record buy and sell trades to track profit and loss history?

The best way to record buy and sell trades for profit and loss tracking is through the portfolio.sh script. It logs transactions into local JSON storage, maintaining a consistent historical record that enables accurate profit and loss calculation and report generation.

Do I need any external dependencies or databases to manage my stock positions locally?

No external dependencies or databases are required to manage stock positions locally. The system relies entirely on local JSON storage, shell scripting, and Python helpers for deterministic task execution, ensuring your portfolio data remains self-contained.

Why should I use local JSON storage for stock management instead of other portfolio tracking methods?

Local JSON storage for stock management ensures deterministic data handling and avoids the tagging inconsistencies of manual tracking. Unlike other portfolio tracking methods, it provides reliable trade logging and automated tag-based queries without external database overhead.