# Manage Longbridge Watchlists and Price Alerts

Managing watchlists, alerts, and public stock lists across separate commands is repetitive. This skill organizes those workflows and requires confirmation before persistent changes.

## Install

```bash
npx skillstore add longbridge/longbridge-watchlist
```

## Metadata

- Status: approved
- Slug: longbridge-longbridge-watchlist
- Version: 1.0.0
- Author version: 1.0.0
- Skillstore revision: r3
- Version status: not\_bumped
- Tree hash: 39cdee0e57583a97726db88a483249db0ad7d947904378f8ec931d49eda42f45
- Author: longbridge
- GitHub username: longbridge
- License: MIT
- Repository: https://github.com/longbridge/skills/tree/main/skills/longbridge-watchlist
- Ref: 656be3040aef5c047555a908cd5c695d22a4a548
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 69
- Public page: https://skillstore.pages.dev/skills/longbridge-longbridge-watchlist
- Manifest: https://skillstore.pages.dev/api/skills/longbridge-longbridge-watchlist/manifest

## Capabilities

- Lists watchlist groups and resolves group IDs before changes.
- Creates, renames, or deletes groups after explicit confirmation.
- Adds or removes market symbols from watchlist groups.
- Lists, creates, enables, disables, and deletes price alerts.
- Browses and manages Longbridge community stock lists.

## Use Cases

- Maintain Personal Watchlists: Review groups, add selected symbols, and remove outdated holdings with confirmation.
- Configure Research Alerts: Create price thresholds for tracked companies and manage existing alert states.
- Curate Community Lists: Browse public lists and maintain a subscribed collection of selected market symbols.

## Prompt Templates

### List Watchlists

```
List my Longbridge watchlist groups and summarize each group with its ID and symbols.
```

### Add a Symbol Safely

```
Prepare to add NVDA.US to my Technology group. Show the exact change and wait for my confirmation before execution.
```

### Configure a Price Alert

```
Set a falling price alert for TSLA.US at 220 USD. Preview the alert details and request confirmation before creating it.
```

### Curate a Community List

```
Review sharelist 123, propose adding AAPL.US and removing TSLA.US, then execute only the changes I explicitly confirm.
```

## Limitations

- Requires the Longbridge CLI or compatible MCP tools.
- Most watchlist operations require Longbridge login, and some changes require trade scope.
- Does not place trades or manage orders.
- Command flags may vary, so the skill checks current help before execution.

## Best Practices

- Provide complete market symbols such as AAPL.US or 700.HK.
- Review every preview and confirm only when all identifiers and values are correct.
- Use read operations first when a group or alert ID is unknown.

## Anti Patterns

- Do not request a mutation with an ambiguous group, symbol, price, or direction.
- Do not bypass the confirmation step or approve changes you have not reviewed.
- Do not expect this skill to place trades or provide investment advice.

## Security Audit

- Audited at: 2026-08-08T10:10:28.011\+00:00
- Summary: The four reconnaissance alerts are normal preview and lookup instructions. The 12 shell-backtick alerts identify Markdown code spans, not Ruby execution. However, command templates interpolate user-provided values without explicit argument escaping, creating a medium command-injection risk.

## Stats

- Views: 0
- Downloads: 7
- Favorites: 0
- Popularity score: 0
