Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
valyuai avatar

Valyu Cli

  • 12 installs
  • 10 repo stars
  • Updated July 30, 2026
  • valyuai/valyu-cli

Helps with ai & agent building tasks.

About

valyu-cli is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • valyu-cli
  • AI & Agent Building
  • AI-coding skill

Valyu Cli by the numbers

  • 12 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #11,618 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/valyuai/valyu-cli --skill valyu-cli

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12
repo stars10
Last updatedJuly 30, 2026
Repositoryvalyuai/valyu-cli

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Valyu CLI

Terminal access to grounded, cited answers for knowledge work — DD briefs, earnings analyses, drug candidate shortlists, clinical trial trackers, ICP account lists, patent landscapes, and competitive research. Runs synchronously for quick lookups (search, answer, contents) and asynchronously for deeper workflows (deepresearch).

Command tree

valyu
├── search <type> <query>               # one-shot search (web / paper / bio / finance / sec / patent / economics / news)
├── answer <query>                      # AI-synthesized answer with citations (streaming)
├── contents <urls...>                  # clean extraction from URLs (+ optional AI summary / structured schema)
├── deepresearch                        # async multi-step research agent
│   ├── create <query> [options]        # with steering, deliverables, HITL, structured output
│   ├── list / status / watch
│   ├── update / cancel / delete / share
├── batch                               # parallel deepresearch jobs with shared config
├── sources                             # list available proprietary data sources
├── login / logout / whoami             # auth
├── doctor                              # setup + connectivity check
├── upgrade                             # detect install source, show / run upgrade command
└── open                                # open platform / docs / API keys in browser

Agent protocol (key patterns)

# Every command supports JSON output. Non-TTY auto-detects, -q forces it.
valyu search paper "GLP-1 obesity trials" -q
valyu deepresearch status <id> -q

# Stdin supported for: search, answer, contents, batch
echo "Tesla Q4 earnings key takeaways" | valyu answer - -q

# Async deep research: create returns immediately, watch blocks until done
ID=$(valyu deepresearch create "..." -q | jq -r .deepresearch_id)
valyu deepresearch watch "$ID"          # internal 5s poll - DON'T loop status manually
valyu deepresearch update "$ID" "Also cover regulatory risk"   # mid-flight steering

# Exit codes: 0 = success, 1 = error
# Error JSON: {"error":{"message":"...","code":"..."}}

# Webhook-driven async (no polling at all)
valyu deepresearch create "..." --webhook-url https://your-app.com/hook -q

Global flags

FlagDescription
--api-key <key>Override API key for this invocation
-p, --profile <name>Select stored profile
--jsonForce JSON output
-q, --quietSuppress spinners (implies --json)

Auth resolves: --api-key flag > VALYU_API_KEY env > stored config (valyu login).

Deliverables — generated files alongside the report

deepresearch can produce CSV / XLSX / PPTX / DOCX / PDF files alongside the markdown report. Use this when the user wants both a narrative and machine-parseable data.

Passing deliverables — two shapes:

1. String (natural language, lets the agent pick the file type)

   --deliverable "CSV of Phase 3 CAR-T trials: NCT ID, sponsor, indication, phase, enrollment, endpoint, status"

2. Object in a JSON file (pin file type + columns) via --deliverables-file <path>:

   [
     { "type": "csv",  "description": "Top 20 Series A AI startups 2026",
       "columns": ["company", "founders", "hq_city", "round_size_usd", "round_date", "lead_investor"] },
     { "type": "xlsx", "description": "Investor landscape: top VCs leading AI Series A rounds" },
     "One-page PDF executive summary of the landscape"
   ]

The array can mix objects and plain strings. Object type must be one of: csv, xlsx, pptx, docx, pdf.

--deliverable is repeatable and merges with --deliverables-file. Base mode price covers 1 deliverable; each additional adds $0.10.

Common knowledge-work recipes:

Use caseExample
PE / M&A target list--deliverable "CSV of targets: company, HQ, revenue, EBITDA, owner, last financing"
Drug candidate shortlist--deliverable "XLSX of molecules: name, target, MoA, developer, phase, NCT ID"
Clinical trial tracker--deliverable "CSV of trials: NCT ID, sponsor, indication, phase, enrollment, endpoint, status"
Financial peer comp--deliverable "XLSX comparing revenue, margin, growth across peer group"
GTM account list--deliverable "CSV of accounts: company, website, HQ, signals, key people, last funding"
Competitive deck--deliverable "PPTX one slide per competitor + positioning matrix + conclusion"
Patent landscape--deliverable "CSV of patents: number, assignee, filing date, title, forward citations"

Details + download recipe: references/deepresearch.md

Recipes by domain

