-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
77 lines (77 loc) · 2.39 KB
/
Copy pathplugin.json
File metadata and controls
77 lines (77 loc) · 2.39 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "antigravity-seo",
"version": "3.0.0",
"description": "An Antigravity plugin for SEO agencies. Handle everything from creating a new blog to ranking on the 1st page and outperforming competitors. Includes 2 orchestrators, 63 specialist workflows, and 32 agents.",
"author": {
"name": "dotusmanali",
"url": "https://github.com/dotusmanali"
},
"homepage": "https://github.com/dotusmanali/antigravity-seo",
"repository": "https://github.com/dotusmanali/antigravity-seo",
"license": "MIT",
"keywords": [
"ai-search",
"ai-seo",
"antigravity",
"antigravity-cli",
"antigravity-skills",
"automation",
"backlinks",
"blog",
"blog-creation",
"blog-writer",
"content-authority",
"content-marketing",
"content-quality",
"core-web-vitals",
"crux",
"dataforseo",
"drift-monitoring",
"ecommerce-seo",
"generative-engine-optimization",
"geo",
"aeo",
"google-search-console",
"image-optimization",
"local-seo",
"marketing-automation",
"mcp",
"pagespeed",
"schema-markup",
"semantic-clustering",
"seo",
"sitemap",
"sxo",
"technical-seo",
"topic-clusters",
"multilingual"
],
"skills": "./skills/",
"agents": "./agents/",
"hooks": "./hooks.json",
"rules": "./rules/",
"commands": [
"./commands/"
],
"commandNamespace": "seo",
"interface": {
"displayName": "Antigravity SEO",
"shortDescription": "An Antigravity plugin for SEO agencies to generate content, audit performance, and rank on the 1st page.",
"longDescription": "Antigravity SEO is a complete tool for SEO agencies. Handle everything from creating a new blog to ranking on the 1st page and outperforming competitors. Includes 2 orchestrators, 63 specialist workflows, 32 agent profiles, shared cache artifacts, MCP integrations, and deterministic headless runners.",
"developerName": "dotusmanali",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/dotusmanali/antigravity-seo",
"defaultPrompt": [
"Audit this website for SEO issues.",
"Check schema and Core Web Vitals for this URL.",
"Build an SEO action plan for this business.",
"Write a structured blog post about local SEO trends.",
"Optimize my blog content for search engines."
],
"brandColor": "#16A34A"
}
}