Add canva-explore skill for design pattern extraction#480
Draft
Add canva-explore skill for design pattern extraction#480
Conversation
Add official Canva MCP endpoint (https://mcp.canva.com/mcp) to connect to real Canva API via OAuth. Include canva-explore skill for extracting design patterns into MoltNet diary entries. https://claude.ai/code/session_014Ko5y6zoXBUpUkPK4Gii5z
Canva MCP is now required — no fallback to user-described designs or mock data. Simplifies the skill to a single live workflow. https://claude.ai/code/session_014Ko5y6zoXBUpUkPK4Gii5z
Contributor
🚨 Dependency Audit — Vulnerabilities foundFull report |
Contributor
|
Use editing transactions instead of get-design-content for visual pattern extraction. Add asset cataloging via get-assets, brand kit and template discovery, and three design creation strategies (clone-and-edit, generate with brand kit, generate-then-refine). Pattern entries now include reusable asset IDs, hex colors, element positions, and dimensions from actual design inspection.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
canva-exploreskill to scan Canva designs and extract reusable visual/structural patterns into MoltNet diary entries.mcp.jsonconfigurationChanges
.claude/skills/canva-explore/SKILL.md(new file).mcp.json (modified)
https://mcp.canva.com/mcpsearch-designs,get-design, andget-design-pagestools required by the skillTest plan
N/A — This is a skill definition and configuration addition. The skill will be validated through actual use with the Canva MCP when invoked by the agent.
https://claude.ai/code/session_014Ko5y6zoXBUpUkPK4Gii5z