nicpanyard-svg/openclaw-workspace
Source repository for Nick's proposal tool and related applications.
Summary
A Next.js monorepo containing tools for proposal generation, stock research, and sales automation. The workspace is configured for OpenClaw agent workflows and includes skills for CLI operations and stock analysis.
Included Assets
Applications
- quote-tool-app — Proposal/quote generation tool with PDF export. Deployed at quote-tool-app.vercel.app
- mission-control-app — Dashboard with stock analysis, sales agent (Mike), and morning workflow automation
- graham-stock-board — Research board for tracking younger/emerging public companies
Skills
- openclaw-cli — OpenClaw CLI skill for operating gateway, agents, channels, and diagnostics
- stock-analysis — Stock and crypto analysis with 8-dimension scoring, portfolio management, and watchlists
Workspace Configuration
- AGENTS.md — Agent session startup and memory management
- SOUL.md — Agent identity and personality (Ike Flickema)
- TOOLS.md — Local tool configuration and Vapi.ai settings
How to Use
Development
# Quote tool
cd quote-tool-app && npm run dev
# Mission control
cd mission-control-app && npm run dev
# Run Mike morning flow
cd mission-control-app && npm run mike:morning
Stock Analysis
# Analyze a stock
uv run scripts/analyze_stock.py AAPL
# Fast mode
uv run scripts/analyze_stock.py AAPL --fast
Notes
- Root package.json includes Playwright for testing
- Mission control uses Azure MSAL, Anthropic, and OpenAI integrations
- Quote tool uses Puppeteer and @react-pdf/renderer for PDF generation
- Graham stock board contains research candidates, not financial recommendations
Aucun commentaire pour le moment.