youcam
v1.0.0-ghast.1Use Perfect Corp’s YouCam tools for image and video editing, beauty visualization and virtual try-on.
By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/youcam/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/youcam/SKILL.md└── mcp.json
Included Skills1
Use YouCam in Ghast. Use Perfect Corp’s YouCam tools for image and video editing, beauty visualization and virtual try-on. 使用玩美移动 YouCam 进行图片与视频编辑、美妆效果预览和虚拟试穿。
MCP servers3
- url
- https://mcp-api-01.makeupar.com/mcp/creators
- url
- https://mcp-api-01.makeupar.com/mcp/beauty
- url
- https://mcp-api-01.makeupar.com/mcp/fashion
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "youcam",
"version": "1.0.0-ghast.1",
"description": "Use Perfect Corp’s YouCam tools for image and video editing, beauty visualization and virtual try-on.",
"author": {
"name": "Ghast AI",
"url": "https://ghast.trapezohe.ai"
},
"homepage": "https://docs.perfectcorp.com/develop/mcp",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"officialConnectorSource": "https://docs.perfectcorp.com/develop/mcp",
"connectorPublisher": "YouCam",
"category": "design",
"icon": "./assets/icon.png",
"displayName": "YouCam",
"descriptions": {
"en": "Use Perfect Corp’s YouCam tools for image and video editing, beauty visualization and virtual try-on.",
"zh-CN": "使用玩美移动 YouCam 进行图片与视频编辑、美妆效果预览和虚拟试穿。"
},
"mcpServerExtensions": {
"youcam": {
"credentialHeaders": {
"Authorization": "Bearer $VAULT:youcam-token"
}
},
"youcam-beauty": {
"credentialHeaders": {
"Authorization": "Bearer $VAULT:youcam-token"
}
},
"youcam-fashion": {
"credentialHeaders": {
"Authorization": "Bearer $VAULT:youcam-token"
}
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[youcam on Agent Plugins Marketplace](https://pluginsmp.com/plugins/youcam)