From claudenews
Show or change which news sources feed the claudenews status line. Triggers when the user wants to see/list/change/add/remove news sources or feeds — e.g. "claudenews 뉴스 소스/목록 보여줘", "뉴스 소스 바꿔/켜/꺼줘", "show/change my news sources", "manage claudenews feeds". No slash needed; just ask.
How this command is triggered — by the user, by Claude, or both
Slash command
/claudenews:list [<id> <id> ...]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
Show every news source with its on/off state, or toggle sources by id. - `/claudenews:list` — print the full inline menu (every source id + flag + on/off). No window. - `/claudenews:list cnn bbc hn` — toggle one or more sources by id The inline list **is** the menu — it shows exactly what you can pick and the exact ids to type. Run it with no args first to see options, then toggle by id. Raw slash-command arguments: `$ARGUMENTS` Report the script output verbatim. If the user asked conversationally (no explicit ids), show the list, then map their request to the ids and run the toggle...
Show every news source with its on/off state, or toggle sources by id.
/claudenews:list — print the full inline menu (every source id +
flag + on/off). No window./claudenews:list cnn bbc hn — toggle one or more sources by idThe inline list is the menu — it shows exactly what you can pick and the exact ids to type. Run it with no args first to see options, then toggle by id.
Raw slash-command arguments: $ARGUMENTS
bash ${CLAUDE_PLUGIN_ROOT}/commands/list.sh $ARGUMENTS
Report the script output verbatim. If the user asked conversationally (no explicit ids), show the list, then map their request to the ids and run the toggle for them.
npx claudepluginhub bhpark1013/claudenews --plugin claudenews/listLists installed and generated CLI-Anything tools, scanning packages and directories. Supports --path for directory, --depth for recursion, --json for output format.
/listLists beads issues with filters for status, priority, type, assignee, labels, title, dates, and more. Outputs table, JSON, digraph, or DOT formats.
/listLists all configured Hookify rules from .claude/hookify.*.local.md files in a summary table with name, enabled status, event, pattern, file path, plus message previews and management footer.
/listLists all learnings stored in the pro-workflow database with details like ID, category, application count, and creation date. Supports sorting by recent or applied, and filtering by category or project.
/listLists and searches sparkrun inference recipes by name, model, runtime, or description. Filters by registry and runtime; also inspects, validates VRAM, and exports recipes.