From ink
Check the status of Ink (ml.ink) services, view logs, metrics, and billing. Use when the user asks about their deployments, wants to see logs, or check usage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ink:status [service-name][service-name]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check services on Ink (ml.ink) via `POST https://api.ml.ink/graphql`.
Check services on Ink (ml.ink) via POST https://api.ml.ink/graphql.
Auth: Authorization: Bearer $INK_API_KEY. Check it's set first.
Run schema introspection (no auth needed) to discover the exact queries, return types, and available fields for services, logs, metrics, and billing.
Based on what the user asked for:
Services: query the service list or details. Present as a table with name, status, URL, memory, vCPUs. Statuses: queued, building, deploying, active, failed, crashed, suspended.
Logs: query service logs. Two log types exist — introspect the log type enum. Build logs show build output; runtime logs show container stdout/stderr.
Metrics: query service metrics for a time range — introspect the time range enum for valid values. Summarize current CPU %, memory MB vs limit, trend direction.
Billing: query workspace billing and usage breakdown. All monetary values are in cents — divide by 100 for dollars. Tiers: free (5 services), hobby (25 services), pro (200 services).
Resource limits: query limits and current usage. Show as usage/max for services, memory, vCPUs.
npx claudepluginhub opensitesai/claude-code-inkProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.