skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
jeremylongshore/claude-code-plugins-plus-skills22 installs

evernote-local-dev-loop

Set up efficient local development workflow for Evernote integrations. Use when configuring dev environment, setting up sandbox testing, or optimizing development iteration speed. Trigger with phrases like "evernote dev setup", "evernote local development", "evernote sandbox", "test evernote locally".

How do I install this agent skill?

npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill evernote-local-dev-loop
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill provides a secure and well-structured template for setting up an Evernote local development environment. It adheres to industry best practices by utilizing environment variables for credential management, recommending the use of a sandbox environment for testing, and utilizing established, official libraries from the npm registry.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • Runlayerfail

    1/1 file flagged

What does this agent skill do?

Evernote Local Dev Loop

Overview

Configure an efficient local development environment for Evernote API integration with sandbox testing, hot reload, and debugging tools.

Prerequisites

Instructions

Step 1: Project Structure

Step 2: Environment Configuration

Step 3: Evernote Client Wrapper

Step 4: ENML Utility Helpers

Step 5: Express Server with OAuth

Step 6: Package.json Scripts

Step 7: Quick Test Script

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

Output

  • Working local development server
  • Hot-reload enabled with nodemon
  • OAuth flow implemented
  • Dev token shortcut for quick testing
  • ENML utility functions

Error Handling

ErrorCauseSolution
EVERNOTE_DEV_TOKEN not setMissing dev tokenGet from sandbox.evernote.com/api/DeveloperToken.action
Invalid consumer keyWrong sandbox vs prodVerify EVERNOTE_SANDBOX matches your key type
Session undefinedMissing express-sessionEnsure session middleware is configured

Resources

Next Steps

Proceed to evernote-sdk-patterns for advanced SDK usage patterns.

Examples

Basic usage: Apply evernote local dev loop to a standard project setup with default configuration options.

Advanced scenario: Customize evernote local dev loop for production environments with multiple constraints and team-specific requirements.

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/jeremylongshore/claude-code-plugins-plus-skills/evernote-local-dev-loop">View evernote-local-dev-loop on skillZs</a>