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

ecutest-api-skillecutest API 技能

Agent Skill

用于辅助 API 设计、接口文档、请求响应结构和服务集成说明。它适合让 Agent 梳理 endpoint、生成 OpenAPI 草稿、检查字段命名、整理错误码或辅助前后端联调。使用时需要确认真实业务语义、鉴权方式、分页和错误处理规则;涉及生成接口文档时,应避免凭空补字段,最好从现有代码、schema 或接口样例中提取事实。

总安装

245

周安装

10

GitHub Stars

1

下载量

78
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/blitzer207/blitzer-skills --skill ecutest-api-skill

简介

用于辅助 API 设计和接口文档整理,支持 OpenAPI 草稿生成和字段命名检查。

  • 适合梳理 endpoint、错误码或前后端联调支持,需确认真实业务语义和鉴权方式。
  • 避免凭空补字段,应基于现有代码或接口样例提取事实。
  • 安装方式:通过 npx skills add 命令从指定 GitHub 仓库安装。
  • 建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。

SKILL.md

ecu.test (local, multi-version)

Use local ecu.test files as the source of truth. Prefer RST (*_sources/*.rst.txt) when shipped (<=2025.1), otherwise use the Sphinx HTML docs (>=2025.2). Always confirm exact Python signatures in Templates\ApiClient\ApiClient.py / Templates\ApiClient\ApiClient.xml.

Base path / environment

  • .env (next to this file) defines installed ecu.test roots, e.g.:

- ECU_TEST_2024_3_HOME=C:\Program Files\ecu.test 2024.3 - ECU_TEST_2025_4_HOME=C:\Program Files\ecu.test 2025.4

  • Optional override: ECU_TEST_HOME=... (forces a single version without passing --version)

Version selection (important)

  • If the user specifies a version (e.g. 2025.4), use ECU_TEST_2025_4_HOME as the install root.
  • If the user does NOT specify a version:

- use ECU_TEST_HOME if set, otherwise - use the latest ECU_TEST_<version>_HOME found in .env.

  • If the version matters (API changed) and the user did not specify it, ask which ecu.test version to target.

Docs roots (auto by version)

Paths below are relative to the selected ecu.test install root (see Version selection).

  • Main API docs root:

- <=2025.1: Help\APIDoc\ (RST in Help\APIDoc\_sources\) - =2025.2: Help\api\ (HTML-only; no _sources\)

  • Traceanalysis docs root:

- <=2025.1: Help\APIDoc\TraceanalysisAPI\ - =2025.2: Help\api\TraceAnalysisAPI\

  • Trace step templates docs root:

- <=2025.1: Help\TraceStepTemplatesDoc\ (RST in ...\_sources\root\) - =2025.2: Help\trcp\ (HTML-only)

MUST follow Modules / examples (key locations) when writing relative api code

  • general API (Object API + Internal API):

- RST/HTML: general_api\ under the main docs root - Key docs: general_api\api, general_api\objectApi, general_api\objectApiExamples

  • UserTool / user-utility:

- RST/HTML: user-utility\ under the main docs root

  • tooling framework:

- RST/HTML: tools\ under the main docs root

  • generators:

- RST/HTML: generators\ under the main docs root

  • Utilities API Python examples:

- <=2025.1: Help\APIDoc\ExampleUtilities\ - =2025.2: Help\api\ExampleUtilities\

Source of truth (in order)

  1. Python API interface definitions (exact signatures win):

- Templates\ApiClient\ObjectApiProxy.py - Templates\ApiClient\ApiClient.py - Templates\ApiClient\ApiClient.xml

  1. Docs (use what exists in the selected version):

- <=2025.1: RST under Help\APIDoc\_sources\... - =2025.2: HTML under Help\api\... / Help\trcp\...

  1. Python examples (real usage patterns; prefer these over guessing).

MUST follow Local experience / standards when writing code

  • references\coding-standards.md (includes API entry points + hard-won safety rules)

MUST follow existing debugging experience first when debug code

  • references\debug-patterns.md (debugging experience in the past)

Fast lookup workflow

  1. Search via Sphinx index (preferred; auto-picks RST vs HTML):

- main docs: python scripts/search_api.py --version 2025.4 --docset main --query AnalysisJobApi - traceanalysis: python scripts/search_api.py --version 2025.4 --docset traceanalysis --query templates - trace step templates: python scripts/search_api.py --version 2025.4 --docset tracestep --query Threshold

  1. Grep for details (exact matches):

- RST: rg -n "<keyword>" "<ECU_TEST_HOME>\Help\APIDoc\_sources" -g "*.rst.txt" - HTML: rg -n "<keyword>" "<ECU_TEST_HOME>\Help\api" -g "*.html" - signatures: rg -n "class.*Api" "<ECU_TEST_HOME>\Templates\ApiClient\ApiClient.py"

  1. When generating Python code, confirm names/parameters in ApiClient.py / ApiClient.xml.

Answering rules (keep replies accurate)

  • Prefer RST sources when available; otherwise use the shipped HTML docs.
  • Always cite the local file paths you used (docs and/or Python source files).

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.03%
按下载量换算28

Claude

31.6%
按下载量换算25

Cursor

19.33%
按下载量换算15

Gemini CLI

10.3%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills