# Investment committee

Run a multi-lens investment committee workflow that compares quality, value, growth, sentiment, technical, macro, and risk evidence through QVeris.

## Agent Install Policy

Agents must get explicit user confirmation before installing a skill, writing configuration, or changing the local environment.

1. Read this guide and the manifest: https://qveris.cn/skills/qveris-investment-committee/manifest.json
2. Explain to the user what will be installed and which QVeris API actions may be used.
3. Ask for explicit approval before running an install command or changing local configuration.
4. After approval, install the skill and run one starter prompt.

## Official GitHub Source

- Repository: https://github.com/QVerisAI/open-qveris-skills
- Skill path: qveris-investment-committee
- Skill source: https://github.com/QVerisAI/open-qveris-skills/tree/main/qveris-investment-committee
- Clone and inspect: `git clone https://github.com/QVerisAI/open-qveris-skills.git && cd open-qveris-skills/qveris-investment-committee`

## Install Commands

- OpenClaw: `openclaw skills install qveris-investment-committee`

## Starter Prompts

### Committee debate
Run a buy/hold/sell debate with multiple evidence lenses.

```text
Use QVeris to run an investment committee debate for AAPL. Include quality, value, growth, sentiment, technical, macro, and risk lenses. Each lens must cite the QVeris capabilities called, then produce a final buy/hold/sell view with dissenting evidence.
```

### Two-name debate
Compare two candidates and expose where analysts disagree.

```text
Use QVeris to compare MSFT and GOOGL as committee candidates. Assign bull and bear views, call the evidence needed for each, and end with a ranked decision and open questions.
```

### Risk veto
Let risk evidence overrule the investment case when needed.

```text
Use QVeris to test whether TSLA has a risk veto today. Call market data, recent news, fundamentals, filings, and sentiment, then decide whether risk overrides the thesis.
```

## QVeris API Actions

- Discover `POST /search`: Find finance, news, filings, sentiment, technical, macro, and risk capabilities for each debate lens.
- Inspect `POST /tools/by-ids`: Confirm every committee lens has adequate coverage and visible billing before execution.
- Call `POST /tools/execute`: Call selected capabilities, attach evidence to each lens, and produce a traceable committee memo.

## Estimated QVeris Usage

This workflow usually needs 10-30 paid Calls after free Discover and Inspect preflight. Cost depends on providers, ticker count, and time window.

- Typical paid Call executions: 10-30
- Planning estimate: 10-300 credits
- Free actions: Discover, Inspect
- Paid actions: Call
- Note: Ask for explicit approval before paid Calls. Inspect billing_rule for every selected capability and reduce scope if the estimate is too high.

## Related Cases

- [Use FMP with QVeris](https://qveris.cn/blog/qveris-fmp-finance) - Turn structured financial data into callable agent capabilities.
- [Twelve Data market capabilities](https://qveris.cn/blog/qveris-twelve-data) - Add market data coverage for global research and screening workflows.
- [OpenClaw A-share finance assistant](https://qveris.cn/blog/openclaw-a-shares-finance-assistant) - A practical workflow for source-backed A-share monitoring.

## Human Page

https://qveris.cn/skills/qveris-investment-committee
