zao-research

Locate existing research, perform web searches, and save findings to README files.

1|1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/bettercallzaal/ZAOOS --skill zao-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zao-research
Source: https://github.com/bettercallzaal/ZAOOS/tree/main/.agents/skills/zao-research
Command: npx skills add https://github.com/bettercallzaal/ZAOOS --skill zao-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables efficient discovery and documentation of research for ZAO OS by locating existing docs, identifying gaps, and standardizing new findings for the research library.

Core Features & Use Cases

  • Search existing research: quickly locate relevant docs in research/ to avoid duplication.
  • Create new research: follow the new-research.md template to capture goals, key decisions, and sources.
  • Update the index: append new entries to research/README.md and maintain an organized inventory.

Quick Start

Ask for a topic, check the research library, conduct new research if needed, and save the findings in the standardized format.

Frequently Asked Questions about zao-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate existing research and avoid duplicating documentation in my library?

To consolidate existing research, this skill scans your research library to locate relevant docs, identifies gaps, and standardizes new findings to prevent duplication. It checks the research index first before fetching new web documents.

What is the best way to organize new research findings into a standardized format?

To organize new research findings, this skill uses a new-research template to capture goals, key decisions, and sources. The synthesized document is saved to research/{number}-{topic}/README.md and the index at research/README.md is refreshed.

Can I automate web searches and document indexing for topics not covered in my research library?

Yes, you can automate web searches and indexing for uncovered topics. If no existing work covers the topic, the skill performs targeted web searches, fetches relevant docs, synthesizes findings, and appends new entries to the research index.

Does the research assistant require external dependencies to fetch and synthesize documentation?

No external dependencies are required to fetch and synthesize documentation. The skill operates independently to locate existing docs, conduct targeted web searches, and update the research library inventory without additional packages.

How do I maintain a research index when adding new entries to my documentation library?

To maintain a research index, append new entries to research/README.md after saving the new document. This ensures an organized inventory is kept up to date alongside the individual research folders.