loki-query
通过 API 查询 Kubernetes 中的 Loki 日志,支持按 traceid、关键词、时间范围等条件调试应用问题。
下载 488
自动提取代码库关键信息,生成安全导向的简要说明文档。
openclaw skills install @builtbyecho/repo-agent-brief命令、参数、文件名以原文为准
使用 @builtbyecho/repo-agent-brief 在代理编辑或审查仓库之前进行上下文定位。它会查找高价值的上下文文件,推断技术栈与命令,生成简洁的仓库地图,并标记明显的密钥或高风险指令模式。
从仓库根目录开始:
npx @builtbyecho/repo-agent-brief . > AGENT_BRIEF.md
sed -n '1,220p' AGENT_BRIEF.md针对正在进行中的分支:
npx @builtbyecho/repo-agent-brief . --diff origin/main > AGENT_HANDOFF.md
sed -n '1,260p' AGENT_HANDOFF.md用于机器可读的自动化场景:
npx @builtbyecho/repo-agent-brief . --format json > agent-brief.json用于持久化交接:
npx @builtbyecho/repo-agent-brief . --diff HEAD --bundle
sed -n '1,220p' .agent-brief/brief.md
sed -n '1,160p' .agent-brief/verification.md--fail-on-high-risk 参数强制中断。npx @builtbyecho/repo-agent-brief .
npx @builtbyecho/repo-agent-brief . --diff HEAD
npx @builtbyecho/repo-agent-brief . --diff HEAD --bundle
npx @builtbyecho/repo-agent-brief . --diff origin/main --fail-on-high-risk
npx @builtbyecho/repo-agent-brief . --no-snippets已收录 1 个 Skill