← 返回 Skills 市场
tjade273

clawsay

作者 Tjaden Hess · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
564
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install clawsay-0
功能描述
Display a message in a speech bubble spoken by an ASCII lobster.
使用说明 (SKILL.md)

Clawsay

Display a message in a speech bubble with an ASCII art lobster, like cowsay but with a lobster.

Usage

When the user wants to display a message with the lobster, run the script using uv. Ensure cd to the script directory:

cd scripts && uv run clawsay.py \x3Cmessage>

The lobster will be colored red and the message will appear in a speech bubble above it.

Example

uv run python scripts/clawsay.py "Hello from the deep!"
安全使用建议
This appears to be a simple, benign utility that prints an ASCII lobster with a speech bubble. Before installing or running: 1) confirm your environment has Python (the pyproject requires >=3.12) and install the dependency termcolor3 (or termcolor compatible) or adjust the script to use an available color library; 2) clarify what 'uv' refers to in the instructions — it's not a standard Python runner on every system and the example commands are inconsistent; 3) because the source/origin is unknown, run it in a restricted/sandboxed environment if you want to test it; 4) if you need this skill to be robust for multiple environments, add an explicit install step (pip install -r or poetry) or document required binaries so the platform can enforce them. The code itself does not perform network, file, or credential access.
功能分析
Type: OpenClaw Skill Name: clawsay-0 Version: 1.0.0 The skill bundle is classified as suspicious due to a potential supply chain risk. The `scripts/pyproject.toml` file declares a dependency on `termcolor3`, while the `scripts/clawsay.py` script attempts to import `termcolor`. This mismatch indicates either a functional bug or a typosquatting attempt, which is a common vector for injecting malicious dependencies into projects. While `termcolor3` itself is not proven malicious, the non-standard dependency choice and import error raise a red flag.
能力评估
Purpose & Capability
The code and description align: the script prints a lobster ASCII-art with a speech bubble. However, the package metadata (scripts/pyproject.toml) declares a Python package dependency (termcolor3) and a Python version (>=3.12), while SKILL metadata lists no required binaries or environment — so the skill implicitly needs a Python runtime and a dependency that are not declared in the skill requirements.
Instruction Scope
SKILL.md instructs the agent to cd into scripts and run the script using 'uv' (examples: 'uv run clawsay.py' and 'uv run python scripts/clawsay.py'). The script itself only prints to stdout and does not access files, network, or env vars. The only scope issue is the vague/unexplained use of 'uv' and inconsistent example commands; otherwise the runtime behavior stays within the stated purpose.
Install Mechanism
There is no install spec (instruction-only), yet a pyproject.toml with a dependency (termcolor3) is included. Without an install step, the agent or environment may lack the required Python version or package. This is an omission/oversight rather than an actively malicious install mechanism.
Credentials
No environment variables, credentials, or config paths are requested or accessed by the code. The script only reads command-line arguments and prints colored output.
Persistence & Privilege
The skill does not request persistent or elevated privileges; 'always' is false and there is no behavior that modifies other skills or agent-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawsay-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawsay-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Clawsay. - Display a user-provided message in a speech bubble with an ASCII art lobster. - Lobster appears colored red in the output. - Usage guide and example provided in the documentation.
元数据
Slug clawsay-0
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

clawsay 是什么?

Display a message in a speech bubble spoken by an ASCII lobster. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 564 次。

如何安装 clawsay?

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

clawsay 是免费的吗?

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

clawsay 支持哪些平台?

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

谁开发了 clawsay?

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

💬 留言讨论