research
Conduct open-ended research on a topic, building a living markdown document. Supports interactive and deep research modes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brennerspear/parallel-ai-researchWhat This Skill Does
The research skill is a powerful, persistent documentation engine designed for OpenClaw. Unlike ephemeral chat, this skill creates a structured, evolving markdown workspace to track inquiries from conception to conclusion. It manages the lifecycle of a topic by creating a dedicated directory containing your original prompt, your living research findings, and any supporting artifacts. Whether you are performing a quick fact-check or a long-term technical deep-dive, the research skill ensures your information is organized, accessible, and iterative.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/brennerspear/parallel-ai-research
Use Cases
- Technical Due Diligence: Evaluate frameworks or libraries before integration by creating a comparison matrix in your research document.
- Market Analysis: Use the Deep Research mode to aggregate competitive landscape data over an extended period.
- Knowledge Management: Document complex project requirements or investigate architectural decisions that need to be captured for team transparency.
- Brainstorming & Strategy: Explore multi-faceted problems by breaking them down into 'Open Questions' and 'Findings' sections within the generated workspace.
Example Prompts
- "I need to figure out if Rust or Go is better for our new microservice architecture. Start a research doc for this and list the pros and cons."
- "Perform deep research on the current state of decentralized identity protocols and summarize the security implications in my research folder."
- "Keep researching these integration options; add your findings to the existing research.md file and suggest three next steps."
Tips & Limitations
- Maintain Context: Always let the agent know if you are continuing an existing research project or starting a new topic to ensure files are organized correctly.
- Use Deep Research Sparingly: Deep research is resource-intensive. Reserve it for tasks that truly require parallel exploration and time, rather than simple fact-retrieval.
- Manual Curation: While the agent automates the collection, the most valuable research documents are those where the user periodically refines the 'Findings' and 'Next Steps' sections to keep the document focused.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brennerspear-parallel-ai-research": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, network-access, external-api
Related Skills
amazon
Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
flights
Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links. Supports city names (NYC, London, Tokyo) with automatic multi-airport search. No API key required.
gog-safety
Build and deploy safety-profiled gogcli binaries with compile-time command removal. Use when setting up gog for an AI agent with restricted permissions — choosing between L1 (draft only), L2 (collaborate), or L3 (standard write). Covers building from PR
dev-serve
Start and manage tmux-backed dev servers exposed through Caddy at wildcard subdomains.
commit
Create a git commit with a contextual message based on current changes, then push the branch.