evernote-install-auth
Install and configure Evernote SDK and OAuth authentication.\nUse when setting up a new Evernote integration, configuring API keys,\nor initializing Evernote in your project.\nTrigger with phrases like \
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Install and configure Evernote SDK and OAuth authentication.\nUse when setting up a new Evernote integration, configuring API keys,\nor initializing Evernote in your project.\nTrigger with phrases like \
How to use
Przejdź do portalu deweloperskiego Evernote (dev.evernote.com), złóż wniosek o klucz API i czekaj na zatwierdzenie (do 5 dni roboczych). Po akceptacji otrzymasz consumerKey i consumerSecret.
Zainstaluj SDK Evernote za pomocą npm (npm install evernote) dla projektów Node.js 18+ lub pip (pip install evernote) dla Pythona 3.10+.
Utwórz plik .env w katalogu projektu i dodaj zmienne środowiskowe: EVERNOTE_CONSUMER_KEY, EVERNOTE_CONSUMER_SECRET oraz EVERNOTE_SANDBOX (ustaw na true dla środowiska testowego).
Zainicjalizuj klienta OAuth, importując bibliotekę Evernote i tworząc instancję Client z parametrami consumerKey, consumerSecret oraz flagą sandbox pobraną ze zmiennych środowiskowych.
Wyzwól umiejętność frazą zawierającą "install evernote", "setup evernote" lub "evernote auth" — Claude automatycznie wygeneruje kod inicjalizujący przepływ OAuth i weryfikujący połączenie z API Evernote.