Examples¶
Copy-pasteable, fact-checked walkthroughs for the seven canonical DAAS workflows.
Every command resolves against a real skill, MCP tool, or daas.db table.
| # | Example | What you learn |
|---|---|---|
| 1 | Browse Indicators | Explore the prebuilt indicator catalog across companies/countries. |
| 2 | Create Collections | Build an entity collection + an indicator collection. |
| 3 | Create a Research | Turn a goal into a persisted bundle + markdown report. |
| 4 | Inspect an Entity | See which datasources cover a stock/country. |
| 5 | Extract Financial Reports | Pull filings and compute indicators on top. |
| 6 | Add a Personal Datasource | Bring your own website / document / database. |
| 7 | Share a Dashboard | Publish over WiFi/LAN or a public tunnel. |
Skill vs. MCP
Each example shows both the skill way (natural language in Claude Code)
and the MCP way (direct <group>_<tool> calls). Use whichever fits.