Ink cloud deployment plugin for Claude Code
npx claudepluginhub mldotink/ink-skillDeploy and manage cloud services on Ink (ml.ink) using the Ink CLI
No description available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Agent skill for Ink — a cloud platform designed for AI agents to deploy and manage services autonomously. It makes deployments simple enough that fully autonomous agents can handle the entire lifecycle: create, deploy, monitor, and scale services without human intervention.
npx skills add mldotink/ink-skill
Or via the Claude Code plugin manager:
claude plugin install ink
Copy the skill to your managed skills directory:
git clone https://github.com/mldotink/ink-skill /tmp/ink-skill-install
mkdir -p ~/.openclaw/skills
cp -r /tmp/ink-skill-install/skills/ink ~/.openclaw/skills/ink
rm -rf /tmp/ink-skill-install
Or add the repo as an extra skills directory in ~/.openclaw/openclaw.json:
{
"skills": {
"load": {
"extraDirs": ["/path/to/ink-skill/skills"]
}
}
}
npm install -g @mldotink/cli
# or
brew install mldotink/tap/ink
export INK_API_KEY=dk_live_your_key_here
Or run ink login after installing the CLI.
This repo ships one installable skill:
ink — Deploy apps, manage services, databases, DNS, custom domains, and workspaces on InkThe skill uses the Ink CLI (@mldotink/cli). If you use the hosted installer script, it now prints CLI install commands when ink is missing.
Once installed, just ask your agent to deploy or manage infrastructure:
ink-skill/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── skills/
│ └── ink/
│ └── SKILL.md
├── CLAUDE.md
└── README.md