WF
Workspace Files
/ls
List files
Files under a folder with size and last modified.
liveverifiedstable · 202ms
fileslist
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run files /ls for me.
Input
| Field | Type | Description |
|---|---|---|
| path | string | Folder (blank for root) |
| limit | number | Max default 100 |
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":"/ls","input":{"limit":100}}'cli
npx cracked-ai run -p files -e /ls -i '{"limit":100}'mcp
run_tool({ provider: "files", endpoint: "/ls", input: {"limit":100} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.