Skill
AvailableA skill that tells your agent to use sum.md on its own — searching for context before it answers and saving things worth keeping, without being asked each time.
What it is
The sum.md skill wraps the MCP server with proactive instructions. With it installed, the agent knows when to reach for your knowledge base instead of waiting for an explicit command.
Install
npx skills add https://sum.md -g
This registers the skill globally and connects the sum.md MCP server. The first tool call triggers the same one-time OAuth2 authorization as MCP.
What it does
- Calls
search_contextwhen you ask about a topic or past work, before answering from general knowledge - Calls
add_entrywhen you say “save”, “remember”, or “note that” — or share something worth preserving - Reaches for recent entries and tags when you want an overview
When to use it
Use the skill when you want sum.md to feel ambient — reused summaries and saved context surfacing automatically in everyday conversations. If you'd rather call the tools explicitly, the MCP server alone is enough.