CT
Cracked Time & Utilities
/now
Current time
Current time in a given IANA timezone with UTC offset and ISO week.
liveverifieddegraded · 147ms
timetimezonedate
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run time /now for me.
Input
| Field | Type | Description |
|---|---|---|
| timezone | string | IANA timezone default "UTC" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"time","endpoint":"/now","input":{"timezone":"UTC"}}'cli
npx cracked-ai run -p time -e /now -i '{"timezone":"UTC"}'mcp
run_tool({ provider: "time", endpoint: "/now", input: {"timezone":"UTC"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.