-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathplugin.json
More file actions
48 lines (48 loc) · 1.55 KB
/
Copy pathplugin.json
File metadata and controls
48 lines (48 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "webflow-cli-skills",
"version": "1.1.0",
"description": "Production-ready skills for Webflow CLI workflows including Code Components, DevLink, Webflow Cloud, and Designer Extensions.",
"author": {
"name": "Webflow",
"email": "developers@webflow.com",
"url": "https://developers.webflow.com"
},
"homepage": "https://github.com/webflow/webflow-skills#readme",
"repository": "https://github.com/webflow/webflow-skills",
"license": "MIT",
"keywords": [
"webflow",
"webflow-cli",
"cli",
"code-components",
"devlink",
"webflow-cloud",
"designer-extensions"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Webflow CLI Skills",
"shortDescription": "Run Webflow CLI workflows from Codex",
"longDescription": "Use Webflow CLI Skills in Codex to run guided workflows for Code Components, DevLink, Webflow Cloud deployments, Designer Extensions, and CLI troubleshooting.",
"developerName": "Webflow",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://webflow.com",
"privacyPolicyURL": "https://webflow.com/legal/privacy",
"termsOfServiceURL": "https://webflow.com/legal/terms",
"defaultPrompt": [
"Set up Webflow CLI for this project",
"Troubleshoot my Webflow CLI deployment",
"Guide me through a DevLink workflow"
],
"brandColor": "#146EF5",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo.svg",
"screenshots": []
}
}