Interacts with a running Friday daemon via CLI and HTTP — lists/creates/modifies workspaces, triggers signals, watches sessions, publishes skills and agents. Use whenever you need to poke at a local Friday daemon, inspect its state, fire a signal, drive the autopilot / self-modification flywheel, create a workspace programmatically, or validate that a workspace.yml you just authored actually runs. Also use when the task involves $FRIDAYD_URL, deno task atlas, curl-ing the daemon, or automating Friday itself.
$npx -y skills add friday-platform/friday-studio --skill friday-cliInstalls into the current project.
Run `npx skills use "https://github.com/friday-platform/friday-studio" --skill "friday-platform/friday-studio/friday-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/friday-platform/friday-studio" that are relevant to the current task. Run `npx skills add "https://github.com/friday-platform/friday-studio"` and select the relevant skills, then follow their instructions.