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.

설치로 이동

소스 정보

저장소
FTShare-Lab/ft-tui-kit
최근 소스 활동
2026년 8월 10일 15:16
감지된 SKILL.md 언어
영어
스타
4
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기