← Back to Skills Marketplace
occupythemilkyway

Ra Lite

by OccupyTheMilkyWay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
32
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ra-lite
Description
Ra Lite -- Research Intelligence. Drop a topic and get an instant structured 3-source research brief. Free tier of Ra.
README (SKILL.md)

Ra Lite -- Research Intelligence

Ra sees all. Give Ra a topic and it returns a sharp, sourced research brief in minutes.

Free vs Standard vs Pro

Feature Ra Lite (Free) Ra Standard ($5) Ra Pro ($9)
Sources synthesized 3 8-10 12+
Output depth Quick brief Full structured report Executive brief + deep analysis
Competing viewpoints No No Yes (balanced)
Competitive analysis No No Yes
Save to file No .md report .md + .docx
Citation style Inline Full bibliography APA / MLA / Chicago

Upgrade: Ra Standard -> ko-fi.com/occupythemilkyway ($5) Bundle: All 5 Egyptian skills for $29 -> ko-fi.com/occupythemilkyway (save $16)


Step 1 -- Setup

pip3 install rich --break-system-packages --quiet

Step 2 -- Research brief

import os, sys
from rich.console import Console
from rich.panel import Panel
from rich.rule import Rule

console = Console()
topic = os.environ.get("RESEARCH_TOPIC", "").strip()

if not topic:
    console.print(Panel("[red]RESEARCH_TOPIC is required.[/red]\
Set it to your research question or subject.", title="Setup Error", border_style="red"))
    sys.exit(1)

console.print()
console.print(Panel.fit(
    f"[bold yellow]☀️  Ra Lite -- Research Intelligence[/bold yellow]\
"
    f"Topic: [cyan]{topic}[/cyan]\
"
    f"[dim]Free tier -- 3 sources, quick brief[/dim]",
    border_style="yellow"
))
console.print()
console.print("[bold]What Ra will do:[/bold]")
console.print("  1. Search the web for authoritative sources on your topic")
console.print("  2. Synthesize findings into a structured brief")
console.print("  3. Cite the 3 most relevant sources")
console.print()
console.print(Rule("[yellow]Starting research...[/yellow]"))

Step 3 -- Claude researches and writes the brief

Now research the topic: {RESEARCH_TOPIC}

Use web search to find 3 authoritative, recent sources. Then write a research brief with this exact structure:

# Research Brief: [TOPIC]

## Executive Summary
2-3 sentences covering the core finding.

## Key Findings
- Finding 1 (cite source)
- Finding 2 (cite source)
- Finding 3 (cite source)

## What This Means
1-2 paragraphs of analysis and implications.

## Sources
1. [Title](URL) -- one-line description
2. [Title](URL) -- one-line description
3. [Title](URL) -- one-line description

Keep the brief tight and factual. No filler.


Step 4 -- Upsell

from rich.panel import Panel
from rich.console import Console
console = Console()
console.print()
console.print(Panel(
    "[dim]Ra Lite gives you a 3-source quick brief.\
\
[/dim]"
    "[bold yellow]Ra Standard ($5)[/bold yellow] gives you 8-10 sources, a full structured report, and saves to a .md file.\
"
    "[bold magenta]Ra Pro ($9)[/bold magenta] adds multi-angle analysis, competitive breakdowns, and .docx export.\
\
"
    "Get Ra Standard -> [bold cyan]ko-fi.com/occupythemilkyway[/bold cyan]",
    title="[yellow]Want deeper research?[/yellow]",
    border_style="yellow"
))
Usage Guidance
Install only if you are comfortable with the agent searching the web for the topic you provide and seeing a promotional upgrade message. For cleaner system hygiene, run the pip install in a virtual environment instead of modifying system Python.
Capability Assessment
Purpose & Capability
The artifact’s purpose is to generate a three-source research brief from a user-provided RESEARCH_TOPIC, and its web-search instructions fit that purpose.
Instruction Scope
Runtime instructions are narrow: check the topic value, print status text, perform topic-focused web research, produce a structured brief, and show an upgrade message.
Install Mechanism
Setup asks users to run pip3 install rich --break-system-packages --quiet. This is disclosed and only supports console formatting, but it can modify the Python environment more broadly than a virtual environment would.
Credentials
The only declared environment input is RESEARCH_TOPIC. Web access is expected for a research skill, and the artifact does not request local file access, credentials, profile stores, or unrelated data flows.
Persistence & Privilege
Installing rich may persist in the Python environment, but the artifact shows no background worker, privilege escalation, destructive action, or ongoing persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ra-lite
  3. After installation, invoke the skill by name or use /ra-lite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Ra Lite – Research Intelligence. - Instantly generates a structured, 3-source research brief on any topic using web search. - Requires a RESEARCH_TOPIC environment variable for flexible input. - Step-by-step setup and usage guide included. - Produced output features executive summary, key findings with citations, and concise source descriptions. - Highlights differences between Lite, Standard, and Pro tiers, with upgrade information.
Metadata
Slug ra-lite
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ra Lite?

Ra Lite -- Research Intelligence. Drop a topic and get an instant structured 3-source research brief. Free tier of Ra. It is an AI Agent Skill for Claude Code / OpenClaw, with 32 downloads so far.

How do I install Ra Lite?

Run "/install ra-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ra Lite free?

Yes, Ra Lite is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ra Lite support?

Ra Lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ra Lite?

It is built and maintained by OccupyTheMilkyWay (@occupythemilkyway); the current version is v1.0.0.

💬 Comments