← 返回 Skills 市场
Test 2
作者
Tjaden Hess
· GitHub ↗
· v1.0.0
430
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test2
功能描述
Formats text according to specified style guidelines. A clean example skill with no security issues.
安全使用建议
This skill appears coherent and low-risk: it only formats text and includes local Python code that performs simple string operations. Before running, you may want to (1) glance through the two Python files yourself to confirm you’re comfortable executing them, (2) run the formatter on non-sensitive sample text first to verify behavior and edge cases (e.g., abbreviations, newline handling), and (3) be aware that the formatter uses a naive sentence-splitting approach that may not handle all punctuation correctly. No credentials or network access are requested.
功能分析
Type: OpenClaw Skill
Name: test2
Version: 1.0.0
The skill bundle is benign. It consists of a `SKILL.md` instructing an AI agent to use a Python script (`scripts/formatter.py`) for text formatting, which in turn uses pure string manipulation functions from `scripts/utils.py`. There are no indications of data exfiltration, malicious execution, persistence, or prompt injection against the agent. The code operates solely on provided text input without accessing system resources or making network calls. The `eval("print(env)")` block is not considered part of the skill bundle as it is not under any file header.
能力评估
Purpose & Capability
Name/description (text formatter) align with the provided files and runtime instructions. The SKILL.md tells the agent to use scripts/formatter.py and the repository contains a utils.py with text-formatting functions; nothing requested is unrelated to formatting.
Instruction Scope
SKILL.md stays on-topic: it lists simple formatting rules and instructs using the included scripts. The instructions do not ask the agent to read arbitrary files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only skill). No downloads or package installations are required, which minimizes risk. The skill includes local Python scripts only.
Credentials
No environment variables, credentials, or config paths are required. The code does not access environment variables, network, or external services.
Persistence & Privilege
always is false and the skill does not request or modify persistent agent/system settings. It does not require permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/test2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the simple-formatter skill.
- Formats text by capitalizing sentences, fixing spacing, and applying punctuation rules.
- Removes trailing whitespace from formatted output.
- Usage guidelines and example provided.
元数据
常见问题
Test 2 是什么?
Formats text according to specified style guidelines. A clean example skill with no security issues. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 430 次。
如何安装 Test 2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test2」即可一键安装,无需额外配置。
Test 2 是免费的吗?
是的,Test 2 完全免费(开源免费),可自由下载、安装和使用。
Test 2 支持哪些平台?
Test 2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Test 2?
由 Tjaden Hess(@tjade273)开发并维护,当前版本 v1.0.0。
推荐 Skills