Install
openclaw skills install noverloadGive 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
openclaw skills install noverloadYour agent can now access your entire knowledge library. Search semantically, synthesize insights across sources, and track action items from everything you've saved.
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.
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:
The skill will be available in your next session.
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 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 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.
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.
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 this URL to Noverload: https://example.com/article
Add this video to my knowledge base
Saves content for processing (summaries, actions, embeddings generated automatically).
What YouTube videos have I saved recently?
Show my articles from last week
List content tagged with "marketing"
"Based on my saved content, what are the top 3 action items I should tackle today?"
"Find everything I've saved about pricing strategy and give me the key frameworks"
"What quotes and insights do I have saved about remote work? I'm writing a blog post."
"Create a learning sequence from my saved machine learning content, starting with fundamentals"
"I'm choosing between React and Vue. What have I saved that compares them?"
| Type | What Gets Extracted |
|---|---|
| YouTube | Full transcript, timestamps, key moments, action items |
| Articles | Full text, main arguments, quotes, frameworks |
| Post + top comments, discussion themes, advice | |
| X/Twitter | Thread text, key points, linked content |
| PDFs | Full text with OCR, document structure, highlights |
| Plan | Content Saves | MCP Access |
|---|---|---|
| Free | 10/month | No |
| Pro | Unlimited | Yes |
| Trial | Unlimited | Yes (7 days) |
MCP/API access is a Pro feature. Start a 7-day free trial to try it out.
1.0.0 - Initial release for OpenClaw