research

star 14

Research a topic and save findings to vault

Railly By Railly schedule Updated 3/31/2026

name: research description: Research a topic and save findings to vault


description: Research a topic and save findings to vault

Topic: $ARGUMENTS

Research Methods (choose based on need)

Static Content (default)

  1. Use WebSearch to find relevant information
  2. Use WebFetch to read key sources

Dynamic/Interactive Content (use agent-browser)

When pages require JavaScript, login, or interaction:

agent-browser open "https://example.com"
agent-browser snapshot -i
agent-browser click @e3  # if needed
agent-browser snapshot -i  # get updated content
agent-browser close

Process

  1. Search and gather sources (WebSearch + WebFetch or agent-browser)
  2. Synthesize findings into structured notes
  3. Save to 05_Areas/research/$ARGUMENTS.md with:
    • Summary
    • Key points
    • Sources
    • Action items if applicable

Format:

# $ARGUMENTS

## Summary
Brief overview of the topic.

## Key Points
- Point 1
- Point 2

## Sources
- [Title](url)

## Action Items
- [ ] Next step

## Related
- [[Related Topic]]

Link to relevant existing notes if applicable.

Install via CLI
npx skills add https://github.com/Railly/agent-brain --skill research
Repository Details
star Stars 14
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator