HelloAI Kit
Bộ command và skill Claude Code, gói sẵn để người mới với AI cũng bắt đầu được. Xem source trước, cài sau — mọi file đều là markdown thuần, không có ma thuật.
Nếu đã quen mở terminal — copy dòng dưới, paste, Enter.
curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash Chưa biết terminal? Đang mở Claude Code hoặc Codex CLI? Copy prompt dưới, paste vào ô chat, AI tự chạy cài giúp.
Cài giúp mình toàn bộ HelloAI Kit vào Claude Code nhé. Chạy trong terminal:
curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash
Xong thì liệt kê các command và skill vừa cài cho mình biết. Commands (2)
Tạo ảnh bằng Codex CLI theo prompt mô tả
Nhờ Codex CLI viết bài blog mới từ outline/mockup file HOẶC từ 1 dòng prompt mô tả, theo voice guide + audience.
Skills (2)
Convert 1 file blog markdown thành Portable Text và POST lên EmDash CMS admin API. Dùng khi user muốn publish/upload/đăng bài từ markdown lên site EmDash. Tự guide user setup API Token lần đầu.
Build and deploy a self-hosted remote MCP (Model Context Protocol) server that Claude.ai / Claude Code custom connectors accept, without a Cloudflare Worker. Use when you need to expose your own tools/data to Claude over HTTP behind a domain (Coolify/Traefik, plain nginx, or any reverse proxy). Covers the Streamable HTTP transport, OAuth 2.1 with Dynamic Client Registration (DCR, RFC 7591/8414/9728), an nginx + supervisor + Node single-container packaging, and the exact gotchas that make self-hosted MCP fail (IPv6 healthcheck, express body parsing, Zod tool schemas, forwarded https scheme, build OOM). Includes copy-paste templates.