Skip to main content

security-snapshot

Interactive Ratatui overview of one FTShare A-share security with market, performance, valuation, and capitalization sections. Use when showing a mainland stock snapshot or asking the user to focus analysis on one metric group.

Zur Installation springen

Quellinformationen

Repository
FTShare-Lab/ft-tui-kit
Letzte Quellaktivität
10. August 2026 um 15:16
Erkannte Sprache von SKILL.md
Englisch
Sterne
4
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
security-snapshot
description
Interactive Ratatui overview of one FTShare A-share security with market, performance, valuation, and capitalization sections. Use when showing a mainland stock snapshot or asking the user to focus analysis on one metric group.
# Security Snapshot Canvas Pass only one exchange-qualified A-share stock code. Never provide price, name, valuation, performance, company, or other snapshot data in the Canvas config; the renderer retrieves it from FTShare. ```typescript canvas_spawn({ kind: 'security-snapshot', scenario: 'overview', config: JSON.stringify({ symbol: '600519.SH' }), }); ``` Accepted exchanges are `.SH`, `.SZ`, and `.BJ`; the code must contain exactly six digits. Resolve a company name to its stock code before spawning. Inline fields and unknown config keys are rejected. On a symbol or FTShare error, correct the code and update the same Canvas ID. ## Controls - Left/Right or Tab: select Market, Performance, Valuation, or Capitalization. - `a`: attach the active section; Enter: request analysis; `e`: export the full snapshot. - `q` or Escape: close through the socket protocol. When `canvas_wait` is available, call it with this Canvas ID while waiting for an interactive selection or analysis request. Otherwise, rely on the host's automatic Canvas event delivery.
Auf GitHub ansehen