← Back to Skills Marketplace
wewehg

TESP Audit

by wewehg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tesp-audit
Description
Audit whether the Task Execution Signal Protocol is still being followed, with low-token, exception-first checks for version drift, queue hygiene, numeric st...
Usage Guidance
This skill is instruction-only and appears to only read specific repository files and write a local audit report. Before installing or enabling it broadly: 1) confirm the workspace or repo directories the agent will be allowed to read so it cannot access unrelated files; 2) test the skill on a copy of your repo to see exactly what files it reads and where it writes the report (the SKILL.md leaves the report path unspecified); 3) if you allow autonomous invocation, limit its permissions to the audit scope and periodically review generated reports; and 4) if you need stronger guarantees, ask the skill author to include explicit safe paths and an explicit report-location setting.
Capability Analysis
Type: OpenClaw Skill Name: tesp-audit Version: 1.0.0 The tesp-audit skill is a governance tool designed to verify adherence to a specific workflow protocol (TESP) by checking for the existence and formatting of project-specific markdown files like TASK_QUEUE.md and TEAM_MODULES_REGISTRY.md. It lacks any high-risk capabilities such as network access, shell execution, or sensitive data retrieval, and its instructions in SKILL.md and references/audit-reference.md are strictly aligned with its stated purpose of protocol auditing.
Capability Assessment
Purpose & Capability
The name/description (TESP audit) matches the instructions (look for protocol, registry, queue, version anchors, numeric progress, archive). There are no unexpected binaries, env vars, or installs required.
Instruction Scope
The runtime instructions explicitly direct the agent to read repository-like files (TEAM_EXECUTION_SIGNAL_PROTOCOL.md, TEAM_MODULES_REGISTRY.md, TASK_QUEUE.md, TASK_ARCHIVE.md) and to write a short local report. This is appropriate for an audit skill, but the SKILL.md is high-level and leaves the report path unspecified—so you should confirm where reports will be written and limit filesystem scope to the target workspace.
Install Mechanism
No install specification or code files are included; this is instruction-only and will not write/download artifacts during install.
Credentials
The skill requests no environment variables, credentials, or config paths. The checks it describes (file/registry/queue checks) are proportional to the stated purpose.
Persistence & Privilege
always is false and there is no special persistence requested. The skill can be invoked autonomously by the agent (platform default), which is typical for skills of this kind; this alone is not a concern.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tesp-audit
  3. After installation, invoke the skill by name or use /tesp-audit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of TESP audit skill for low-token, exception-first protocol checks.
Metadata
Slug tesp-audit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TESP Audit?

Audit whether the Task Execution Signal Protocol is still being followed, with low-token, exception-first checks for version drift, queue hygiene, numeric st... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install TESP Audit?

Run "/install tesp-audit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TESP Audit free?

Yes, TESP Audit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TESP Audit support?

TESP Audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TESP Audit?

It is built and maintained by wewehg (@wewehg); the current version is v1.0.0.

💬 Comments