用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bobo070314/openclaw-config --skill agent-testing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
auto-valuation skill (Auto-generated skeleton)
🌍 AI 知识大脑 — 国际版独占的本地 RAG 知识库系统。 支持文件索引、语义搜索、知识图谱、笔记管理等。 当用户提到知识库、资料库、笔记、收藏、"记下来"、"存起来"、"搜索一下知识"时, 或需要持久化记忆、文件管理、代码仓库索引时触发。 比腾讯 IMA 知识库更强大:本地运行、无限存储、毫秒级检索、支持代码索引、支持多模态。
AI self-modification engine — reads skill code, generates improved drafts
基于 SOC 职业分类
正在显示 SKILL.md
| name | agent-testing |
| description | 多框架测试运行器,自动检测pytest/vitest/jest/cargo/go测试框架并执行 |
| version | 0.2.0 |
| status | implemented |
| category | dev |
自动检测项目使用的测试框架(pytest/vitest/jest/cargo/go test),执行测试并汇总 pass/fail/skip 统计。
已验证项目:lobe-chat/prisma/stripe/temporal/trpc — 框架检测全部正确。
| 框架 | 检测方式 | 执行命令 |
|---|---|---|
| pytest | pytest.ini / pyproject.toml / conftest.py | pytest -v |
| vitest | vitest.config.* | npx vitest run |
| jest | jest.config.* / "jest" in package.json | npx jest |
| cargo-test | Cargo.toml | cargo test |
| go-test | go.mod + *_test.go | go test ./... |