memory
Store and retrieve long-term memories about the user and conversations (preferences, profile, important facts).
Set SKILLS_REGISTRY_URL to this store, then install via dashboard or sulala skill install <slug>.

Store and retrieve long-term memories about the user and conversations (preferences, profile, important facts).
Get current date and time (optionally in a timezone). Use when the user asks "what time is it", "current date", "time in Tokyo", "what's the date today".
Fetch content from a URL (GET). Use when the user says "fetch this URL", "read that page", "get content from …", or "what's at this link".
Parse, filter, and transform JSON (via jq). Use when the user wants to "parse this JSON", "extract field from this response", "filter JSON", or "get X from this API output".
Search for files and text in the workspace or the user's computer (grep, find). Use when the user asks "find files containing X", "list all .md files", "search my computer", "find file named Y on my machine", "search in my Downloads".