Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

terminaluseterminaluse 搜索

Agent Skill

terminaluse 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,864

周安装

166

GitHub Stars

3

下载量

1,355
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:terminaluse(terminaluse 搜索)
来源仓库:https://github.com/terminaluse/agent-skills
仓库路径:skills/terminaluse
安装命令:
npx skills add https://github.com/terminaluse/agent-skills --skill terminaluse
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/terminaluse/agent-skills --skill terminaluse

简介

用于查找、检索和筛选相关信息,支持多场景下的快速信息定位。

  • 适合在需要根据关键词或任务目标获取候选结果时使用。
  • 使用时应结合来源仓库和原始 README 验证具体功能边界。
  • 安装方式:通过 npx 从指定仓库添加,建议确认是否会触发联网或文件操作。
  • terminaluse 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

TerminalUse

Build, deploy, interact with agents. Flow: init → deploy → create task → send messages.

Full docs: https://docs.terminaluse.com/llms-full.txt

Default Rule For New Agents

When creating a new agent, use tu init by default.

Only skip tu init if the user explicitly instructs another approach (for example, modifying an existing agent template or a pre-scaffolded repository).

CLI Setup

The tu CLI is provided by the terminaluse Python package. Before running any tu commands:

  1. Verify tu is available: which tu || echo "tu CLI not found"
  2. If not installed, ask user whether they would like to install it or if there's a venv they would like to source
  3. Ensure you have auth configured:

- Interactive/local: tu login then tu whoami - Non-interactive/automation: set TERMINALUSE_API_KEY (and optionally TERMINALUSE_BASE_URL)

Context Requirement

Agent-scoped commands often default to config.yaml in the current directory when --agent/--config is omitted.

Before running agent-scoped commands without explicit flags:

ls config.yaml || echo "Not in agent directory"

Use explicit flags when possible:

  • --agent <namespace/name> to avoid directory coupling
  • --config <path> when working with a specific manifest

Quick Reference

ActionCommand
Logintu login, tu whoami
Init agenttu init (creates agent directory, no need to mkdir first)
Deploytu deploy -y
List deploymentstu ls
Rollbacktu rollback
List filesystemstu fs ls
List projectstu projects ls
Add env var`tu env add <KEY> -v <val> -e prod\preview\all [--secret]`
Import env filetu env import <file> -e <env> [--secret KEY]
Create tasktu tasks create --filesystem-id <fs-id> -m "message" [--json]
Create task (auto-create fs)tu tasks create -p <project-id> -m "message" [--json]
Send messagetu tasks send <task-id> -m "message" [--json]
List taskstu tasks ls [--json]
Get task detailstu tasks get <task-id>

tu fs is the canonical filesystems command. tu filesystems is a supported alias. tu tasks ls <id> is deprecated for single-task retrieval; use tu tasks get <id>. Prefer --json for CI/automation and agent-to-agent interaction.

Workflows

TaskReference
Create or edit an 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/CMD → breaks deployment
  • 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

ErrorAction
Deploy failstu ls <branch> lists deployments events for branch → find FAILED → fix → redeploy
Need rollbacktu 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.

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"}'

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.95%
按下载量换算474

Claude

30.64%
按下载量换算415

Cursor

17.83%
按下载量换算242

Gemini CLI

8.66%
按下载量换算117

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills