E
emdly
/install_skill
Install Skill
Install a skill into the agent you are running in. Returns the complete skill file and the exact path to write it to — YOU must then create that file verbatim (
liveunknown~5s typical
mcpemdly
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-emdly-emdly /install_skill for me.
Input
| Field | Type | Description |
|---|---|---|
| skill* | string | owner/name, e.g. opsmith/jira-ticket-scorer |
| target | string (claude-code | generic | hermes) | Where the file goes: claude-code (default) → .claude/skills/<name>/SKILL.md; hermes → ~/.h |
| scope | string (project | user) | Claude Code only: project (default, .claude/skills in the current project) or user (~/.cla |
| agent | string | Hosted agent name (only when emdly agent hosting is enabled and you have one). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-emdly-emdly","endpoint":"/install_skill","input":{"skill":"..."}}'cli
npx cracked-ai run -p mcp-com-emdly-emdly -e /install_skill -i '{"skill":"..."}'mcp
run_tool({ provider: "mcp-com-emdly-emdly", endpoint: "/install_skill", input: {"skill":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.