Overview
- Skill Key
- gluonfield/ink-skill
- Author
- gluonfield
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gluonfield/ink-skill
- Latest Commit SHA
- e365b8432bb3bc6af68b112f7791a4ab0819307e
Deploy and manage cloud services on Ink (ml.ink): create projects, deploy services, provision databases, manage DNS and custom domains, configure workspaces, and monitor deployments. Use this skill whenever the user mentions Ink, ml.ink, deployments, services, databases, or cloud infrastructure on Ink, even if they don't say "Ink" explicitly.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ink 技能。 若已安装,则直接安装 ink 技能。
# Use Ink [Ink](https://ml.ink) is 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. ## Preflight Before any operation, verify the CLI is installed and authenticated: ```bash command -v ink # CLI installed ink whoami # authenticated ``` If the CLI is missing, install it: ```bash npm install -g @mldotink/cli # npm (macOS, Linux, Windows) brew install mldotink/tap/ink # Homebrew (macOS) ``` If not authenticated, run `ink login`. ## Configuration Ink CLI resolves context in this order (highest priority first): 1. **CLI flags** -- `--api-key`, `--workspace`, `--project` 2. **Environment** -- `INK_API_KEY` 3. **Local config** -- `.ink` file in current directory 4. **Global config** -- `~/.config/ink/config` Use `ink whoami` to check current auth. Use `--json` on any command for machine-readable output. ## Git: Two Options Ink supports two git providers. Use `ink whoami` to see which are available. ### Option 1: Ink Internal Git (default) Zero-setup, works for everyone. No GitHub account needed. ```bash ink repos create my-app # creates repo, shows git remote URL git remote add ink <url> # add the remote git push ink main # push code -- auto-triggers deployment ``` ### Option 2: GitHub Requires GitHub OAuth and GitHub App connected at https://ml.ink (Settings > GitHub). ```bash ink deploy my-app --repo username/repo-name --host github --port 3000 ``` ### Auto-Redeploy Both git providers trigger automatic redeployment on push. After pushing code, just poll `ink status <name>` to track progress -- you do not need to redeploy manually. ## Secrets & Environment Variables Use `ink secrets` to manage env vars on running services. Changes are merged server-side and trigger...
aicodelion
🚀 Clone your OpenClaw AI Agent to a new device in ~25 minutes — configs, memory, skills, everything.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
cacheforge-ai
⚡ SOTA agent skills for OpenClaw — observability, security, code quality, incident response, and more. Built by Anvil AI.
zjianru
OpenClaw Skill: Safely restart the Gateway with context preservation, guardian watchdog, and multi-channel notification
jgm2025
Automated Linux server patching with PatchMon integration for OpenClaw
cyrustmods
🛡️ Audit and verify OpenClaw skills for safety, ensuring quality with 395 safe skills from an in-depth analysis of over 4,000 entries.