← 返回
未分类 中文

Ra Lite

Ra Lite -- Research Intelligence. Drop a topic and get an instant structured 3-source research brief. Free tier of Ra.
Ra Lite — 研究情报。输入主题即可获得即时、结构化的三来源研究摘要。Ra 免费版。
occupythemilkyway
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 183
下载
💾 0
安装
1
版本
#latest

概述

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

FeatureRa Lite (Free)Ra Standard ($5)Ra Pro ($9)
------------------------------------------------------
Sources synthesized38-1012+
Output depthQuick briefFull structured reportExecutive brief + deep analysis
Competing viewpointsNoNoYes (balanced)
Competitive analysisNoNoYes
Save to fileNo.md report.md + .docx
Citation styleInlineFull bibliographyAPA / 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]\nSet 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]\n"
    f"Topic: [cyan]{topic}[/cyan]\n"
    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.\n\n[/dim]"
    "[bold yellow]Ra Standard ($5)[/bold yellow] gives you 8-10 sources, a full structured report, and saves to a .md file.\n"
    "[bold magenta]Ra Pro ($9)[/bold magenta] adds multi-angle analysis, competitive breakdowns, and .docx export.\n\n"
    "Get Ra Standard -> [bold cyan]ko-fi.com/occupythemilkyway[/bold cyan]",
    title="[yellow]Want deeper research?[/yellow]",
    border_style="yellow"
))

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-29 14:09

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

Talos Lite — Social Calendar (Free)

occupythemilkyway
Talos Lite — 社交日程(免费)。为单一平台生成1周发布计划,含3条文案。免费预览 Talos Pro 为您打造的...
★ 0 📥 567

Iris Lite — Quick Inbox Scan

occupythemilkyway
Iris Lite — 收件箱智能(免费)。扫描您最近的25封 Gmail 邮件,显示紧急程度评分和优先级列表,并生成2条快速回复。免费尝鲜...
★ 0 📥 495

Argus Lite — Code Scanner (Free)

occupythemilkyway
Argus Lite — 代码扫描器(免费)。对单个 Python 文件扫描前 10 大关键安全与缺陷模式。Argus Pro 功能的免费预览。
★ 0 📥 514