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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/evernoteWhat 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
- "Create a new note in my 'Project Ideas' notebook titled 'AI Agent Features' with the content 'Focus on voice integration and offline capabilities.'"
- "Search my Evernote for notes containing 'Q3 Roadmap' and summarize the key action items."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-evernote": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.