Wall Street-grade analysis, accessible globally. Deep financial reasoning powered by #1 on DeepResearch Bench (Apr 2026) + SOTA financial models.
The best financial analysis has always lived behind Bloomberg terminals, institutional research desks, and $500/hour consultants. CellCog brings that same depth — stock analysis, valuation models, portfolio optimization, earnings breakdowns — to anyone with a prompt. From raw tickers to boardroom-ready deliverables in one request.
For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.
OpenClaw (fire-and-forget):
result = client.create_chat(
prompt="[your task prompt]",
notify_session_key="agent:main:main",
task_label="my-task",
chat_mode="agent",
)
All agents except OpenClaw (blocks until done):
from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
prompt="[your task prompt]",
task_label="my-task",
chat_mode="agent",
)
print(result["message"])
Deep dives into public companies:
Example prompt:
> "Create a comprehensive stock analysis for Palantir (PLTR):
>
> Cover:
> - Business model and revenue breakdown (government vs commercial)
> - Last 4 quarters earnings performance
> - Key financial metrics (P/E, P/S, FCF margin, revenue growth)
> - Competitive positioning vs Snowflake, Databricks, C3.ai
> - Bull and bear thesis
> - Valuation assessment
>
> Deliver as an interactive HTML report with charts."
Manage and optimize investments:
Build professional financial models:
Professional financial deliverables:
Everyday financial planning:
CellCog delivers financial analysis in multiple formats:
| Format | Best For |
|---|---|
| -------- | ---------- |
| Interactive HTML Dashboard | Explorable charts, drill-down analysis, live data presentation |
| PDF Report | Shareable, printable investment memos and reports |
| XLSX Spreadsheet | Editable financial models, projections, calculations |
| Markdown | Quick analysis for integration into your docs |
Specify your preferred format in the prompt:
| Scenario | Recommended Mode |
|---|---|
| ---------- | ------------------ |
| Quick lookups, single stock metrics, basic calculations | "agent" |
| Deep analysis, valuation models, multi-company comparisons, investment research | "agent team" |
| High-stakes investment decisions, M&A due diligence, institutional-grade research | "agent team max" |
Use "agent team" for most financial analysis. Financial work demands deep reasoning, data cross-referencing, and multi-source synthesis. Agent team mode delivers the depth that serious financial analysis requires.
Use "agent" for quick financial lookups — current stock price, simple calculations, or basic metric checks.
Use "agent team max" for high-stakes financial work — investment decisions with significant capital at risk, M&A due diligence, regulatory filings, or boardroom-ready deliverables where the extra reasoning depth justifies the cost. Requires ≥2,000 credits.
Comprehensive stock analysis:
> "Create a full investment analysis for AMD:
>
> 1. Business Overview — segments, revenue mix, competitive positioning
> 2. Financial Performance — last 8 quarters revenue, margins, EPS trends
> 3. Valuation — P/E, P/S, PEG vs peers (NVDA, INTC, QCOM)
> 4. Growth Catalysts — AI/datacenter, gaming, embedded
> 5. Risk Factors — competition, cyclicality, customer concentration
> 6. Bull/Bear/Base price targets
>
> Interactive HTML report with comparison charts."
Financial model:
> "Build a startup financial model:
>
> Business: B2B SaaS, project management tool
> Current: $30K MRR, 200 customers, $150 ARPU
> Growth: 12% MoM for 12 months, then 8% for next 12
> Team: 8 people now, hiring 4 in next year
> Expenses: $180K/month burn rate
>
> Create a 24-month projection showing:
> - Revenue forecast with cohort analysis
> - Expense breakdown and hiring plan
> - Cash flow and runway
> - Unit economics (CAC, LTV, payback period)
> - Break-even analysis
>
> Deliver as Excel spreadsheet with charts."
Personal finance:
> "I'm 28, earning $120K/year in San Francisco. I want to:
> 1. Max out 401K contributions
> 2. Build a 6-month emergency fund ($30K)
> 3. Save for a house down payment ($100K in 5 years)
> 4. Start investing in index funds
>
> Create a detailed monthly financial plan that shows how to prioritize these goals with my take-home pay after taxes. Include a timeline and visual roadmap."
Earnings analysis:
> "Break down Tesla's most recent quarterly earnings:
>
> - Revenue vs estimates (beat/miss by how much?)
> - Automotive margins — trend over last 4 quarters
> - Energy and services segment performance
> - Key quotes from management on guidance
> - What analysts are saying post-earnings
> - Bull and bear reactions
>
> Deliver as a concise PDF report with charts."
Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate.
OpenClaw users: Run clawhub install cellcog instead.
Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.
共 3 个版本