← 返回 Skills 市场
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sakura
功能描述
使用Python的turtle和random库,递归绘制分形樱花树,并动画模拟花瓣自然飘落效果。
安全使用建议
This is an instruction-only skill that supplies Python code using the standard turtle and random libraries. It does not request credentials or network access, so it appears coherent and low-risk. Before running: (1) review the code yourself (or in a sandbox) since it is runnable Python from an unknown source; (2) be aware turtle opens a GUI window and the falling_petals() function contains an intentional infinite animation loop that will block until you close the window (use screen.ontimer or break the loop if you need non-blocking behavior); (3) running it in headless servers/CI will fail without an X/GUI environment. If you plan to let an agent execute this autonomously, ensure the execution environment is isolated and has no sensitive mounts or elevated privileges.
功能分析
Type: OpenClaw Skill
Name: sakura
Version: 1.0.0
The skill bundle contains a Python script and documentation for drawing a recursive cherry blossom tree using the standard 'turtle' and 'random' libraries. The code in SKILL.md is a common educational example for demonstrating recursion and basic animation; it lacks any network activity, file system access, or suspicious instructions that would indicate malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description match the SKILL.md: the file contains a self-contained Python turtle program to draw a fractal sakura tree and animate falling petals. No unrelated binaries, credentials, or services are requested.
Instruction Scope
The SKILL.md provides full runnable Python code and runtime guidance. It stays within drawing/animation scope and does not read files, access environment variables, or transmit data. Note: the falling_petals() loop is an infinite animation loop (intended) and will block until the window is closed; the instructions mention this and offer alternatives.
Install Mechanism
No install spec and no code files beyond instructions; nothing is downloaded or written to disk by an installer. This is low-risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The code uses only Python standard library modules (turtle, random), which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide settings. It does not require elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sakura - 安装完成后,直接呼叫该 Skill 的名称或使用
/sakura触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,支持使用 Python turtle 库递归绘制分形樱花树。
- 增加花瓣飘落的动态动画效果,花瓣漂移具备随机风向。
- 代码结构清晰,涵盖递归、颜色渐变、画笔粗细和随机动画等核心编程概念。
- 提供详细原理解析和常见问题排查说明,便于理解与扩展。
- 包含技能扩展建议,鼓励二次开发与功能拓展。
元数据
常见问题
Sakura python draw 是什么?
使用Python的turtle和random库,递归绘制分形樱花树,并动画模拟花瓣自然飘落效果。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 Sakura python draw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sakura」即可一键安装,无需额外配置。
Sakura python draw 是免费的吗?
是的,Sakura python draw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sakura python draw 支持哪些平台?
Sakura python draw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sakura python draw?
由 wow(@duanc-chao)开发并维护,当前版本 v1.0.0。
推荐 Skills