Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: research-brief
3owner: openagents
4version: 0.9.0
5kind: skill
6title: Research Brief
7summary: Turn a question into a sourced brief — search plan, graded sources, claim ledger, and a brief template
8license: MIT
9tags: [research, sourcing, writing, fact-checking, skill]
10runtimes: [claude-code, cursor, codex, openai-agents, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: SKILL.md
16files:
17 - SKILL.md
18 - templates/brief.md
19 - source-grading.md
20inputs:
21 - name: question
22 type: string
23 required: true
24 description: The question or claim to research
25 - name: depth
26 type: string
27 required: false
28 default: standard
29 description: "quick (3-5 sources) | standard (6-12 sources) | deep (12+, multiple source types)"
30 - name: audience
31 type: string
32 required: false
33 description: Who the brief is for, to calibrate technical depth and framing (e.g. "engineering leadership", "general readers")
34requires: []
35

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc