# Evernote Migration Deep Dive

> Deep dive into Evernote data migration strategies. Use when migrating to/from Evernote, bulk data transfers, or complex migration scenarios. Trigger with phrases like "migrate to evernote", "migrate from evernote", "evernote data transfer", "bulk evernote migration".

- Skill: `micsapp/evernote-migration-deep-dive` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add micsapp/evernote-migration-deep-dive`
- Raw SKILL.md: https://api.skillmd.com/api/skills/micsapp/evernote-migration-deep-dive/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: micsapp (https://skillmd.com/u/micsapp)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/micsapp/evernote-migration-deep-dive

---

# Evernote Migration Deep Dive

## Overview
Comprehensive guide for migrating data to and from Evernote, including bulk operations, format conversions, and maintaining data integrity.

## Prerequisites
- Understanding of Evernote data model
- Source/target system access
- Sufficient API quota for migration
- Backup strategy in place

## Instructions

### Step 1: Migration Planning

### Step 2: Export from Evernote

### Step 3: Import to Evernote

### Step 4: Migration Runner

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

## Output
- Migration planning tools
- Evernote data exporter (JSON, Markdown, ENEX)
- Evernote data importer
- Migration runner with progress tracking
- Verification and reporting

## Resources
- [Evernote Export Format (ENEX)](https://dev.evernote.com/doc/articles/enex.php)
- [ENML Reference](https://dev.evernote.com/doc/articles/enml.php)
- [API Reference](https://dev.evernote.com/doc/reference/)

## Error Handling

| Error | Cause | Resolution |
|-------|-------|------------|
| Authentication failure | Invalid or expired credentials | Refresh tokens or re-authenticate with migration |
| Configuration conflict | Incompatible settings detected | Review and resolve conflicting parameters |
| Resource not found | Referenced resource missing | Verify resource exists and permissions are correct |

## Examples

**Basic usage**: Apply evernote migration deep dive to a standard project setup with default configuration options.

**Advanced scenario**: Customize evernote migration deep dive for production environments with multiple constraints and team-specific requirements.
