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".
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill evernote-hello-world80
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
ENML format compliance
XML declaration
100%
100%
DOCTYPE declaration
100%
100%
en-note root element
100%
100%
No forbidden elements
100%
100%
No class or id attributes
100%
100%
No event handlers
100%
100%
Lowercase tags
100%
100%
Inline styles only
100%
100%
en-todo usage
100%
100%
Properly closed tags
100%
100%
Without context: $0.2884 · 1m 24s · 20 turns · 21 in / 4,216 out tokens
With context: $0.4004 · 1m 23s · 22 turns · 21 in / 4,360 out tokens
Client initialization and note creation
Correct SDK package
100%
100%
Token from environment
0%
100%
Sandbox mode enabled
100%
100%
NoteStore obtained via getNoteStore
100%
100%
Note object via Evernote.Types.Note
100%
100%
Title and content set
100%
100%
createNote called on NoteStore
100%
100%
ENML XML declaration
100%
100%
ENML DOCTYPE present
100%
100%
ENML en-note root
100%
100%
Without context: $0.2932 · 1m 5s · 19 turns · 19 in / 3,480 out tokens
With context: $0.3382 · 57s · 20 turns · 54 in / 2,908 out tokens
Complete NoteStore workflow with error handling
getUserStore for user info
100%
100%
listNotebooks called
100%
100%
getNote with boolean params
100%
100%
Note created then retrieved
100%
100%
EDAMUserException handled
0%
0%
EDAMNotFoundException handled
0%
0%
EDAMSystemException handled
0%
50%
NoteStore from getNoteStore
100%
100%
ENML XML declaration and DOCTYPE
100%
100%
Console output of workflow steps
100%
100%
Sandbox mode set
100%
100%
Without context: $0.5490 · 2m 8s · 31 turns · 31 in / 7,409 out tokens
With context: $0.3680 · 1m 22s · 20 turns · 412 in / 4,562 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.