← Back to Skills Marketplace
tjade273

Test 2

by Tjaden Hess · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
430
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test2
Description
Formats text according to specified style guidelines. A clean example skill with no security issues.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test2
  3. After installation, invoke the skill by name or use /test2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug test2
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Test 2?

Formats text according to specified style guidelines. A clean example skill with no security issues. It is an AI Agent Skill for Claude Code / OpenClaw, with 430 downloads so far.

How do I install Test 2?

Run "/install test2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Test 2 free?

Yes, Test 2 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Test 2 support?

Test 2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Test 2?

It is built and maintained by Tjaden Hess (@tjade273); the current version is v1.0.0.

💬 Comments