Agent capability
coolify-docs-mcp
Install, build, configure, refresh, test, and operate the strict read-only Coolify documentation MCP bundled with this skill. Use when a user wants a local Coolify documentation MCP, needs evidence-backed searches over the allowlisted Coolify docs Gist, wants to configure the server in Codex or another MCP client, or needs to audit its closed-world security boundary. Do not use this skill to deploy, mutate Coolify resources, call the Coolify API, execute infrastructure commands, or handle secrets.
Runtime provisioning
Provision this capability
The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.
Shared Agent Skills
User scope: ~/.agents/skills/coolify-docs-mcp
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh coolify-docs-mcp --client agents --scope user --registry __MM_RUNTIME_ORIGIN__
Codex
User scope: ~/.agents/skills/coolify-docs-mcp
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh coolify-docs-mcp --client codex --scope user --registry __MM_RUNTIME_ORIGIN__
OpenCode
User scope: ~/.config/opencode/skills/coolify-docs-mcp
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh coolify-docs-mcp --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__
Antigravity
User scope: ~/.gemini/config/skills/coolify-docs-mcp
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh coolify-docs-mcp --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'coolify-docs-mcp' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'
Artifact integrity
Versioned package contents
| Path | Bytes | SHA-256 |
|---|---|---|
| .gitignore | 104 | a4accfab7552f0b6… |
| agents/openai.yaml | 343 | c7c22b3f02a53cff… |
| data/additional-sources/.gitkeep | 0 | e3b0c44298fc1c14… |
| package.json | 908 | ee7f47aa8202be19… |
| README.md | 5,028 | 63aafdfd38b85ed2… |
| scripts/compile-allowlist.mjs | 3,498 | d1f77ba48429c63b… |
| SKILL.md | 3,985 | 032071efce9a25a0… |
| src/index-store.ts | 4,600 | 26daec9da113ac6a… |
| src/index.ts | 6,927 | d8f992fc2dc7bba9… |
| src/policy.ts | 1,552 | 13f50fd12dcc2dd2… |
| src/search.ts | 2,967 | e935769f79586fed… |
| src/security.ts | 1,491 | e81972fb442f99bc… |
| src/sync.ts | 7,550 | 95a67672916bd435… |
| src/types.ts | 391 | ba3a87c6f4328efb… |
| STRICT_INSTRUCTIONS.md | 1,349 | 56696ae8d72b0ae3… |
| tests/index-store.test.ts | 1,477 | c5dd7847f9897047… |
| tests/search.test.ts | 1,357 | 6931cd516ddd5e98… |
| tests/security.test.ts | 923 | ccb0817c34fa8b94… |
| tsconfig.json | 498 | b0f3473957f0dfc6… |