What problem does it solve?
This Skill solves the problem of integrating StudySolo workflow browsing and execution into MCP-enabled hosts like Claude Desktop or Cursor, so an AI can securely fetch your account/workflow data and trigger runs with correct sequencing.
Core Features & Use Cases
- Read-only tool access for discovery: retrieve identity, membership/quota, usage metrics, workflow lists, workflow metadata, and node manifests.
- Run workflow execution with monitoring: start a run and wait for completion using stream or polling, or manually page through run events safely via next_seq.
- Safety and guardrails: enforces PAT-authentication handling, prevents repeated starts in the same second, and requires verifying workflow existence and trigger_input configuration before running.
- Use case: “Tell me what workflows I have, then run ‘Daily Morning Brief’ and report the final output.”
Quick Start
Ask your MCP-hosted AI to run the workflow “Daily Morning Brief” and stream updates until it finishes, then summarize the final result.