longbridge-watchlist-admin

Installation
SKILL.md

longbridge-watchlist-admin

⚠️ Mutating skill: changes the user's watchlist state on Longbridge. No money is involved, but the change is persistent.

Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.

Two-step protocol (mandatory)

Every mutation must run as two distinct turns:

  1. Preview — describe exactly what you are about to do (group name, symbols added / removed, whether the group will be deleted with members purged), in the user's language. Do not run the CLI yet.
  2. Wait for explicit confirmation containing "确认 / yes / 是的 / confirm". If the user replies anything ambiguous, ask again — do not assume consent.
  3. Execute — only after step 2, run the actual longbridge watchlist <subcommand> ... command.

The Longbridge CLI's delete subcommand prints its own confirmation prompt — let it run; do not pipe yes or pass any flag that bypasses it. For create / update, this skill's preview-then-confirm protocol is the SKILL-layer gate.

Routing to the read skill

If the user gives a group name (not an id), first call longbridge watchlist --format json (handled by longbridge-watchlist) to look up group_id, then run mutations here.

Related skills
Installs
93
GitHub Stars
6
First Seen
Apr 29, 2026