evernote-hello-world

Installation
SKILL.md

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.

// hello-evernote.js
const Evernote = require('evernote');
Installs
1
GitHub Stars
2.2K
First Seen
Apr 4, 2026
evernote-hello-world — jeremylongshore/claude-code-plugins-plus