Bộ command và skill Claude Code gói sẵn, cho người mới với AI dùng ngay. Mọi file đều là markdown thuần — xem trước khi cài, không có ma thuật.
Site: https://helloai-kit.flownetic.workers.dev
Đây là content repo (public). Site showcase render từ nội dung này sống ở một repo riêng (private).
codex-image— Sinh ảnh qua Codex CLI từ 1 câu prompt mô tả.codex-writing— Nhờ Codex CLI viết bài blog từ outline hoặc prompt, theo voice guide cá nhân.
publish-to-emdash— Convert file blog markdown thành Portable Text và POST lên EmDash CMS admin API.self-hosted-mcp-for-claude— Build và deploy remote MCP server cho Claude.ai / Claude Code, không cần Cloudflare Worker.
Cài tất cả:
curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bashCài 1 command:
curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash -s -- command codex-imageCài 1 skill:
curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash -s -- skill publish-to-emdashInstaller ghi vào $HOME/.claude/ (đổi bằng CLAUDE_DIR=...).
Chưa quen terminal? Đang mở Claude Code hoặc Codex CLI? Paste prompt dưới vào ô chat, AI sẽ chạy cài giúp.
Cài tất cả:
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.
Cài 1 command (VD codex-image):
Cài giúp mình command "codex-image" từ HelloAI Kit nhé. Chạy trong terminal:
curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash -s -- command codex-image
Xong check file ~/.claude/commands/codex-image.md có chưa rồi báo lại.
Cài 1 skill (VD publish-to-emdash):
Cài giúp mình skill "publish-to-emdash" từ HelloAI Kit nhé. Chạy trong terminal:
curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash -s -- skill publish-to-emdash
Xong check folder ~/.claude/skills/publish-to-emdash/ có tồn tại không rồi báo lại.
Site https://helloai-kit.flownetic.workers.dev có nút copy sẵn cho từng command/skill.
- Command: thả file
.mdvàocommands/với frontmatter chuẩn Claude Code (description,argument-hint,allowed-tools). - Skill: tạo folder
skills/<name>/SKILL.mdvới frontmattername+description.
Push → site rebuild (từ repo site, chạy npm run deploy).
MIT © kaiitc