Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
aihot
aihot is an open-source backend skill for Claude Code and compatible agents, published by KKKKhazix. Its author describes it as: “查询 AIHOT 的中文 AI 资讯、精选、当前热点和日报。用户询问今天或最近的 AI 新闻、AI 圈动态、大模型或产品发布、OpenAI/Anthropic/Google 最新消息、AI 论文、AI 日报、AIHOT 精选、当前最热事件,或需要同步当前全部精选时使用。必须通过 aihot.virxact.com 的匿名只读 API 获取当前数据,不凭训练记忆回答新闻;不需要 API Key 或 MCP server。”. The project has 20k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/KKKKhazix/khazix-skills ~/.claude/skills/aihot`.
What aihot does
通过 AIHOT 稳定的公开 v1 API 回答中文 AI 资讯问题。默认给普通人能读懂的简报,不展示 API 调试细节。
Installation
Add aihot to your agent with:
git clone https://github.com/KKKKhazix/khazix-skills ~/.claude/skills/aihot Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for aihot is organised into these sections:
- 安全边界
- 用途许可边界
- 核心工作流
- 请求
- 给用户的输出
When to use it
Reach for aihot when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in KKKKhazix/khazix-skills, an established project with 19,815 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does aihot do?
- 查询 AIHOT 的中文 AI 资讯、精选、当前热点和日报。用户询问今天或最近的 AI 新闻、AI 圈动态、大模型或产品发布、OpenAI/Anthropic/Google 最新消息、AI 论文、AI 日报、AIHOT 精选、当前最热事件,或需要同步当前全部精选时使用。必须通过 aihot.virxact.com 的匿名只读 API 获取当前数据,不凭训练记忆回答新闻;不需要 API Key 或 MCP server。
- How do I install aihot?
- Run git clone https://github.com/KKKKhazix/khazix-skills ~/.claude/skills/aihot in your agent, then reload your skills. Review the source at https://github.com/KKKKhazix/khazix-skills before installing.
- Is aihot free to use?
- Yes. aihot is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does aihot come from?
- aihot ships inside KKKKhazix/khazix-skills, a repository that contains 7 catalogued skills in total. The repository's 19,815 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Backend →Use when reviewing a PR, API, IPC channel, endpoint, parameter, type, config, or architectural extension point that adds or expands shared surface area, especially when consumers are absent, exports are unused or speculative, existing consumers are hack-heavy, forward compatibility is claimed, or multiple similar APIs may express one demand.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.