evernote-connector

Installation
SKILL.md

Evernote Connector

Interact with the user's Evernote account via the scripts/evernote.py CLI.

Setup (one-time)

pip install evernote3
export EVERNOTE_TOKEN="S=s###:U=..."          # developer token or OAuth access token
export EVERNOTE_NOTE_STORE_URL="https://www.evernote.com/edam/note/sXXX"  # from OAuth; omit if using developer token with auto-discovery

If EVERNOTE_TOKEN is not set, tell the user to obtain a developer token from https://www.evernote.com/api/DeveloperToken.action or complete OAuth and provide the access token + NoteStore URL.

The script lives at scripts/evernote.py relative to this skill's directory. Use its absolute path when running it.

Common Operations

Installs
1
GitHub Stars
1
First Seen
Apr 20, 2026
evernote-connector — wbunker/skills-repo