friday-studio
Turn natural-language requests into scheduled, repeatable automated workflows
All Skills in This Repository (21)
Pure Emerald Level Indicatorscore
Automate browser interactions using accessibility tree snapshots and stable element references.
delegate-handoff
Define delegate() call parameters for spawning child agents with inherited context.
authoring-skills
Create agent skills compliant with Anthropic and agentskills.io specifications.
repairing-workspaces-agents
Repair broken Friday workspaces, jobs, and agents to match runtime contracts.
debugging-empty-output
Diagnose AI workflow sessions that complete without producing usable output.
wiring-external-webhooks
Route external service webhooks to Friday HTTP signals with full payload integrity.
debugging-tool-loops
Diagnose repetitive tool call loops and add termination criteria to agent prompts.
debugging-broken-jobs
Triage failed Friday workspace jobs and route them to specialized debug skills.
using-mcp-servers
Select and configure MCP servers with diagnostic procedures for common failures.
workspace-api
Manage Friday workspace lifecycles via the daemon HTTP API.
writing-friday-python-agents
Author Friday Python user agents with platform-compliant decorators and I/O routing.
debugging-job-invocation
Diagnose workspace job tool output-errors caused by missing prompt arguments.
Frequently Asked Questions
FAQPage SchemaHow to install friday-studio?▼
Run `npx skills add friday-platform/friday-studio --all -g -y` in your terminal to install all skills in this suite globally.
What does Friday Studio do?▼
It turns plain-English requests into versioned workspace.yml workflows that run on cron schedules, webhooks, or chat commands. You describe the task once, and the local daemon runs it repeatedly with full observability.
How do I automate tasks like inbox triage or PR reviews?▼
Define a signal (cron, HTTP webhook, Slack, or email), wire it to a job and agent in workspace.yml, and the daemon executes it on schedule. The included skills guide your agent through authoring, validating, and debugging each piece.
Can I write custom agents in Python?▼
Yes. The writing-friday-python-agents skill covers the friday-agent-sdk, letting you build single-file Python agents that call LLMs, HTTP APIs, and MCP tools through managed host capabilities.
How do I connect external webhooks like GitHub or Jira?▼
The wiring-external-webhooks skill walks through exposing a workspace's HTTP signal via the built-in tunnel URL and registering it with the upstream service, with correct payload schema handling.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core