OpenClaw Expert Brain

v1.0.0

Manual interactivo de OpenClaw con 185 fuentes curadas en NotebookLM. Pregunta sobre instalación, configuración, skills, troubleshooting, multi-agent, cron,...

1· 182·0 current·0 all-time
byCarlos De La Torre@radelqui

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for radelqui/openclaw-expert-brain.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "OpenClaw Expert Brain" (radelqui/openclaw-expert-brain) from ClawHub.
Skill page: https://clawhub.ai/radelqui/openclaw-expert-brain
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3, nlm
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install openclaw-expert-brain

ClawHub CLI

Package manager switcher

npx clawhub@latest install openclaw-expert-brain
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (interactive OpenClaw manual) match the implementation: the script invokes the nlm CLI to query a NotebookLM notebook. Declared required binaries (python3, nlm) are appropriate. The tiny requirements.txt entry (python-dotenv) is unused by the script but is not harmful.
Instruction Scope
SKILL.md instructs the agent to run the bundled script which calls nlm notebook query with an optional OPENCLAW_NOTEBOOK_ID. The instructions do not ask for arbitrary file reads, unrelated env vars, or sending data to unknown endpoints. The claim of "Cero alucinaciones" is a content guarantee that cannot be technically enforced by the skill itself (note).
Install Mechanism
No automated install spec is present (instruction-only), which minimizes risk. The README tells users to install notebooklm-mcp-cli via pip — a normal public package install. There are no downloads from unknown URLs or extract steps in the manifest.
Credentials
The skill does not require secrets or config paths. It expects the user to authenticate nlm with Google (nlm login), which is appropriate for accessing NotebookLM. Optional OPENCLAW_NOTEBOOK_ID is reasonable. Note: nlm will manage OAuth tokens locally — expected but worth awareness.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system-wide settings, and has no special persistence privileges. It simply invokes a CLI at runtime.
Assessment
This skill appears to do what it says: it runs a small Python wrapper that calls your locally installed nlm CLI to query a curated NotebookLM notebook. Before installing/using it: (1) confirm you install notebooklm-mcp-cli from a trusted source and understand nlm will perform Google OAuth and store tokens locally; (2) avoid sending sensitive secrets or private data in queries to NotebookLM; (3) review the notebook ID (default is provided) if you need to ensure the data sources are trustworthy; (4) note requirements.txt lists python-dotenv but the script doesn't use it — benign but odd. If you want extra assurance, inspect the nlm package source or run the script in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🧠 Clawdis
Binspython3, nlm
latestvk97dzh7pcbm4kd7kkgtqm5h1y1835bsn
182downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

OpenClaw Expert Brain

Manual interactivo de OpenClaw potenciado por NotebookLM con 185 fuentes curadas.

Cuándo activar este skill

Activa cuando el usuario:

  • Pregunta sobre OpenClaw: instalación, configuración, setup, skills, ClawHub
  • Dice "help", "ayuda", "manual", "how to", "cómo se hace"
  • Menciona problemas: "error", "no funciona", "troubleshooting", "fix"
  • Pregunta sobre multi-agent, cron, seguridad, MCP, mcporter
  • Usa frases como "pregunta al manual", "consulta el brain", "ask expert"

Uso

# Preguntar algo sobre OpenClaw
python3 {baseDir}/scripts/ask.py --question "¿cómo instalo OpenClaw en un VPS?"

# Preguntar en inglés
python3 {baseDir}/scripts/ask.py --question "how do I create a custom skill?"

# Con notebook ID explícito
python3 {baseDir}/scripts/ask.py --question "troubleshooting gateway errors" --notebook-id 577a138c-807f-45d7-9ff4-cb1d6da190c0

Requisitos

  • nlm CLI instalado: pip install notebooklm-mcp-cli
  • Auth Google activa: nlm login --provider openclaw
  • Variable opcional: OPENCLAW_NOTEBOOK_ID (por defecto usa el notebook oficial)

Notebook de referencia

Consulta un cuaderno NotebookLM con 185 fuentes curadas:

  • Documentación oficial docs.openclaw.ai (16 páginas)
  • GitHub oficial: openclaw, clawhub, skills, community
  • Tutoriales en español: 25+ artículos y videos
  • Skills y ClawHub: 30+ guías y ejemplos
  • Multi-agent y cron: 25 fuentes avanzadas
  • Troubleshooting y seguridad: 20 fuentes

Notas

  • Respuestas en 5-10 segundos (sin Chromium, via API nlm)
  • Responde en el idioma de la pregunta (español/inglés)
  • Cero alucinaciones: solo responde con info de las 185 fuentes
  • No requiere Chromium ni patchright

Comments

Loading comments...