Noverload - Knowledge Memory

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

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 1.7k · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill name/description (personal knowledge memory, search, summaries) aligns with what the SKILL.md describes. The token-based access to a user's Noverload account is appropriate for this purpose. However, the registry metadata declares no required env vars or primary credential even though SKILL.md clearly requires an NOVERLOAD_TOKEN; that mismatch should be corrected.
Instruction Scope
SKILL.md instructs the agent to spawn an MCP helper via `npx -y noverload-mcp@latest` and to provide NOVERLOAD_TOKEN (via config). The instructions stay within the stated purpose (searching/saving your saved content), but they also describe optional write capabilities (readOnly: false) that allow the agent to save URLs, add tags, and complete action items in your external account — those are powerful actions and the user must explicitly enable them. The instructions do not ask the agent to read unrelated system files, but they do require placing a token in ~/.openclaw/openclaw.json or an env var.
!
Install Mechanism
There is no packaged install spec in the registry, but the skill's runtime instructs the agent to run `npx -y noverload-mcp@latest`. That will fetch and execute code from the public npm registry at runtime. Using `@latest` and `-y` means the agent will run the most recent package without an explicit pinned version or local review — this is moderate risk because arbitrary code will be downloaded and executed on demand. Prefer a pinned, reviewed release or an explicit install path.
!
Credentials
The skill needs a personal access token (NOVERLOAD_TOKEN) to access the user's Noverload account, which is proportionate to the described capability. But the skill metadata did not declare this required env var or a primary credential — that's an inconsistency. Also note that turning off read-only mode gives the agent write permissions to your external account, which is justified by the feature but should be enabled deliberately and with least privilege.
Persistence & Privilege
The skill is not always-enabled (always: false) and can be invoked by the user or autonomously by the agent (normal). It does not request persistent modifications to other skills or system-wide settings. The only notable privilege is the optional ability to let the agent write to your Noverload account (via readOnly:false) — that is a feature, not a hidden escalation, but it should be enabled knowingly.
What to consider before installing
This skill appears to do what it says (connect your OpenClaw agent to your Noverload account), but there are a few things to check before installing: - The SKILL.md requires a NOVERLOAD_TOKEN but the registry metadata doesn't list it — expect to provide that token in ~/.openclaw/openclaw.json or as an env var. Confirm token scope and be prepared to revoke it if needed. - The skill runs `npx -y noverload-mcp@latest` at runtime, which downloads and executes the latest package from npm. That is convenient but runs remote code without a pinned version. If you care about supply-chain risk, ask the publisher to pin a specific version or provide a vetted package, or inspect the noverload-mcp package source before allowing the skill to run. - By default the skill is read-only; only enable readOnly:false if you trust the agent's automated actions (it will be able to save URLs, add tags, and mark tasks in your Noverload account). - Confirm the privacy claims with the vendor (where data is processed and what metadata is sent). If you want extra caution, create a limited-scope token or test with a sandbox account first. Given the metadata omission and the runtime fetch-and-execute behavior, proceed only after verifying the token requirement and the npm package/version you will allow the agent to run.

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

Current versionv1.0.0
Download zip
bookmarkvk97bmf6w7k5dcc1y5rg33f37yx80bwhtknowledgevk97bmf6w7k5dcc1y5rg33f37yx80bwhtlatestvk97bmf6w7k5dcc1y5rg33f37yx80bwhtlearningvk97bmf6w7k5dcc1y5rg33f37yx80bwhtmcpvk97bmf6w7k5dcc1y5rg33f37yx80bwhtmemoryvk97bmf6w7k5dcc1y5rg33f37yx80bwhtproductivityvk97bmf6w7k5dcc1y5rg33f37yx80bwhtsearchvk97bmf6w7k5dcc1y5rg33f37yx80bwht

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

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

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…