Private equity / DD

# Target DD brief + management CSV
valyu deepresearch create \
  "<Target Co> - DD brief: management, loan book, regional position, regulatory posture" \
  --mode heavy \
  --deliverable "CSV of top management: name, title, tenure, prior roles, notable transactions" \
  --deliverable "CSV of loan book concentration: sector, geography, approximate % of portfolio" \
  --watch

Finance / equity research

valyu deepresearch create \
  "NVDA Q4 earnings: guidance, datacenter segment, gross margin trajectory, forward risks" \
  --report-format "Sell-side style 2-page brief with peer comparison table" \
  --watch

Healthcare / life sciences

# Drug candidate landscape + XLSX
valyu deepresearch create \
  "Clinical-stage oral GLP-1 agonists in obesity indication" \
  --research-strategy "Prioritize ClinicalTrials.gov, FDA labels, PubMed abstracts over press releases" \
  --deliverable "XLSX: molecule, developer, mechanism, phase, indication, enrollment, NCT ID, ChEMBL ID" \
  --deliverable "One-page PDF ranking top 5 by commercial promise" \
  --watch

# Clinical trial tracker
valyu deepresearch create \
  "Phase 3 CAR-T trials in solid tumors currently recruiting" \
  --mode fast \
  --deliverable "CSV: NCT ID, sponsor, indication, target antigen, phase, enrollment, start date, primary endpoint, status" \
  --watch

GTM / sales / recruiting

valyu deepresearch create \
  "Series A/B AI infrastructure startups in NYC hiring platform engineers" \
  --country US \
  --deliverable "CSV: company, website, founders, HQ, last round size/date/lead, product one-liner, open platform engineering roles" \
  --watch

Competitive / market research

valyu deepresearch create \
  "Competitive landscape of enterprise AI coding assistants" \
  --mode heavy \
  --deliverable "PPTX: title + one slide per competitor (product, pricing, funding, customers, differentiation) + positioning matrix + conclusion" \
  --deliverable "CSV feature matrix across 12 dimensions" \
  --watch

When to use which command

User intentCommand
Quick factual question with citationsvalyu answer "..."
Find papers / filings / trials / patents on a topicvalyu search <type> "..."
Pull clean text from a URL (or extract structured data)valyu contents <url> [--structured]
Comprehensive research + cited report (± deliverables)valyu deepresearch create "..."
Many parallel deepresearch tasks with shared configvalyu batch create ...
Discover available proprietary data sourcesvalyu sources list
Upgrade the CLI itselfvalyu upgrade

Search types (for valyu search <type>)

TypeSourcesBest for
webWebGeneral lookups, current events
newsNews outletsBreaking stories, recent coverage
paperarXiv, PubMed, bioRxiv, medRxivAcademic research
bioPubMed, bioRxiv, medRxiv, ClinicalTrials.gov, FDA labelsLife sciences / clinical
financeSEC filings, stocks, earnings, balance sheet, cashflow, insider, crypto, forexFinancial data
secSEC filings only10-K / 10-Q / 8-K research
patentGlobal patentsIP / patent landscape
economicsBLS, FRED, World Bank, USAspendingMacro / economic indicators

Deep research modes

ModeTimePriceUse
fast~5 min$0.10Quick lookups, structured extraction, high-volume batches
standard~10-20 min$0.50Most research tasks (default)
heavy~60 min$2.50Deep analysis, comparative reports, DD briefs
maxup to ~2 hrs$15.00Exhaustive research, maximum depth

Common mistakes

#MistakeFix
1Using valyu researchThe command is valyu deepresearch
2Polling status in a tight loopUse valyu deepresearch watch <id> (5s internal poll)
3--structured + --output-format markdownStructured replaces markdown/PDF. Use deliverables for "report + structured data". Only toon can accompany a structured schema.
4Over-scoping with --include-sourceLet the agent pick sources — it picks well. Only use --include-source when you must narrow to a specific dataset, never as a default.
5Vague deliverable descriptionsSpecify columns, units, filters explicitly (e.g. "NCT ID, sponsor (company), enrollment (integer, actual)")
6Not using -q in pipelines-q suppresses spinners and forces JSON
7Expecting synchronous deep researchcreate returns immediately; use --watch or poll status
8Watching by ID that's already completedwatch returns instantly with the final result

When to load each reference

  • Deep research / deliverables / HITL / structured outputreferences/deepresearch.md
  • Search (web / paper / finance / sec / bio / patent / economics / news)references/search.md
  • AI answer (`answer`)references/answer.md
  • URL content extraction (`contents`)references/contents.md
  • Auth, profiles, loginreferences/auth.md
  • Error codesreferences/error-codes.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.