← 返回 Skills 市场
tjade273

Simple Formatter

作者 Tjaden Hess · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
602
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install simple-formatter
功能描述
Formats text according to specified style guidelines. A clean example skill with no security issues.
安全使用建议
This appears to be a simple, local text formatter with no suspicious behavior. Before installing, confirm you have a suitable Python runtime available (SKILL.md expects you to run scripts/formatter.py) and that the agent's environment can import the utils module (the script uses a plain 'from utils import ...' which may require running from the scripts directory or adjusting PYTHONPATH). Also note the source/homepage is unknown and the files carry a Cisco copyright header — if provenance matters to you, verify the origin or run the skill in a sandbox before granting it broader access.
功能分析
Type: OpenClaw Skill Name: simple-formatter Version: 0.1.0 The skill bundle provides a simple text formatting utility. All files, including the SKILL.md instructions and the Python scripts (scripts/formatter.py, scripts/utils.py), operate purely on provided text input without any file system access, network communication, or external command execution. There are no indicators of prompt injection, data exfiltration, or other malicious behaviors, and the code aligns perfectly with its stated purpose.
能力评估
Purpose & Capability
Name/description match the included Python scripts that implement sentence capitalization, spacing fixes, and punctuation. One small inconsistency: SKILL.md instructs the agent to use the Python tool (scripts/formatter.py) but the registry metadata lists no required binaries — the skill should declare that a Python runtime is needed.
Instruction Scope
SKILL.md restricts actions to formatting user-supplied text and explicitly prefers using the included Python script. The instructions do not ask for unrelated files, env vars, or external network endpoints.
Install Mechanism
No install spec (instruction-only plus included scripts). No downloads, third-party package installs, or archive extraction are present.
Credentials
The skill declares no environment variables, credentials, or config paths and the code does not reference any secrets or external services.
Persistence & Privilege
The skill does not request persistent/always-on presence and contains no code that modifies other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simple-formatter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simple-formatter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Simple-formatter 0.1.0 initial release: - Formats text per style guidelines: capitalizes sentences, fixes spacing, and applies punctuation rules. - Provides clear instructions and usage examples. - Recommends use of the included Python tool for formatting tasks. - Licensed under Apache-2.0.
元数据
Slug simple-formatter
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Simple Formatter 是什么?

Formats text according to specified style guidelines. A clean example skill with no security issues. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 602 次。

如何安装 Simple Formatter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install simple-formatter」即可一键安装,无需额外配置。

Simple Formatter 是免费的吗?

是的,Simple Formatter 完全免费(开源免费),可自由下载、安装和使用。

Simple Formatter 支持哪些平台?

Simple Formatter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Simple Formatter?

由 Tjaden Hess(@tjade273)开发并维护,当前版本 v0.1.0。

💬 留言讨论