npx claudepluginhub verygoodplugins/claude-plugins --plugin evernoteSave research findings, web content, or project notes to Evernote with automatic organization.
/research-save [topic]
Determine content to save:
Find or create appropriate notebook:
mcp__evernote__evernote_list_notebooks({})
Format the content:
Create the note:
mcp__evernote__evernote_create_note({
title: "[Topic] - Research Notes - YYYY-MM-DD",
content: "## Summary\n\n[Key findings]\n\n## Details\n\n[Detailed notes]\n\n## Sources\n\n- [links]",
notebookGuid: "<research-notebook-guid>",
tags: ["research", "topic-tag", "YYYY-MM"]
})