Toolverse
All skills

evernote-install-auth

by jeremylongshore

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

Quick info

Category
Security
Views
4

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

  1. 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.

  2. Zainstaluj SDK Evernote za pomocą npm (npm install evernote) dla projektów Node.js 18+ lub pip (pip install evernote) dla Pythona 3.10+.

  3. 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).

  4. Zainicjalizuj klienta OAuth, importując bibliotekę Evernote i tworząc instancję Client z parametrami consumerKey, consumerSecret oraz flagą sandbox pobraną ze zmiennych środowiskowych.

  5. 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.

Related skills