Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计提醒

tesptesp 效率

Agent Skill

tesp 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,869

周安装

122

GitHub Stars

公开资料未说明

下载量

1,005
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install tesp

简介

tesp 用于对非即时任务实施分阶段执行协议,确保操作可见和可审计。

  • 适合长时间运行的任务管理,如批量数据处理或异步工作流控制。
  • 提供版本化和队列卫生机制,便于追踪执行进度与异常情况。
  • 安装命令为 openclaw skills install tesp,需确认是否会触发文件写入或网络请求。
  • 建议在使用前检查权限范围与维护频率,避免影响系统稳定性。

SKILL.md

name
tesp
description
Enforce the Task Execution Signal Protocol for non-instant work so execution stays visible, staged, versioned, and auditable. Use when a task will take more than an immediate reply, spans multiple steps, needs async follow-through, involves cross-agent coordination, or requires active progress signaling, blocker escalation, queue hygiene, or result handoff. Trigger on requests about long tasks, execution tracking, task orchestration, status visibility, rollout audit, progress cadence, task boards, or reducing the need for the human to chase updates. 中文简介:用于非即时任务的任务执行信号协议。适用于长任务、多步骤任务、异步执行与多 agent 协作场景,要求快速接收确认、阶段进度广播、阻塞升级、任务看板与结果落位,并通过版本可见、数字进度、活跃板/归档板和低 token 巡检,避免人类反复追问状态。

TESP

Apply TESP whenever silence would create coordination risk.

中文简介

TESP(Task Execution Signal Protocol / 任务执行信号协议)是一套面向非即时任务的执行治理协议。 它的核心不是“把任务做完”本身,而是让执行过程对协作者可见、可查、可监督。 适用于研究、迁移、排查、实施、跨 agent 协作、异步任务和任何需要持续推进但不能静默消失的工作。

What this skill is for

TESP turns long or multi-step work into a visible execution flow. It is for tasks that need acknowledgement, staged progress, blockers, active task tracking, and clean handoff discipline.

Typical triggers:

  • “Do this and keep me posted.”
  • “Break this big task down and supervise execution.”
  • “Set a working protocol so I don’t need to chase status.”
  • “Audit whether agents are actually following the execution standard.”
  • “Clean up the task board so only current work stays visible.”

Core operating sequence

Follow this order:

  1. Acknowledge fast — send Layer 1 with visible TESP version, scene, and goal.
  2. Stage the work — if the task is long, split it into numeric progress units like 2/5.
  3. Broadcast by cadence — update based on expected duration, not random chatter.
  4. Track active work — keep current tasks in TASK_QUEUE.md.
  5. Archive finished work — move completed items into TASK_ARCHIVE.md.
  6. Escalate blockers clearly — say what is blocked and what decision is needed.
  7. Keep audits cheap — prefer file checks, diffs, and samples over full replay.

Minimum operating requirements

For any non-instant task:

  • Use Layer 1 acknowledgement with visible TESP version.
  • Use numeric progress for long tasks.
  • Keep active and completed work separated.
  • Do not make the human chase status.

Multi-agent rule

When multiple agents are involved:

  • update the task board first
  • write the shared handoff second
  • then transfer execution

Model rule

Use GLM / MiniMax by default for lightweight governance, queue checks, and audits. Upgrade only when stronger reasoning is actually needed.

Read next

For the full protocol text and exact templates, read:

  • references/protocol.md
  • references/templates.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

92.98%
按下载量换算934

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills