/ 目录 / 演练场 / Ay-Skills
● 社区 walidboulanouar ⚡ 即开即用

Ay-Skills

作者 walidboulanouar · walidboulanouar/Ay-Skills

AY Automate's 10-skill bundle — React/Tailwind artifacts, MCP client, Remotion video, Excalidraw, Claude SEO, NotebookLM, and more.

A broad skill collection from walidboulanouar / AY Automate: artifacts-builder (React + Tailwind + shadcn/ui bundled HTML), mcp-client (universal MCP connector with Python execution), remotion (React video), skill-creator, notebooklm (Google NotebookLM via browser automation), ui-ux-pro-max (design system guidelines), agent-browser (browser automation with login persistence), claude-seo (DataForSEO MCP integration), superpowers (agentic TDD pipeline), excalidraw-diagram.

为什么要用

核心特性

实时演示

实际使用效果

ay-skill.replay ▶ 就绪
0/0

安装

选择你的客户端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ay-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ],
      "_inferred": true
    }
  }
}

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "ay-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "ay-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ],
      "_inferred": true
    }
  }
}

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ay-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ],
      "_inferred": true
    }
  }
}

格式与 Claude Desktop 相同。重启 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "ay-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ]
    }
  ]
}

Continue 使用服务器对象数组,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "ay-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/walidboulanouar/Ay-Skills",
          "~/.claude/skills/Ay-Skills"
        ]
      }
    }
  }
}

加入 context_servers。Zed 保存后热重载。

claude mcp add ay-skill -- git clone https://github.com/walidboulanouar/Ay-Skills ~/.claude/skills/Ay-Skills

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: Ay-Skills

Build a shareable self-contained HTML artifact with React + shadcn

👤 Devs who want to demo a small UI without a deploy ⏱ ~30 min beginner

何时使用: You'd like to hand someone a single .html file that works offline.

前置条件
  • Skills cloned — git clone https://github.com/walidboulanouar/Ay-Skills ~/.claude/skills/Ay-Skills
步骤
  1. Describe the artifact
    artifacts-builder: a single-page pricing calculator with 3 tiers, React + shadcn cards, Tailwind.✓ 已复制
    → Claude produces the bundled HTML file with embedded CSS/JS
  2. Iterate on visuals
    Use ui-ux-pro-max guidelines — apply the accent palette to the CTA.✓ 已复制
    → Visually more polished version consistent with the design system

结果: One file, double-click to open, works anywhere.

Automate a task behind a login with agent-browser

👤 Engineers avoiding flaky Selenium scripts ⏱ ~30 min intermediate

何时使用: You need Claude to interact with a web app that requires auth, and you want session persistence.

步骤
  1. Start a persistent session
    agent-browser: open mysaas.com, log in (I'll do 2FA), save session.✓ 已复制
    → Session saved, subsequent requests reuse it
  2. Automate the task
    Now download last month's invoices from the billing page.✓ 已复制
    → Files downloaded to CWD

结果: A scripted flow that survives across sessions without reauth hell.

注意事项
  • Site's terms forbid automation — Check ToS first — browser automation is a tool, not a license
搭配使用: filesystem

组合

与其他 MCP 搭配,撬动十倍杠杆

ay-skill + filesystem

Save artifacts-builder output directly to a shared drop folder

Build the artifact and save to ~/Dropbox/demos/.✓ 已复制
ay-skill + github

Ship the artifact as a GitHub Pages page in one step

Build the artifact, commit to gh-pages branch, push.✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
artifacts-builder UI description Want a shareable single-file demo 0
mcp-client target MCP server + task Orchestrating multiple MCPs from one skill 0
remotion scene description + assets Programmatic video generation 0
agent-browser URL + actions Auth-gated or JS-heavy sites 0
claude-seo URL or keyword SEO audits with optional paid data 0 local, paid if DataForSEO enabled
superpowers feature intent Complex features that benefit from structured TDD 0

成本与限制

运行它的成本

API 配额
None for the skills themselves
每次调用 Token 数
Varies widely across sub-skills
费用
Free — skills are local files. DataForSEO (used by claude-seo optionally) is paid.
提示
Don't enable all 10 sub-skills if you only use 3 — context overhead compounds.

安全

权限、密钥、影响范围

凭据存储: No credentials in the skill files. agent-browser stores a session file; claude-seo may need DataForSEO keys.
数据出站: Depends on sub-skill — agent-browser and claude-seo hit external sites

故障排查

常见错误与修复

Skill not invoked — Claude writes React inline instead of using artifacts-builder

Reference the sub-skill by name: 'use artifacts-builder to...'.

验证: ls ~/.claude/skills/Ay-Skills/
SKILL.md frontmatter wrong

Each sub-skill has its own SKILL.md; inspect the one not activating.

验证: head ~/.claude/skills/Ay-Skills/artifacts-builder/SKILL.md
Wrong trigger keywords — mcp-client picks the wrong MCP

Specify the target MCP explicitly in the prompt.

替代方案

Ay-Skills 对比其他方案

替代方案何时用它替代权衡
excalidraw-skill (Agents365)You only need the diagram pieceNarrower; doesn't include the 9 other AY sub-skills
skills-skill-9You want product-building skills rather than UI/browser focusDifferent category emphasis

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills