porterminaluse·terminaluse· v1.0.0 · atualizado em 2026-04-11
82
Score
Create, deploy, and interact with agents on TerminalUse. Use when the user mentions "tu", "terminaluse", "deploy agent", "create agent", "agent task", "filesystem", or wants to build/test/run an agent.
Check `tu` CLI — : Verify if the `tu` CLI is installed using `which tu`. If not, prompt the user to install it or source their venv.
2
Authenticate — : Ensure the user is logged in with `tu login`.
3
Navigate to Agent Directory — : Verify the presence of `config.yaml` in the current directory. If not, guide the user to navigate to the agent project folder.
4
Determine User Intent — : Identify whether the user wants to initialize, deploy, create tasks, or send messages to an agent.
5
Execute Command — : Based on the intent, execute the appropriate `tu` command (e.g., `tu init`, `tu deploy -y`, `tu tasks create`, `tu tasks send`).
6
Handle Errors — : If the command fails, refer to the error recovery section and guide the user through troubleshooting steps.
7
Provide Feedback — : If the user encounters issues with the documentation or skill, ask for permission to send feedback and include the feedback in the request.
deploy agent using TerminalUsecreate an agent with tumanage agent tasks on TerminalUseinteract with my agent on TerminalUseuse the tu CLIbuild and test an agent using TerminalUsework with the TerminalUse filesystemI want to deploy an agent to TerminalUseI want to create an agent on TerminalUseI want to run an agent on TerminalUse