158 lines
6.6 KiB
Markdown
158 lines
6.6 KiB
Markdown
# Webflow智能体技能集
|
||
|
||
**GitHub**: [224-industries/webflow-skills](https://github.com/224-industries/webflow-skills) | **Gitea**: [mc-skills/224-industries--webflow-skills](http://192.168.0.109:3000/mc-skills/224-industries--webflow-skills)
|
||
|
||
## 中文摘要
|
||
|
||
为AI智能体提供Webflow专项能力的技能集合,涵盖浏览器API、代码组件、设计器API、企业API和Webhook等功能模块,帮助AI智能体更准确高效地完成Webflow开发与管理任务。
|
||
|
||
## 标签
|
||
|
||
`Webflow` `AI智能体` `技能扩展` `低代码` `API集成`
|
||
|
||
---
|
||
|
||
## README 原文
|
||
|
||
# 224 Industries - Webflow Agent Skills
|
||
|
||

|
||

|
||
[](https://webflow.com/@224-industries)
|
||
|
||
This repository contains a collection of Webflow Agent Skills by 224 Industries. These skills are designed to enhance the capabilities of agents by providing them with specialized functionalities.
|
||
|
||
<img width="1200" height="630" alt="224-industries-webflow-agent-skills-vercel-skills-cli" alt="Vercel Skills CLI output from installing the Webflow Agent Skills by 224 Industries" src="https://github.com/user-attachments/assets/896d2eed-1f2c-4a46-9bae-0f0899f7cb52" />
|
||
|
||
## What are Agent Skills?
|
||
|
||
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. They work across any AI agent that supports the [open Agent Skills standard](https://agentskills.io).
|
||
|
||
## Available Skills
|
||
<!-- START:Available-Skills -->
|
||
| Skill | Description | Download |
|
||
| ----- | ----------- | -------- |
|
||
| [webflow-browser-api](./skills/webflow-browser-api) | Control Webflow Analyze and Optimize from JavaScript via the Browser API. Use... | [Download](https://skills.224ai.au/webflow-browser-api.skill) |
|
||
| [webflow-code-components](./skills/webflow-code-components) | Build, define, and import React code components into Webflow via DevLink. Use... | [Download](https://skills.224ai.au/webflow-code-components.skill) |
|
||
| [webflow-designer-api](./skills/webflow-designer-api) | Work with the Webflow Designer API — either by building Designer Extensions (... | [Download](https://skills.224ai.au/webflow-designer-api.skill) |
|
||
| [webflow-enterprise-api](./skills/webflow-enterprise-api) | Webflow Enterprise API endpoints for workspace management, audit logs, site a... | [Download](https://skills.224ai.au/webflow-enterprise-api.skill) |
|
||
| [webflow-webhooks](./skills/webflow-webhooks) | Receive and verify Webflow webhooks. Use when setting up Webflow webhook hand... | [Download](https://skills.224ai.au/webflow-webhooks.skill) |
|
||
<!-- END:Available-Skills -->
|
||
|
||
### Webflow Skills Kit
|
||
|
||
Looking for more? The [Webflow Skills Kit](https://flashbrew.digital/webflow-skills-kit) is a bundle of premium Agent Skills for Webflow professionals, including strategy report generation, discovery workflows, client roleplay, and more. Built for and by Webflow professionals, the Skills Kit is designed to help you get the most out of AI agents in your Webflow projects, while saving you money and time.
|
||
|
||
## Installation
|
||
|
||
### Skills
|
||
|
||
Use [skills](https://skills.sh/) to install skills directly:
|
||
|
||
```bash
|
||
|
||
███████╗██╗ ██╗██╗██╗ ██╗ ███████╗
|
||
██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝
|
||
███████╗█████╔╝ ██║██║ ██║ ███████╗
|
||
╚════██║██╔═██╗ ██║██║ ██║ ╚════██║
|
||
███████║██║ ██╗██║███████╗███████╗███████║
|
||
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝
|
||
|
||
# Install all skills
|
||
npx skills add 224-industries/webflow-skills
|
||
|
||
# Install specific skills
|
||
npx skills add 224-industries/webflow-skills --skill webflow-designer-api
|
||
|
||
# List available skills
|
||
npx skills add 224-industries/webflow-skills --list
|
||
```
|
||
|
||
<details>
|
||
<summary>Manual Download</summary>
|
||
|
||
Download `.skill` files directly from the Available Skills table above and upload them to any agent that supports the [Agent Skills standard](https://agentskills.io):
|
||
|
||
- **Claude Web / Desktop / Cowork** — Go to Customize > Skills, click **+**, then **Upload a skill**
|
||
|
||
</details>
|
||
|
||
<details>
|
||
<summary>Claude Code / Factory Droid Plugin</summary>
|
||
|
||
```bash
|
||
# Add the plugin (includes all skills)
|
||
/plugin add 224-industries/webflow-skills
|
||
```
|
||
|
||
</details>
|
||
|
||
<details>
|
||
<summary>Gumloop Agents</summary>
|
||
|
||
Upload skills directly to [Gumloop](https://docs.gumloop.com/core-concepts/skills) agents:
|
||
|
||
1. Download the `.skill` file from the Available Skills table above
|
||
2. In Gumloop, open your agent's configuration and scroll to the **Skills** section
|
||
3. Click **+ Skill** and upload the `.skill` file
|
||
|
||
</details>
|
||
|
||
<details>
|
||
<summary>Other CLI Methods</summary>
|
||
|
||
Agent skills can also be installed via [Playbooks](https://playbooks.com/skills) or [Context7](https://context7.com/docs/skills):
|
||
|
||
```bash
|
||
# Playbooks
|
||
npx playbooks add skill 224-industries/webflow-skills
|
||
|
||
# Context7
|
||
npx ctx7 skills install /224-industries/webflow-skills
|
||
```
|
||
|
||
</details>
|
||
|
||
## Adding New Skills
|
||
|
||
Use the included script to add new skills:
|
||
|
||
```bash
|
||
node scripts/add-skill.js <skill-name> "<description>"
|
||
```
|
||
|
||
Example:
|
||
|
||
```bash
|
||
node scripts/add-skill.js webflow-designer-api "Build Webflow Designer Extensions..."
|
||
```
|
||
|
||
This will create the skill structure and automatically update manifest.json, platform plugin files, skills/index.json, and this README.
|
||
|
||
## Scripts
|
||
|
||
| Script | Description |
|
||
| ------ | ----------- |
|
||
| `node scripts/add-skill.js` | Add a new skill to the repository |
|
||
| `node scripts/sync-skills.js` | Sync manifest.json, platform plugin files, skills/index.json, and README with skills directory |
|
||
|
||
## Resources
|
||
|
||
- [Agent Skills Specification](https://agentskills.io/specification)
|
||
- [npx skills](https://skills.sh/)
|
||
- [Validate Agent Skill](https://github.com/marketplace/actions/validate-skill)
|
||
- [Playbooks](https://playbooks.com/skills)
|
||
- [Context7 Skills](https://context7.com/docs/skills)
|
||
|
||
## Contributing
|
||
|
||
Contributions are welcome! Please read our [Contributing Guide](.github/CONTRIBUTING.md) for more information.
|
||
|
||
## License
|
||
|
||
[MIT License](LICENSE)
|
||
|
||
## Creator
|
||
|
||
[Ben Sabic](https://bensabic.dev) (Fractional CTO) at [224 Industries](https://224industries.com.au)
|