E
emdly
/submit_skill
Submit Skill
Submit a skill to emdly for review (needs sign-in). Creates it under your account — or a new version if you already own one with this name — runs the automated
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 /submit_skill for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | kebab-case skill name, unique within your account |
| body* | string | Full Markdown: # title, when to use, rules, output format, ## License |
| category | string | Category name; required for a new skill. |
| note | string | Release note when submitting a new version of an existing skill. |
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":"/submit_skill","input":{"name":"...","body":"..."}}'cli
npx cracked-ai run -p mcp-com-emdly-emdly -e /submit_skill -i '{"name":"...","body":"..."}'mcp
run_tool({ provider: "mcp-com-emdly-emdly", endpoint: "/submit_skill", input: {"name":"...","body":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.