chart-markup

Solid

Read and draw on the user's own Stockbit chart — levels, trend lines, studies, screenshots and saving the layout. Use when the user asks to draw, mark up, annotate or look at their chart.

AI & Automation 35 stars 12 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chart markup This drives the browser the user is already signed into, over the Chrome DevTools Protocol, on Stockbit's own chart page. It is the one place this server touches a UI, and everything it draws lands in the user's real saved layout. ## The sequence 1. **`chartbit_open symbol=… `** — put the chart in front of them. `resolution` and `chart_type` set the timeframe and style. Do this first; everything below acts on the open chart. 2. **`chartbit_analyze symbol=…`** — derive support, resistance and trend lines from the bars. `min_touches` controls how much evidence a level needs; `lookback` how far back to look. With `draw=true` it draws what it found in one step, and `replace=true` clears the previous set instead of stacking on it. 3. **`chartbit_draw symbol=… annotations=… anchor_date=…`** for anything specific. **Times are epoch seconds**, and `anchor_date` is what the annotation coordinates are relative to. Getting this wrong puts a line in 1970, which is visible but not useful. 4. **`chartbit_study symbol=… study=…`** for indicators. The studies are a **closed list** — the tool description names them. A study Stockbit does not have cannot be added by asking twice. 5. **`chartbit_screenshot symbol=…`** to see the result, and **`chartbit_save symbol=…`** to keep it. ## Rules - **Saving is explicit.** Stockbit autosaves on its own schedule, which is not yours: if the user wants the markup to survive, call `chartbit_save`. Say that you ...

Details

Author
INo-xious
Repository
INo-xious/stockbit-mcp
Created
1 months ago
Last Updated
3 days ago
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

chart-annotation

Titles, labels, reference lines, callouts, legends, and provenance on a chart - writing the takeaway rather than the subject, direct labelling instead of legends, benchmark bands with their stage and vintage, and the footnote discipline that makes a figure checkable. Trigger on "chart title", "caption", "legend", "annotate", "label the chart", "reference line", "benchmark line", "footnote", "what should the title say", "callout".

0 Updated 2 weeks ago
Lukehle
Data & Documents Listed

gen-chart

Create polished, validated charts as a self-contained interactive HTML artifact or standalone SVG. In callers that display local Markdown images, also create an inline PNG preview. Interactive HTML includes dark/light themes, crosshair tooltips, legend toggling, and honest-by-construction axes. Accept pasted data (CSV/TSV/JSON/markdown tables), data files in the workspace, or plain-language descriptions with numbers. Use when the user asks to chart, graph, plot, or visualize data, metrics, or trends — line, bar, area, range, scatter, bubble, horizontal diverging bar, pie/donut, histogram, boxplot, or heatmap — or to beautify an existing chart.

1 Updated 5 days ago
gen-chart
Data & Documents Listed

gen-chart

Create polished, validated, interactive charts as self-contained standalone HTML with inline SVG, dark/light themes, crosshair tooltips, legend toggling, and honest-by-construction axes. Accept pasted data (CSV/TSV/JSON/markdown tables), data files in the workspace, or plain-language descriptions with numbers. Use when the user asks to chart, graph, plot, or visualize data, metrics, or trends — line, bar, area, scatter, pie/donut, histogram, boxplot, or heatmap — or to beautify an existing chart.

1 Updated 5 days ago
sses79