在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用treq
星标20
分支0
更新时间2026年2月4日 06:57
t-req.io API testing - CLI reference, SOPs, and syntax
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
t-req.io API testing - CLI reference, SOPs, and syntax
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | treq |
| description | t-req.io API testing - CLI reference, SOPs, and syntax |
treq run <file.http> [options]
| Option | Alias | Description |
|---|---|---|
--name | -n | Select request by @name |
--profile | -p | Config profile from treq.jsonc |
--var | -v | Variables as key=value |
--verbose | Detailed output |
Examples:
treq run collection/users/get.http --verbose
treq run collection/auth/login.http -p dev
schemas/<name>.tscollection/<name>/<action>.http with # @nametreq run collection/<name>/<file>.http --verbosetests/<name>.test.ts with .parse() validationbun run testbun run test to see failuretreq run <file>.http --verbose to see raw response.http filebun run test to confirm{{var}} or {{nested.path}}{{$uuid()}}, {{$timestamp()}}, {{$env(NAME)}}< ./path/to/file.json