noverload

2
0
Source

Give your agent a searchable knowledge brain - semantic search, topic synthesis, and action tracking across your saved YouTube videos, articles, Reddit threads, X posts, and PDFs

Install

mkdir -p .claude/skills/noverload && curl -L -o skill.zip "https://mcp.directory/api/skills/download/3635" && unzip -o skill.zip -d .claude/skills/noverload && rm skill.zip

Installs to .claude/skills/noverload

About this skill

Noverload - Knowledge Memory for AI Agents

Your agent can now access your entire knowledge library. Search semantically, synthesize insights across sources, and track action items from everything you've saved.

What Noverload Provides

  • Semantic Search: Find content by meaning, not just keywords. Works across YouTube transcripts, articles, Reddit threads, X posts, and PDFs.
  • AI Summaries: Every piece of content is processed with key insights, action items, and takeaways extracted automatically.
  • Topic Synthesis: Combine insights from multiple sources to find patterns, contradictions, and connections.
  • Action Tracking: Tasks extracted from content, organized by your Health, Wealth, and Relationships goals.
  • Framework Extraction: Pull out methodologies, processes, and step-by-step guides from your saved content.

Setup

1. Get Your Token

  1. Sign up at https://noverload.com (free tier available)
  2. Go to Settings > Apps
  3. Click "New Token" to create a personal access token
  4. Copy the token (you won't see it again)

2. Configure OpenClaw

Add to ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "noverload": {
        "env": {
          "NOVERLOAD_TOKEN": "nv_your_token_here"
        }
      }
    }
  }
}

This skill uses MCP (Model Context Protocol) under the hood. The skill spawns the Noverload MCP server automatically via npx when activated.

Enable Saving (Optional)

By default, the skill is read-only for security. To let your agent save new content:

{
  "mcpServers": {
    "noverload": {
      "command": "npx",
      "args": ["-y", "noverload-mcp@latest"],
      "env": {
        "NOVERLOAD_CONFIG": "{\"accessToken\":\"nv_your_token\",\"readOnly\":false}"
      }
    }
  }
}

With readOnly: false, your agent can:

  • Save new URLs to your library
  • Add tags to content
  • Mark items as swipe files
  • Complete action items

3. Restart OpenClaw

The skill will be available in your next session.

Available Commands

Search Your Knowledge Base

Search my Noverload for productivity tips
Find content about machine learning in my library
What have I saved about negotiation tactics?
Look for anything about React Server Components

The search uses semantic matching - it understands meaning, not just keywords. Ask naturally.

Get Full Content

Get the full transcript of that Naval podcast
Show me the complete article about pricing strategy
Give me details on the YouTube video about habits

Retrieves full text, summaries, key insights, and metadata.

Synthesize Topics

Synthesize what I've saved about startup growth
Find patterns across my productivity content
What do different sources say about remote work?
Compare perspectives on AI safety from my library

Analyzes multiple sources to find connections, contradictions, and actionable patterns.

Extract Frameworks

What methodologies have I saved for building habits?
Find step-by-step processes from my content
What frameworks exist in my library for cold outreach?

Pulls structured approaches from your saved content.

Track Actions

What action items do I have from my saved content?
Show pending tasks for my Health goals
What should I work on based on what I've learned?
Mark the meditation action as complete

Save New Content

Save this URL to Noverload: https://example.com/article
Add this video to my knowledge base

Saves content for processing (summaries, actions, embeddings generated automatically).

Browse Library

What YouTube videos have I saved recently?
Show my articles from last week
List content tagged with "marketing"

Example Workflows

Morning Brief

"Based on my saved content, what are the top 3 action items I should tackle today?"

Research Mode

"Find everything I've saved about pricing strategy and give me the key frameworks"

Writing Assistant

"What quotes and insights do I have saved about remote work? I'm writing a blog post."

Learning Path

"Create a learning sequence from my saved machine learning content, starting with fundamentals"

Decision Support

"I'm choosing between React and Vue. What have I saved that compares them?"

Content Types Supported

TypeWhat Gets Extracted
YouTubeFull transcript, timestamps, key moments, action items
ArticlesFull text, main arguments, quotes, frameworks
RedditPost + top comments, discussion themes, advice
X/TwitterThread text, key points, linked content
PDFsFull text with OCR, document structure, highlights

Tips for Best Results

  1. Be specific: "What did Paul Graham say about startup ideas?" works better than "startup stuff"
  2. Use natural language: The search understands context and meaning
  3. Combine commands: Search first, then synthesize the results
  4. Check actions: Your saved content has extracted tasks - use them

Privacy & Security

  • Your data stays in YOUR Noverload account
  • Agent accesses via secure, revocable token
  • Read-only mode available for extra safety
  • No content is stored on OpenClaw servers
  • Revoke access anytime from Noverload settings

Limits

PlanContent SavesMCP Access
Free10/monthNo
ProUnlimitedYes
TrialUnlimitedYes (7 days)

MCP/API access is a Pro feature. Start a 7-day free trial to try it out.

Support

Version

1.0.0 - Initial release for OpenClaw

seedream-image-gen

openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

2359

ffmpeg-cli

openclaw

Comprehensive video/audio processing with FFmpeg. Use for: (1) Video transcoding and format conversion, (2) Cutting and merging clips, (3) Audio extraction and manipulation, (4) Thumbnail and GIF generation, (5) Resolution scaling and quality adjustment, (6) Adding subtitles or watermarks, (7) Speed adjustment (slow/fast motion), (8) Color correction and filters.

6623

context-optimizer

openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs optimization events to chat.

3622

a-stock-analysis

openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

9121

himalaya

openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

7921

garmin-connect

openclaw

Syncs daily health and fitness data from Garmin Connect into markdown files. Provides sleep, activity, heart rate, stress, body battery, HRV, SpO2, and weight data.

7321

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.