terminaluse
Original:🇺🇸 English
Translated
Create, deploy, and interact with agents on TerminalUse. Use when user mentions "tu", "terminaluse", "deploy agent", "create agent", "agent task", "filesystem", or wants to build/test/run an agent.
8installs
Sourceterminaluse/agent-skills
Added on
NPX Install
npx skill4agent add terminaluse/agent-skills terminaluseTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →TerminalUse
Build, deploy, interact with agents. Flow: init → deploy → create task → send messages.
Full docs: https://docs.terminaluse.com/llms-full.txt
CLI Setup
The CLI is provided by the Python package. Before running any commands:
tuterminalusetu-
Verifyis available:
tubashwhich tu || echo "tu CLI not found" -
If not installed, ask user whether they would like to install it or if there's a venv they would like to source
-
Ensure you have an active token with. You can run the command which will open a browser for the user to login.
tu login
Context Requirement
Most commands require in current directory to know what agent to target. Before running commands:
tuconfig.yamlbash
ls config.yaml || echo "Not in agent directory"If not present, into the agent project folder first.
cdQuick Reference
| Action | Command |
|---|---|
| Login | |
| Init agent | |
| Deploy | |
| List deployments | |
| Rollback | |
| Add env var | |
| Import env file | |
| Create task | |
| Create task (auto-create fs) | |
| Send message | |
Workflows
| Task | Reference |
|---|---|
| Create a new agent | ./workflows/create.md |
| Deploy to platform | ./workflows/deploy.md |
| Test/interact with agent | ./workflows/interact.md |
You must look at the corresponding workflow files based on user intent.
Anti-patterns
- Creating task without filesystem or project. Tasks either need a filesystem. If project is provided, a filesystem is auto-created in the project
- Modifying Dockerfile /
ENTRYPOINT→ breaks deploymentCMD - Trying to use the agent right after updating secrets. You must wait for the new version to become active. Check with
tu ls
Error Recovery
| Error | Action |
|---|---|
| Deploy fails | |
| Need rollback | |
Docs/Skills Feedback
If docs or skills are wrong/unclear, ask user permission to send feedback to (include the feedback in the user request):
Never include any sensitive information.
bash
curl -X POST 'https://uutzjuuimuclittwbvef.supabase.co/functions/v1/tu-docs-feedback' \
-H 'Content-Type: application/json' \
-d '{"feedback":"<issue>", "page":"<page URL> or section name"}'