# Watchlist

> Watchlist management. Add, remove, and list stocks.

- Skill: `erhwenkuo/watchlist` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add erhwenkuo/watchlist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/erhwenkuo/watchlist/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: erhwenkuo (https://skillmd.com/u/erhwenkuo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/erhwenkuo/watchlist

---


# Watchlist Management Skill

Parse $ARGUMENTS and execute the following command.

```bash
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

