From claudenews
Expand the news item currently shown in the claudenews status line (full summary, HN comments, repo page). Triggers when the user wants more on the current/this news — e.g. "이 뉴스 자세히/더 보여줘", "claudenews 이거 펼쳐줘", "expand this news", "what's this story about". No slash needed; just ask.
How this command is triggered — by the user, by Claude, or both
Slash command
/claudenews:feed [latest | list]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Raw slash-command arguments: `$ARGUMENTS` Execute the expand script to show the current news item in detail (or a list of recent items): Display the script output as-is. Do NOT summarize or rewrite — the script returns formatted markdown ready for display. Behavior: - No arguments: expand the current news item (title, URL, score, top HN comments if HN) - `latest`: show the 5 most recent news items as a list - `list`: alias for `latest`
Raw slash-command arguments: $ARGUMENTS
Execute the expand script to show the current news item in detail (or a list of recent items):
python3 ${CLAUDE_PLUGIN_ROOT}/commands/feed.py $ARGUMENTS
Display the script output as-is. Do NOT summarize or rewrite — the script returns formatted markdown ready for display.
Behavior:
latest: show the 5 most recent news items as a listlist: alias for latestnpx claudepluginhub bhpark1013/claudenews --plugin claudenews