Toolverse
All skills

evernote-webhooks-events

by jeremylongshore

Implement Evernote webhook notifications and sync events.\nUse when handling note changes, implementing real-time sync,\nor processing Evernote notifications.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Security

About this skill

Implement Evernote webhook notifications and sync events.\nUse when handling note changes, implementing real-time sync,\nor processing Evernote notifications.\nTrigger with phrases like \

How to use

  1. Przygotuj środowisko: upewnij się, że masz klucz API Evernote z włączonymi uprawnieniami do webhoków oraz publicznie dostępny HTTPS endpoint, na który Evernote będzie wysyłać powiadomienia.

  2. Utwórz endpoint webhooka: skonfiguruj serwer (np. Express.js) aby odbierał żądania POST na ścieżce /evernote/webhook. Endpoint powinien natychmiast zwrócić kod HTTP 200, a następnie przetworzyć powiadomienie asynchronicznie.

  3. Obsługuj parametry webhooka: Evernote wysyła trzy parametry — userId (identyfikator użytkownika), guid (identyfikator notesu), oraz reason (typ zdarzenia: create, update lub notebook). Na podstawie reason określ rodzaj zmiany.

  4. Zarządzaj stanem synchronizacji: przechowuj ostatni numer USN (Update Sequence Number) dla każdego użytkownika. Po otrzymaniu webhooka pobierz aktualny USN serwera za pomocą getSyncState(), a następnie użyj getFilteredSyncChunk() aby pobrać tylko zmiany od ostatniej synchronizacji.

  5. Przetwarzaj trzy typy zdarzeń: obsłuż zdarzenie create (nowa notatka), update (zmieniona notatka) i notebook (zmiana na poziomie notesu). Każde zdarzenie powinno wyzwolić synchronizację dotkniętego notesu.

  6. Wdrażaj skill w Claude Code, Codex lub OpenClaw — tool obsługuje operacje Read, Write, Edit oraz Bash z dostępem do curl.

Related skills

academic-researcher

by Shubhamsaboo

Academic research assistant for literature reviews, paper analysis, and scholarly writing.\nUse when: reviewing academic papers, conducting literature reviews, writing research summaries,\nanalyzing methodologies, formatting citations, or when user mentions academic research,

Security
1260

security-compliance

by davila7

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding

Security
1172

python-expert

by Shubhamsaboo

Senior Python developer expertise for writing clean, efficient, and well-documented code.\nUse when: writing Python code, optimizing Python scripts, reviewing Python code for best practices,\ndebugging Python issues, implementing type hints, or when user mentions Python, PEP 8,

Security
2777

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116

google-analytics

by davila7

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

Security
1260