evernote-hello-world

Create your first Evernote note using the Cloud API, demonstrating ENML format and NoteStore operations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "evernote-hello-world" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-evernote-hello-world

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

Step 2: Understand ENML Format

Step 3: Create Your First Note

Step 4: Python Version

Step 5: List Notebooks

Step 6: Retrieve a Note

For full implementation details and code examples, load: references/implementation-guide.md

Output

  • Working code file with Evernote client initialization

  • Successfully created note in your Evernote account

  • Console output with note GUID and confirmation

Error Handling

Error Cause Solution

EDAMUserException: BAD_DATA_FORMAT

Invalid ENML content Validate against ENML DTD

EDAMNotFoundException

Note or notebook not found Check GUID is correct

EDAMSystemException: RATE_LIMIT_REACHED

Too many requests Wait for rateLimitDuration

Missing DOCTYPE

ENML missing required header Add XML declaration and DOCTYPE

Resources

  • Creating Notes

  • ENML Reference

  • Core Concepts

  • API Reference

Next Steps

Proceed to evernote-local-dev-loop for development workflow setup.

Examples

Basic usage: Apply evernote hello world to a standard project setup with default configuration options.

Advanced scenario: Customize evernote hello world for production environments with multiple constraints and team-specific requirements.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mindmap-generator

No summary provided by upstream source.

Repository SourceNeeds Review