Skip to content
dsh.fish
Bundle

xby-gsap-animation-generate

一个全面的GSAP动画生成工具,提供AI驱动的意图分析、完整的API覆盖和生产就绪的动画模式,帮助开发者快速创建高性能动画。

Source
xby-skill
License
MIT
Updated
Updated 6 days ago

Readme

# xby-gsap-animation-generate

DeepSeek Harness (DSH) 的插件:GSAP动画生成工具

一个全面的GSAP动画生成工具,提供AI驱动的意图分析、完整的API覆盖和生产就绪的动画模式,帮助开发者快速创建高性能动画。

## 功能

- **set_xby_apikey** — 在聊天中设置 API 密钥(自动持久化,重启有效)
- **understand_and_create_animation** — The main AI engine - understands any animation request and generates perfect GSAP code with surgical precision
- **get_gsap_api_expert** — Deep dive into any GSAP method, plugin, or property with expert-level knowledge
- **generate_complete_setup** — Generate complete GSAP environment setup with all plugins and optimizations
- **debug_animation_issue** — Expert debugging for GSAP animation problems with solutions
- **optimize_for_performance** — Transform any animation into 60fps smoothness with expert optimizations
- **create_production_pattern** — Generate battle-tested, production-ready animation patterns

## 安装

### 方式一:从 GitHub 直接安装(推荐)

```bash
# 格式: dsh plugin --profile <profile> add github:<owner>/<repo>
dsh plugin --profile web add github:xby_skill/xby-gsap-animation-generate
```

### 方式二:从本地目录安装(开发模式)

```bash
# 仅用于本地开发调试
dsh plugin --profile web add /absolute/path/to/xby-gsap-animation-generate
```

### 方式三:通过 cordis.patch.yml 开发调试

```bash
dsh web --profile web --patch /absolute/path/to/dsh-ocr-plugin/cordis.patch.yml
```



## 配置

### 获取 API 密钥

前往 [小笨羊官网](https://xiaobenyang.com) 注册并获取 API 密钥。

Install

dsh plugin --profile web add github:xby-skill/xby-gsap-animation-generate

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source