opendevbrowser-research
Use this skill when you need benchmark-style research across web|community|social|shopping with strict timebox semantics and stable output modes.
Research Skill
Use this skill when you need benchmark-style research across web|community|social|shopping with strict timebox semantics and stable output modes.
Pack Contents
artifacts/research-workflows.mdassets/templates/compact.mdassets/templates/context.jsonassets/templates/report.mdscripts/run-research.shscripts/render-output.shscripts/write-artifacts.shscripts/validate-skill-assets.sh- Shared robustness matrix:
../opendevbrowser-best-practices/artifacts/browser-agent-known-issues-matrix.md
Fast Start
./skills/opendevbrowser-research/scripts/validate-skill-assets.sh
./skills/opendevbrowser-research/scripts/run-research.sh "browser automation" 30 context
./skills/opendevbrowser-research/scripts/render-output.sh "browser automation" compact
Core Rules
- Define timebox first (
--daysor--from/--to). - Prefer explicit sources for high-stakes claims.
- Persist artifacts and return reproducible paths.
- Mark unsupported claims as tentative; do not overstate certainty.
- Honor bounded retries and backoff windows under 429 pressure.
Parallel Multitab Alignment
- Apply shared concurrency policy from
../opendevbrowser-best-practices/SKILL.md("Parallel Operations"). - Run research acceptance in
managed,extension, andcdpConnectwhere browser-backed evidence capture is used. - Keep provider query orchestration mode-agnostic; isolate browser interaction per session worker.
Robustness Coverage (Known-Issue Matrix)
Matrix source: ../opendevbrowser-best-practices/artifacts/browser-agent-known-issues-matrix.md
ISSUE-06: upstream throttling and retry disciplineISSUE-09: pagination/result drift across sourcesISSUE-10: locale/currency normalization consistencyISSUE-12: stale evidence and claim traceability
Workflow
- Resolve timebox (
daysorfrom/to). - Choose sources (
auto|web|community|social|shopping|all). - Run
opendevbrowser research run. - Return requested mode output and artifact path.
Commands
opendevbrowser research run --topic "<topic>" --days 30 --mode context
opendevbrowser research run --topic "<topic>" --source-selection all --mode json
opendevbrowser research run --topic "<topic>" --sources web,shopping --mode md
Notes
autoresolves toweb|community|socialin v1.- Use
--source-selection allor--sources shopping,...to include shopping. - Use
--mode pathwithscripts/write-artifacts.shwhen you need replayable handoff bundles.
command example
# Skill source cat skills/opendevbrowser-research/SKILL.md