Fin Cog
by @nitishgargiitd
AI financial analysis and stock research powered by CellCog. Stock analysis, valuation models, portfolio optimization, earnings breakdowns, investment resear...
clawhub install fin-cogπ About This Skill
name: fin-cog description: "AI financial analysis and stock research powered by CellCog. Stock analysis, valuation models, portfolio optimization, earnings breakdowns, investment research, financial statements, tax planning, DCF modeling. Deliverables as interactive dashboards, PDF reports, and Excel models." metadata: openclaw: emoji: "π°" os: [darwin, linux, windows] requires: bins: [python3] env: [CELLCOG_API_KEY] author: CellCog homepage: https://cellcog.ai dependencies: [cellcog]
Fin Cog - Wall Street-Grade Analysis, Accessible Globally
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.
How to Use
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"])
What Financial Work You Can Do
Stock & Equity Analysis
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."
Portfolio Analysis & Optimization
Manage and optimize investments:
Financial Modeling
Build professional financial models:
Financial Documents & Reports
Professional financial deliverables:
Personal Finance
Everyday financial planning:
Output Formats
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:
Chat Mode for Finance
| 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.
Example Prompts
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."
Tips for Better Financial Analysis
1. Be specific about metrics: "Revenue growth" is vague. "YoY revenue growth for the last 8 quarters with segment breakdown" is precise.
2. Specify time horizons: "Analyze AAPL" is open-ended. "Analyze AAPL's performance and outlook for the next 12 months" is actionable.
3. State your purpose: "For an investment decision", "For a board presentation", "For personal planning" β context shapes the analysis.
4. Include constraints: Budget, risk tolerance, time horizon, tax situation β these matter for financial recommendations.
5. Request scenarios: "Include bear, base, and bull cases" gives you a range, not just a point estimate.
6. Ask for the deliverable you need: "Interactive dashboard", "PDF memo", "Excel model" β specify the format for the best result.
If CellCog is not installed
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.