|
1 | 1 | { |
2 | 2 | "name": "xcloud-agent-skills", |
3 | | - "version": "4.0.0", |
| 3 | + "version": "4.0.1", |
4 | 4 | "display_name": "xCloud Agent Skills", |
5 | 5 | "description": "Operate xCloud in plain language from any AI agent — five capability skills paired with the xCloud MCP server (110 native tools), with a bundled REST fallback.", |
6 | 6 | "long_description": "The xCloud agent skills let any AI agent (Claude Code and others) operate xCloud in plain language: reboot a server, renew SSL, scan for vulnerabilities, provision WordPress or Git-deployed sites, delete sites safely. v4.0.0 is MCP-first: connect the xCloud MCP server (https://app.xcloud.host/mcp — OAuth, 110 tools with per-action destructive-operation confirmation) and the skills use it automatically; agents without MCP fall back to the shared auth + curl layer. A legacy Python SDK and CLI remain under src/ for direct scripting.", |
7 | | - |
8 | 7 | "category": "deployment", |
9 | 8 | "subcategories": [ |
10 | 9 | "hosting", |
|
13 | 12 | "devops", |
14 | 13 | "automation" |
15 | 14 | ], |
16 | | - |
17 | 15 | "keywords": [ |
18 | 16 | "xcloud", |
19 | 17 | "xcloud-agent-skills", |
|
28 | 26 | "claude-code", |
29 | 27 | "skills" |
30 | 28 | ], |
31 | | - |
32 | 29 | "author": { |
33 | 30 | "name": "xCloudDev", |
34 | 31 | "email": "dev@xcloud.host", |
35 | 32 | "url": "https://xcloud.host" |
36 | 33 | }, |
37 | | - |
38 | 34 | "homepage": "https://xcloud.host", |
39 | 35 | "repository": "https://github.com/xCloudDev/xcloud-agent-skills", |
40 | 36 | "documentation": "https://github.com/xCloudDev/xcloud-agent-skills/blob/main/docs/USER_GUIDE.md", |
41 | | - "changelog": "https://github.com/xCloudDev/xcloud-agent-skills/blob/main/CHANGELOG.md", |
42 | | - |
| 37 | + "changelog": { |
| 38 | + "v4.0.1": { |
| 39 | + "date": "2026-08-02", |
| 40 | + "changes": [ |
| 41 | + "Security hardening across the wrapper: HTTPS-only base URLs (explicit local-dev override), bearer-token redaction in verbose output, request bodies via stdin — never argv (fixes upstream #14, #15, #16)", |
| 42 | + "Injection-proof JSON via jq -n in legacy src/ and secret-bearing skill examples (fixes #17)", |
| 43 | + "Untrusted-output (prompt-injection) rules and a written high-risk-write confirmation policy (fixes #18, #19)", |
| 44 | + "Hosted-chat token guidance: scoped short-lived tokens, never wildcard in chat, compromise rotation steps (fixes #21)", |
| 45 | + "Async state files owner-only 0600 with secrets masked (fixes #22); CLI set -u crash, poller readiness field, and SSL provider fixed (from #8)", |
| 46 | + "CI: offline wrapper + JSON-safety test suites, script-safety pattern lint (partial #20), and a manifest version-consistency gate (partial #26)" |
| 47 | + ] |
| 48 | + }, |
| 49 | + "v4.0.0": { |
| 50 | + "date": "2026-07-29", |
| 51 | + "changes": [ |
| 52 | + "MCP-first: skills pair with the xCloud MCP server (https://app.xcloud.host/mcp, 110 tools, full API parity) with OAuth and per-action destructive-op confirmation", |
| 53 | + "New shared reference/mcp.md: connect instructions per client, tool naming, confirm contract, REST-only surface", |
| 54 | + "Added site deletion (DELETE /sites/{uuid}) with granular delete_* flags", |
| 55 | + "Added Git-deployed site provisioning (POST /servers/{uuid}/sites/git) for Laravel/Node/PHP/WordPress/Lovable", |
| 56 | + "Added domain update status; documented Node/PM2/OpenClaw rescue flags", |
| 57 | + "README and onboarding lead with the MCP connector; token setup is the REST fallback" |
| 58 | + ] |
| 59 | + }, |
| 60 | + "v3.0.3": { |
| 61 | + "date": "2026-07-10", |
| 62 | + "changes": [ |
| 63 | + "Changed ClawHub category metadata from infrastructure to deployment", |
| 64 | + "Closed live API coverage gaps for team-wide vulnerabilities, Git deployment settings, manual Git deploys, and service disable", |
| 65 | + "Added proactive xCloud-branded onboarding and safer API token setup guidance", |
| 66 | + "Added direct xCloud tutorial, video, and YouTube links for marketplace indexing" |
| 67 | + ] |
| 68 | + }, |
| 69 | + "v3.0.2": { |
| 70 | + "date": "2026-07-10", |
| 71 | + "changes": [ |
| 72 | + "Restored the original xcloud ClawHub listing to preserve download history", |
| 73 | + "Hid the duplicate xcloud-agent-skills listing", |
| 74 | + "Added first-screen ClawHub, version, license, xCloud, and OpenClaw badges", |
| 75 | + "Added Token Optimizer-style badges and links to the rendered SKILL.md tab", |
| 76 | + "Added direct xCloud, dashboard, GitHub, user guide, install guide, and API documentation links" |
| 77 | + ] |
| 78 | + }, |
| 79 | + "v3.0.1": { |
| 80 | + "date": "2026-07-10", |
| 81 | + "changes": [ |
| 82 | + "ClawHub release metadata and safety files", |
| 83 | + "Root SKILL.md for marketplace indexing", |
| 84 | + "README badges and official xCloud links", |
| 85 | + "API coverage audit and CI from the public-release branch" |
| 86 | + ] |
| 87 | + }, |
| 88 | + "v3.0.0": { |
| 89 | + "date": "2026-06-16", |
| 90 | + "changes": [ |
| 91 | + "Renamed the plugin to xcloud; skills invoked as xcloud:servers, :sites, :ssl, :wordpress, :account", |
| 92 | + "Plugin directory moved to plugins/xcloud/" |
| 93 | + ] |
| 94 | + }, |
| 95 | + "v2.0.0": { |
| 96 | + "date": "2026-06-09", |
| 97 | + "changes": [ |
| 98 | + "Split the single skill into five capability-domain skills", |
| 99 | + "Shared scripts/xcloud.sh + reference/{auth,conventions}.md layer", |
| 100 | + "Per-skill smoke tests; environment-driven base URL" |
| 101 | + ] |
| 102 | + }, |
| 103 | + "v1.1.0": { |
| 104 | + "date": "2026-04-22", |
| 105 | + "changes": [ |
| 106 | + "Python SDK with 20+ API methods (now legacy, under src/)", |
| 107 | + "Async polling and state persistence", |
| 108 | + "CLI tool; error recovery guide; automation scenarios" |
| 109 | + ] |
| 110 | + }, |
| 111 | + "v1.0.0": { |
| 112 | + "date": "2024", |
| 113 | + "changes": [ |
| 114 | + "Initial release with API documentation", |
| 115 | + "curl examples for all operations", |
| 116 | + "Troubleshooting guide" |
| 117 | + ] |
| 118 | + } |
| 119 | + }, |
43 | 120 | "license": "MIT", |
44 | 121 | "license_url": "https://github.com/xCloudDev/xcloud-agent-skills/blob/main/LICENSE", |
45 | | - |
46 | 122 | "features": [ |
47 | 123 | "MCP-first: pairs with the xCloud MCP server (110 native tools, full API parity)", |
48 | 124 | "OAuth connection — no raw token to store; per-action confirmation on destructive tools", |
|
58 | 134 | "Git deployment, team vulnerability rollup, and service-disable coverage", |
59 | 135 | "Legacy Python SDK, async helpers, and CLI under src/" |
60 | 136 | ], |
61 | | - |
62 | 137 | "badges": [ |
63 | 138 | "production-ready", |
64 | 139 | "mcp-ready", |
|
70 | 145 | "error-recovery", |
71 | 146 | "official-xcloud" |
72 | 147 | ], |
73 | | - |
74 | 148 | "requirements": { |
75 | 149 | "environment": { |
76 | 150 | "XCLOUD_API_TOKEN": "REST fallback only — not needed when the xCloud MCP connector is used. Token from https://app.xcloud.host/settings/api-tokens" |
|
81 | 155 | "backoff >= 2.2.0" |
82 | 156 | ] |
83 | 157 | }, |
84 | | - |
85 | 158 | "quick_start": { |
86 | 159 | "1_connect_mcp": "claude mcp add xcloud --transport http https://app.xcloud.host/mcp then /mcp -> Authenticate (OAuth; no token needed)", |
87 | 160 | "2_install": "/plugin marketplace add xCloudDev/xcloud-agent-skills then /plugin install xcloud@xcloud-agent-skills", |
88 | 161 | "3_fallback": "No MCP support? Add {\"env\": {\"XCLOUD_API_TOKEN\": \"your-token\"}} to your Claude Code settings instead", |
89 | 162 | "4_use": "Ask in plain language, e.g. \"List my xCloud servers\" or \"Renew SSL for example.com\"" |
90 | 163 | }, |
91 | | - |
92 | 164 | "mcp_info": { |
93 | 165 | "endpoint": "https://app.xcloud.host/mcp", |
94 | 166 | "transport": "streamable-http", |
|
97 | 169 | "tools": 110, |
98 | 170 | "notes": "Full parity with the authenticated Public API; destructive tools require per-action confirmation; team-scoped." |
99 | 171 | }, |
100 | | - |
101 | 172 | "agent_support": { |
102 | 173 | "infrastructure_automation": "Provisioning, deployment, backups, CI/CD integration", |
103 | 174 | "monitoring": "Fleet health checks, capacity planning, cost analysis", |
104 | 175 | "security": "SSL monitoring, vulnerability scans, firewall/fail2ban, site verification", |
105 | 176 | "operations": "Bulk updates, status reporting, disaster recovery" |
106 | 177 | }, |
107 | | - |
108 | 178 | "api_info": { |
109 | 179 | "base_url": "https://app.xcloud.host/api/v1", |
110 | 180 | "docs_url": "https://app.xcloud.host/api/v1/docs", |
111 | 181 | "auth": "Bearer token (Sanctum)", |
112 | 182 | "rate_limit": "60 requests/minute", |
113 | 183 | "version": "1.0.0" |
114 | 184 | }, |
115 | | - |
116 | 185 | "installation": { |
117 | 186 | "mcp": "claude mcp add xcloud --transport http https://app.xcloud.host/mcp", |
118 | 187 | "mcp_docs": "https://app.xcloud.host/mcp/docs", |
|
127 | 196 | "youtube": "https://www.youtube.com/@xCloud-Hosting", |
128 | 197 | "other_frameworks": "Copy plugins/xcloud/skills/* into your agent's skills directory" |
129 | 198 | }, |
130 | | - |
131 | | - "changelog": { |
132 | | - "v4.0.0": { |
133 | | - "date": "2026-07-29", |
134 | | - "changes": [ |
135 | | - "MCP-first: skills pair with the xCloud MCP server (https://app.xcloud.host/mcp, 110 tools, full API parity) with OAuth and per-action destructive-op confirmation", |
136 | | - "New shared reference/mcp.md: connect instructions per client, tool naming, confirm contract, REST-only surface", |
137 | | - "Added site deletion (DELETE /sites/{uuid}) with granular delete_* flags", |
138 | | - "Added Git-deployed site provisioning (POST /servers/{uuid}/sites/git) for Laravel/Node/PHP/WordPress/Lovable", |
139 | | - "Added domain update status; documented Node/PM2/OpenClaw rescue flags", |
140 | | - "README and onboarding lead with the MCP connector; token setup is the REST fallback" |
141 | | - ] |
142 | | - }, |
143 | | - "v3.0.3": { |
144 | | - "date": "2026-07-10", |
145 | | - "changes": [ |
146 | | - "Changed ClawHub category metadata from infrastructure to deployment", |
147 | | - "Closed live API coverage gaps for team-wide vulnerabilities, Git deployment settings, manual Git deploys, and service disable", |
148 | | - "Added proactive xCloud-branded onboarding and safer API token setup guidance", |
149 | | - "Added direct xCloud tutorial, video, and YouTube links for marketplace indexing" |
150 | | - ] |
151 | | - }, |
152 | | - "v3.0.2": { |
153 | | - "date": "2026-07-10", |
154 | | - "changes": [ |
155 | | - "Restored the original xcloud ClawHub listing to preserve download history", |
156 | | - "Hid the duplicate xcloud-agent-skills listing", |
157 | | - "Added first-screen ClawHub, version, license, xCloud, and OpenClaw badges", |
158 | | - "Added Token Optimizer-style badges and links to the rendered SKILL.md tab", |
159 | | - "Added direct xCloud, dashboard, GitHub, user guide, install guide, and API documentation links" |
160 | | - ] |
161 | | - }, |
162 | | - "v3.0.1": { |
163 | | - "date": "2026-07-10", |
164 | | - "changes": [ |
165 | | - "ClawHub release metadata and safety files", |
166 | | - "Root SKILL.md for marketplace indexing", |
167 | | - "README badges and official xCloud links", |
168 | | - "API coverage audit and CI from the public-release branch" |
169 | | - ] |
170 | | - }, |
171 | | - "v3.0.0": { |
172 | | - "date": "2026-06-16", |
173 | | - "changes": [ |
174 | | - "Renamed the plugin to xcloud; skills invoked as xcloud:servers, :sites, :ssl, :wordpress, :account", |
175 | | - "Plugin directory moved to plugins/xcloud/" |
176 | | - ] |
177 | | - }, |
178 | | - "v2.0.0": { |
179 | | - "date": "2026-06-09", |
180 | | - "changes": [ |
181 | | - "Split the single skill into five capability-domain skills", |
182 | | - "Shared scripts/xcloud.sh + reference/{auth,conventions}.md layer", |
183 | | - "Per-skill smoke tests; environment-driven base URL" |
184 | | - ] |
185 | | - }, |
186 | | - "v1.1.0": { |
187 | | - "date": "2026-04-22", |
188 | | - "changes": [ |
189 | | - "Python SDK with 20+ API methods (now legacy, under src/)", |
190 | | - "Async polling and state persistence", |
191 | | - "CLI tool; error recovery guide; automation scenarios" |
192 | | - ] |
193 | | - }, |
194 | | - "v1.0.0": { |
195 | | - "date": "2024", |
196 | | - "changes": [ |
197 | | - "Initial release with API documentation", |
198 | | - "curl examples for all operations", |
199 | | - "Troubleshooting guide" |
200 | | - ] |
201 | | - } |
202 | | - }, |
203 | | - |
204 | 199 | "support": { |
205 | 200 | "github_issues": "https://github.com/xCloudDev/xcloud-agent-skills/issues", |
206 | 201 | "email": "dev@xcloud.host", |
|
212 | 207 | "youtube": "https://www.youtube.com/@xCloud-Hosting", |
213 | 208 | "xcloud": "https://xcloud.host" |
214 | 209 | }, |
215 | | - |
216 | 210 | "verified": true, |
217 | 211 | "maintained": true, |
218 | 212 | "production_ready": true |
|
0 commit comments