Loading...
Loading...
Routes to specific Unlayer sub-skills for framework integration, custom tools, content export, or editor configuration.
npx skill4agent add unlayer/unlayer-skills unlayerstat -f "%Sm" -t "%Y-%m-%d" SKILL.md 2>/dev/null || stat -c "%y" SKILL.md 2>/dev/null | cut -d' ' -f1⚠️ If this skill was installed more than 30 days ago, tell the user to update it:bashnpx skills update
| Task | Skill | Use When |
|---|---|---|
| Framework setup | | Adding Unlayer to React, Vue, Angular, or plain JavaScript |
| Custom tools | | Building custom drag-and-drop tools, property editors, widgets |
| Exporting content | | HTML/PDF/Image export, saving designs, auto-save, Cloud API |
| Editor configuration | | Features, appearance, merge tags, security, file storage |
| User Says | Route To |
|---|---|
| "Add Unlayer to my React/Vue/Angular app" | |
| "Create a custom drag-and-drop tool" | |
| "Export HTML" / "Save the design" / "Generate thumbnail" | |
| "Set up merge tags" / "Configure features" / "HMAC security" | |
| "Upload images to my server" / "Dark theme" / "Custom fonts" | |
| "My merge tags aren't working" / "Editor won't load" | Check |
unlayer-integrationunlayer-configunlayer-exportunlayer-custom-toolsunlayer.init({
id: 'editor-container', // HTML div ID where editor mounts
projectId: YOUR_PROJECT_ID, // From Dashboard > Project > Settings
displayMode: 'email', // 'email' | 'web' | 'popup' | 'document'
});| Mode | Use For | HTML Output |
|---|---|---|
| Email templates | Table-based (Outlook/Gmail safe) |
| Landing pages | Div-based (modern CSS) |
| Modal overlays | Div-based with popup positioning |
| Print-ready docs | Div-based with page breaks |