Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Basic Memory provides the MCP server — tools like `write_note`, `search_notes`
| **memory-continue** | Resume prior work by rebuilding context from the knowledge graph — `build_context` via `memory://` URLs, recent activity, and search, then read the key notes. | Starting a session, or when the user says "continue with...", "back to...", or "where were we?" |
| **memory-onboarding** | Guided onboarding for people new to Basic Memory — interview, blueprint, approval gate, then build a full system: schemas, templates, instruction notes, a startup router, indexes, and real seed notes, plus assistant setup so the rules load every session. | When a user is new to Basic Memory, doesn't know what to use it for, wants structure in an empty or messy project, or wants their assistant to follow consistent rules across sessions. |

`memory-research` asks the agent to search the web. Basic Memory does not ship that tool. If the host already has web search, keep using it. If not, [Parallel Search MCP](https://docs.parallel.ai/integrations/mcp/search-mcp#cursor) is an optional free setup (no account or API key, lower rate limits). It does not receive notes, and the agent still asks before saving one.

## Basic Memory Cloud

Everything works locally — cloud adds cross-device, team, and production capabilities:
Expand Down
2 changes: 2 additions & 0 deletions skills/memory-research/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Research an external subject, synthesize what you find, and create a structured

### Step 1: Web Research

Basic Memory does not include a web search tool. If this host already has one, use it. If it does not, [Parallel Search MCP](https://docs.parallel.ai/integrations/mcp/search-mcp#cursor) is an optional free setup: no account or API key, with lower rate limits. Web search does not send notes to Parallel. Still ask before saving a note.

Search for current information across multiple sources. Aim for 3-5 searches to build a well-rounded picture:

```
Expand Down