ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

evernote

Manage notes, notebooks, and tags via Evernote API. Create, search, and organize notes programmatically.

Why use this skill?

Learn how to manage your Evernote notes, notebooks, and tags directly from your OpenClaw agent with the official Evernote skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mrgoodb/evernote
Or

What This Skill Does

The Evernote skill provides a seamless bridge between the OpenClaw AI agent and your Evernote account, allowing you to manage your personal knowledge base directly through chat interactions. By leveraging the Evernote API, this skill enables users to programmatically create, retrieve, and organize notes without ever leaving the terminal or the OpenClaw interface. It handles the complexities of ENML (Evernote Markup Language) formatting under the hood, ensuring your structured notes are synced correctly with your notebooks and tags. Whether you are capturing quick thoughts, drafting meeting minutes, or managing complex project documentation, this skill acts as an intelligent layer between your ideas and your digital filing system.

Installation

To integrate the Evernote skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/mrgoodb/evernote

After installation, you must configure your environment variables to authorize the agent. Obtain an access token from the Evernote developer portal and set the following in your shell configuration or current session:

export EVERNOTE_ACCESS_TOKEN="your_token_here" export EVERNOTE_BASE="https://www.evernote.com/shard/s1/notestore"

Ensure your token has the necessary permissions to read and write notes to your specific shard.

Use Cases

This skill is perfect for users who prioritize "building a second brain." Typical use cases include:

  • Rapid note capture: Instantly turn a brainstorming session in chat into a permanent record in a specific notebook.
  • Automated research: Use OpenClaw to fetch search results from the web and save them as organized notes in Evernote.
  • Contextual documentation: Automatically append logs or debugging results to existing project notebooks.
  • Personal Knowledge Management (PKM): Organize your information by programmatically tagging notes based on project status or priority.

Example Prompts

  1. "Create a new note in my 'Project Ideas' notebook titled 'AI Agent Features' with the content 'Focus on voice integration and offline capabilities.'"
  2. "Search my Evernote for notes containing 'Q3 Roadmap' and summarize the key action items."
  3. "List all my available notebooks so I can decide where to save my latest research findings."

Tips & Limitations

  • Formatting: Remember that Evernote requires ENML content. While the skill helps format this, very complex HTML might require manual refinement.
  • Rate Limits: Be mindful of Evernote API rate limits if you are programmatically triggering bulk updates.
  • Data Sensitivity: Only store credentials in your environment variables and avoid hardcoding tokens in scripts.
  • Syncing: API changes may take a few seconds to reflect in the Evernote mobile or desktop apps.

Metadata

Author@mrgoodb
Stars1401
Views0
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mrgoodb-evernote": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#evernote#notes#productivity#pkm#organization
Safety Score: 4/5

Flags: network-access, external-api