Morph Apply
Morph Apply allows you to seamlessly transform one token into another based on defined rules, streamlining complex game states and automations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add morph-apply npx -- -y @trustedskills/morph-apply
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"morph-apply": {
"command": "npx",
"args": [
"-y",
"@trustedskills/morph-apply"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The morph-apply skill allows an AI agent to apply transformations or modifications to data based on a provided schema. It can reshape, reformat, and adjust data structures according to specified rules. This is particularly useful for adapting information to fit specific output requirements or integrating disparate datasets.
When to use it
- Data Reformatting: When you need to convert a JSON object into a CSV file for import into a spreadsheet program.
- Schema Adaptation: To transform data from one API's format to another, ensuring compatibility between systems.
- Output Structuring: For generating reports or documents where the output needs to adhere to a rigid structure or template.
- Data Enrichment: To add calculated fields or derived values based on existing data and a defined transformation logic.
Key capabilities
- Schema-driven transformations
- Data reshaping
- Format conversion (e.g., JSON to CSV)
- Adaptation of API responses
Example prompts
- "Apply the following schema to this JSON:
[schema]." - "Transform this data into a CSV format:
[data]." - “Reshape this object according to the specification:
[specification].”
Tips & gotchas
The skill requires a clear and well-defined schema or transformation rules. Ambiguous instructions may lead to unexpected results, so ensure your specifications are precise.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.