Watchlist
Watchlist management. Add, remove, and list stocks.From its SKILL.md
npx -y skills add erhwenkuo/stock_skills --skill watchlistAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 133 tokens by cl100k_base, as published. Nobody here has run it
Watchlist Management Skill
Parse $ARGUMENTS and execute the following command.
python3 /Users/kikuchihiroyuki/stock-skills/.claude/skills/watchlist/scripts/manage_watchlist.py $ARGUMENTS
Display the result as-is.
Knowledge Integration Rules (KIK-466)
When get_context.py output is available, integrate with watchlist operations:
- add: If the stock being added has a past history (screening appearances, report history), append a summary
- list: Supplement each stock's latest status (freshness label, most recent action) from context
What ships with it: 1 file
3.3 KB alongside SKILL.md, 1 of them executable
scripts/
- manage_watchlist.pyruns3.3 KB