interact

Installation
SKILL.md

Interact

Use this skill to ask the user through a local browser UI, then wait for the submitted JSON answer before continuing the task.

Workflow

Run commands from the project root. The server and answer files are project-scoped under .interact/.

  1. Build a concise interaction schema.
  2. Ensure the server is running or let ask start it.
  3. Send the schema with ask.
  4. Open the returned URL for the user, preferably with the in-app browser when available.
  5. Wait for the answer with wait or use ask --wait.
  6. Read the returned JSON and continue the original task.

Commands

Use the bundled script:

Related skills
Installs
1
GitHub Stars
1
First Seen
3 days ago