dexter
Autonomous financial research agent for stock analysis, financial statements, metrics, prices, SEC filings, and crypto data.
Why use this skill?
Analyze stocks, SEC filings, and financial metrics with Dexter, the autonomous OpenClaw agent for data-driven market research and intelligence.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/igorhvr/dexterWhat This Skill Does
Dexter is an autonomous financial research agent designed specifically for deep-dive stock analysis, market intelligence, and cryptographic data processing. It serves as an integrated analytical engine that can perform complex tasks ranging from retrieving raw stock prices to synthesizing multifaceted financial reports. By leveraging high-quality financial data providers alongside LLM-driven reasoning, Dexter bridges the gap between raw datasets and actionable financial insights. It orchestrates the entire research process—from planning query execution to parsing SEC filings and delivering summarized conclusions.
Installation
To integrate Dexter into your OpenClaw environment, execute the following command: clawhub install openclaw/skills/skills/igorhvr/dexter. Once installed, ensure your .env file is populated with your specific API credentials, including your Financial Datasets key and your LLM provider tokens. If you intend to use custom model configurations, you can modify the settings.json file within the .dexter directory. Ensure that you have the Bun runtime installed as it is the primary engine for Dexter's internal scripts and tool execution layers.
Use Cases
Dexter is built for professional-grade financial tasks. Primary use cases include:
- Fundamental Analysis: Extracting and comparing income statements, balance sheets, and cash flow data for publicly traded companies.
- SEC Filing Synthesis: Summarizing specific sections of 10-K, 10-Q, and 8-K reports to identify risk factors or strategic shifts.
- Metric Benchmarking: Calculating and comparing P/E ratios, market capitalization, and profit margins across peer groups.
- Market Intelligence: Tracking historical stock price trends and correlating them with recent news or market events.
- Cryptocurrency Monitoring: Fetching current prices and volatility metrics for major digital assets.
Example Prompts
- "Dexter, can you pull Apple's revenue growth for the last three years and compare it against Microsoft's net profit margin?"
- "Search for the latest 8-K filing for Nvidia and summarize any significant management changes or major product announcements."
- "What is the current market sentiment for Bitcoin, and how does its 30-day volatility compare to the S&P 500 index?"
Tips & Limitations
- Regional Focus: Dexter is optimized for US stock markets. For international coverage, the agent will rely on web search via Tavily, which may provide less granular financial statements.
- Model Selection: For complex multi-step reasoning, it is recommended to use a high-context model like Claude 3.5 Sonnet to ensure the synthesis of large SEC documents remains accurate.
- API Costs: Be aware that each request may consume credits across multiple APIs (Tavily, Financial Datasets, and Anthropic). Monitor your usage to optimize your budget for high-frequency queries.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-igorhvr-dexter": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution