Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

test-02测试 02

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

2,822

周安装

120

GitHub Stars

公开资料未说明

下载量

989
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:test-02(测试 02)
来源仓库:https://github.com/sebconejo/test-02
安装命令:
openclaw skills install test-02
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install test-02

简介

自动在每日 subreddit 序列中发布有关 OpenClaw 开源工具和资源的精选 Reddit 讨论。

SKILL.md

Reddit posts for Awesome OpenClaw Resources

Repo: https://github.com/SebConejo/awesome-openclaw-resources

Post one sub per day in this order.


1. r/openclaw

Title: I compiled 70+ open source tools, tutorials, and resources for OpenClaw into one list

Body:

Been digging through the ecosystem for a while and realized there was no single place listing everything worth knowing about. So I put one together.

It covers:

  • Open source LLM routers (route requests to cheaper models automatically)
  • Observability tools (track tokens, cost, latency per call)
  • Hosting and deployment (Docker, K8s, one-click VPS setups)
  • Security (guardrails, prompt injection defense, sandboxing)
  • Skills and plugins
  • Tutorials from beginner to advanced
  • Podcasts including the Lex Fridman episode with Peter
  • Content creators worth following

CC0 licensed, open to contributions. If your project or something you use is missing, open a PR.

https://github.com/SebConejo/awesome-openclaw-resources


2. r/LocalLLaMA

Title: Awesome list of open source tools for OpenClaw, focused on cost reduction and model routing

Body:

Put together a curated list of open source tools for people running OpenClaw. A big chunk of it is about solving the token burn problem.

The LLM routers section lists tools that sit between your agent and the provider and route each request to the cheapest model that can handle it. Some claim 70%+ savings by sending simple tasks to small models and reserving frontier models for what actually needs them.

There is also an observability section with dashboards that break down token usage and cost per call, so you can see where the money goes before trying to fix it.

The rest covers hosting (Docker, K8s, VPS), security, skills, tutorials, podcasts, and content creators.

Open source, CC0 licensed. PRs welcome if something is missing.

https://github.com/SebConejo/awesome-openclaw-resources


3. r/selfhosted

Title: Curated list of self-hosting tools for OpenClaw (Docker, K8s, VPS deployments, security)

Body:

If you are self-hosting OpenClaw or thinking about it, I put together an awesome list that has a dedicated hosting section.

What is in there:

  • Docker setups (multiple options, including one with Chromium for browser skills)
  • A Kubernetes operator with auto-updates, backup/restore, and Prometheus integration
  • Hardened VPS deployment with Docker Compose, Caddy TLS, Redis, and automated S3 backups
  • Security tools: prompt injection defense, sandboxed execution, config auditing

The list also covers LLM routers (route to cheaper models to cut API costs), observability dashboards, tutorials, and more.

Everything is open source. CC0 licensed. Contributions welcome.

https://github.com/SebConejo/awesome-openclaw-resources


4. r/ChatGPTCoding

Title: 70+ open source tools and resources for OpenClaw, organized by category

Body:

Compiled a list of everything useful I could find for OpenClaw. Figured other people building with it might save some time.

Categories: LLM routers (cheaper API calls by routing to the right model), observability (see where your tokens go), hosting (Docker/K8s/VPS), security, skills and plugins, tutorials, podcasts, and content creators.

All open source. If you know something that should be on the list, PRs are open.

https://github.com/SebConejo/awesome-openclaw-resources


5. r/artificial

Title: Curated list of 70+ open source tools and resources for the OpenClaw AI agent ecosystem

Body:

OpenClaw has grown fast and the ecosystem around it is getting hard to navigate. I put together an awesome list covering the main categories.

Open source LLM routers, observability dashboards, hosting platforms, security tools, skills and plugins, tutorials, podcasts, and content creators. Everything links to the source.

Open source and CC0 licensed. Contributions welcome via PR.

https://github.com/SebConejo/awesome-openclaw-resources


6. r/ClaudeAI

Title: Awesome list of open source tools for OpenClaw (the autonomous agent running on Claude)

Body:

Put together a curated list for people using OpenClaw. Since most setups run on Claude, figured this sub might find it useful.

The list covers LLM routers (route simple tasks to cheaper models, keep Claude for the hard stuff), observability (track token usage and cost), hosting, security, skills, tutorials, podcasts, and content creators.

One thing that might interest this sub specifically: the LLM routers section. A few of those tools let you automatically send simple requests to Haiku or Flash and reserve Opus/Sonnet for reasoning tasks. Cuts the bill without changing how the agent works.

Open source, CC0. PRs welcome.

https://github.com/SebConejo/awesome-openclaw-resources


7. r/LangChain

Title: Curated list of open source infrastructure tools for OpenClaw agents

Body:

If you are working with AI agents and curious about the OpenClaw ecosystem, I compiled an awesome list of open source tools.

Relevant to this sub: LLM routing (same concept as LangChain's model fallback but as standalone tools), observability with Langfuse integration, MCP adapters, and a reinforcement learning framework for agent personalization.

Full list covers hosting, security, skills, tutorials, podcasts, and more.

https://github.com/SebConejo/awesome-openclaw-resources


8. r/devops

Title: Open source deployment and infrastructure tools for OpenClaw (K8s operator, Docker, hardened VPS)

Body:

If anyone here is deploying OpenClaw in production, I compiled a list of open source infra tools that might save you some research.

Highlights for this sub:

  • K8s operator with auto-updates, backup/restore, and Prometheus metrics
  • Hardened VPS deployment (Docker Compose, Caddy TLS, Redis, S3 backups)
  • Multiple Docker setups (auto-build, daily checks for new releases)
  • Security: config auditing, sandboxed execution, prompt injection guardrails
  • Observability dashboards with token and cost tracking

The full list also covers LLM routing, skills, tutorials, and more.

https://github.com/SebConejo/awesome-openclaw-resources

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

93.39%
按下载量换算924

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills