All templates
Data & Research
Research Analyst Agent
A research analyst that does the legwork. It runs deep web research, pulls business, app-store, and e-commerce data, tracks long-running jobs, and synthesizes everything into a structured report — on demand or on a schedule.
The agent prompt
Copy this into Cursor, Claude Code, or any Naïve-connected agent. It describes exactly what to build and which primitives to wire together.
Prompt
Build me a research analyst agent on Naive. Given a research question, it should run deep web research, pull market/app/e-commerce data, and synthesize a structured report. Use these Naive primitives: - search: deep web research (search, read URLs, research) - business + app-data + ecommerce: market datasets - llm: synthesis and writing - jobs: track long-running research jobs Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login
What it builds
Deep web research
Search, read URLs, and run multi-step research.
Market data
Pull business, app-store, and e-commerce datasets.
Long-running jobs
Kick off and track async research jobs.
Synthesized reports
Turn findings into a clean, structured report.
Primitives used
searchllmbusinessapp-dataecommercejobs
How it's built
- naive search — deep research
- naive business / app-data / ecommerce — market data
- naive jobs — async job tracking
Start building
Install the CLI, copy the prompt, and let your agent wire it up.
$ npm i -g naive && naive login