A powerful integration for programmatically managing Evernote notes, notebooks, and tags through a standardized API interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evernote
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install evernote using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Evernote skill for Openclaw Skills empowers developers and AI agents to interact directly with one of the most popular note-taking platforms. By leveraging the Evernote API, this skill enables the programmatic creation, retrieval, and organization of digital content. It serves as a bridge between automated data sources and personal knowledge management systems, allowing Openclaw Skills to maintain a structured and searchable repository of information.
Built for efficiency, this skill handles the complexities of Evernote's specific API requirements, including shard-based routing and ENML (Evernote Markup Language) formatting. Whether you are building an automated research assistant or a centralized logging system, this skill provides the necessary tools to keep your data organized within the Evernote ecosystem.
To use the Evernote skill within Openclaw Skills, you must configure your environment with your developer credentials:
# Set your developer access token
export EVERNOTE_ACCESS_TOKEN="your_access_token_here"
# Set your specific Evernote shard base URL
export EVERNOTE_BASE="https://www.evernote.com/shard/s1/notestore"
The Evernote skill interacts with the following data structures to ensure compatibility with Openclaw Skills:
| Attribute | Description | Format |
|---|---|---|
| title | The display name of the note | String |
| content | XML-compliant ENML content body | ENML/XML |
| notebookGuid | The unique identifier for the target notebook | UUID |
| tagNames | A list of strings to be applied as tags | Array |
| shardId | The user-specific server identifier | String |
Loading
A comprehensive tool for managing AWS Lambda serverless functions, including deployment, invocation, and real-time log monitoring.

An advanced retrieval and synthesis skill that connects AI agents to curated knowledge bases for grounded, source-backed answers.

A conceptual framework of mental models and behavioral principles designed to refine AI agent personality and decision-making integrity.

A professional-grade token unlock alert and analysis system providing real-time monitoring and historical price trend predictions.

A professional-grade skill for automating Microsoft Excel Online operations through the Microsoft Graph API.

A powerful developer tool for programmatically managing Fly.io Machines and containerized infrastructure using the Openclaw Skills framework.








































