EVL-mOC5 create-artifact
This project only supports mockup sandbox. Call createArtifact() with artifactType 'mockup-sandbox' only.
install
source · Clone the upstream repo
git clone https://github.com/mecolejr/EVL-mOC5
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mecolejr/EVL-mOC5 "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.local/skills/create-artifact" ~/.claude/skills/mecolejr-evl-moc5-create-artifact && rm -rf "$T"
manifest:
.local/skills/create-artifact/SKILL.mdsource content
Create Artifact
This project only supports mockup sandbox. Only call
createArtifact() with artifactType: "mockup-sandbox". Do NOT use any other artifact type.
If the user asks to create any other type of artifact (web app, video, slides, mobile), inform them that:
- This project does not support artifacts.
- They can create other artifact types by creating a new project.
- Link: https://replit-add-agent-4-docs.mintlify.app/replitai/artifacts