dashboard

Render a local web dashboard for monitoring paper trading portfolios via the File System Access API.

2|4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/khoks/ClaudeTrading --skill dashboard-khoks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard
Source: https://github.com/khoks/ClaudeTrading/tree/main/.claude/skills/dashboard
Command: npx skills add https://github.com/khoks/ClaudeTrading --skill dashboard-khoks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the need for manual CLI commands or external hosted tools to view your paper trading portfolio, activity, and configuration, providing a secure, local interface that keeps your trading data on your machine by default.

Core Features & Use Cases

  • Local-first dashboard: A single static HTML page that builds itself from local trading state (tick snapshots, configs, pool) via the File System Access API, with no Alpaca credentials required for core functionality.
  • Five functional tabs: Portfolio (equity, cash, positions, unrealized P/L, equity sparkline), Activity (filterable trade history by timeframe and symbol), Configuration (browser-side editing of strategy tunables, user preferences, and schedule cadence), Pool (view curated ticker list), and Market intel (optional Alpaca news for pool tickers, congressional trade deep-links).
  • Use Case: A paper trader can quickly check their daily P/L, review recent trade actions from their strategies, adjust profit take thresholds or cooldown settings, and view relevant market news for their holdings without exposing API keys to the browser by default.

Quick Start

Use the dashboard skill to open your local paper trading dashboard in your default browser to view your portfolio, recent activity, and edit your trading configurations.

Frequently Asked Questions about dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view my paper trading portfolio locally without exposing API keys?

You can view your paper trading portfolio locally through a static web dashboard that reads trading state via the File System Access API, keeping your Alpaca credentials secure without default browser exposure.

Can I edit strategy tunables and user preferences directly from the browser?

Yes, browser-side configuration editing allows you to adjust strategy tunables, user preferences, and schedule cadence directly within the dashboard without needing manual CLI commands or external hosted tools.

What paper trading data can I monitor in a local Alpaca dashboard?

You can monitor account equity, cash balances, open positions, unrealized P/L, equity sparklines, and filterable trade history by timeframe and symbol to track your paper trading performance.

How do I access market news for my curated stock pool when CORS blocks live fetching?

When live fetching is blocked by CORS or WAF restrictions, the dashboard renders per-ticker deep-links to congressional trade data, ensuring you still access relevant market intel for your pool tickers.

Does this local dashboard require Alpaca credentials to function?

No default credential exposure is required for core functionality because the dashboard reads local trading state directly via the File System Access API, with optional news features available if credentials are provided.

Why use a local file system dashboard instead of hosted tools for paper trading?

A local dashboard eliminates the need for external hosted tools or manual CLI commands, keeping your trading data on your machine by default while providing a secure interface to view configurations and activity.