--- name: evernote-hello-world description: '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". ' allowed-tools: Read, Write, Edit version: 1.0.0 license: MIT author: Jeremy Longshore tags: - saas - evernote - api - testing compatibility: Designed for Claude Code, also compatible with Codex and OpenClaw --- # Evernote Hello World ## Overview Create your first Evernote note using the Cloud API, demonstrating ENML format and NoteStore operations. ## Prerequisites - Completed `evernote-install-auth` setup - Valid access token (OAuth or Developer Token for sandbox) - Development environment ready ## Instructions ### Step 1: Create Entry File Initialize an authenticated Evernote client. Use a Developer Token for sandbox or an OAuth access token for production. ```javascript // hello-evernote.js const Evernote = require('evernote'); const client = new Evernote.Client({ token: process.env.EVERNOTE_ACCESS_TOKEN, sandbox: true // false for production }); ``` ### Step 2: Understand ENML Format Evernote uses ENML (Evernote Markup Language), a restricted XHTML subset. Every note must include the XML declaration, DOCTYPE, and `` root element. Forbidden elements include `