WF
Workspace Files
/mv
Move or rename
Move a file to a new path.
liveverifiedunknown
filesmoverename
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run files /mv for me.
Input
| Field | Type | Description |
|---|---|---|
| from* | string | Current path |
| to* | string | New path |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"files","endpoint":"/mv","input":{"from":"...","to":"..."}}'cli
npx cracked-ai run -p files -e /mv -i '{"from":"...","to":"..."}'mcp
run_tool({ provider: "files", endpoint: "/mv", input: {"from":"...","to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.