From evernote-pack
Create a minimal working Evernote example. Use when starting a new Evernote integration, testing your setup, or learning basic Evernote API patterns. Trigger with phrases like "evernote hello world", "evernote example", "evernote quick start", "simple evernote code", "create first note".
How this skill is triggered — by the user, by Claude, or both
Slash command
/evernote-pack:evernote-hello-worldThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create your first Evernote note using the Cloud API, demonstrating ENML format and NoteStore operations.
Create your first Evernote note using the Cloud API, demonstrating ENML format and NoteStore operations.
evernote-install-auth setupFor full implementation details and code examples, load:
references/implementation-guide.md
| Error | Cause | Solution |
|---|---|---|
EDAMUserException: BAD_DATA_FORMAT | Invalid ENML content | Validate against ENML DTD |
EDAMNotFoundException | Note or notebook not found | Check GUID is correct |
EDAMSystemException: RATE_LIMIT_REACHED | Too many requests | Wait for rateLimitDuration |
Missing DOCTYPE | ENML missing required header | Add XML declaration and DOCTYPE |
Proceed to evernote-local-dev-loop for development workflow setup.
Basic usage: Apply evernote hello world to a standard project setup with default configuration options.
Advanced scenario: Customize evernote hello world for production environments with multiple constraints and team-specific requirements.
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin evernote-packGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
4plugins reuse this skill
First indexed Jul 11, 2026