aihot

Query curated Chinese AI news, hot topics, and daily reports from the AI HOT API.

1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/HalseyYang/Skills-HY --skill aihot-halseyyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aihot
Source: https://github.com/HalseyYang/Skills-HY/tree/main/aihot
Command: npx skills add https://github.com/HalseyYang/Skills-HY --skill aihot-halseyyang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Staying current with fast-moving AI news requires checking many sources; this Skill answers Chinese-language questions about recent AI models, products, industry events, and papers by querying the AI HOT curated feed instead of relying on stale training memory. ## Core Features & Use Cases - Curated News Briefings: Fetches the last 24 hours or 7 days of selected AI news and formats the top 3-8 items into a readable Chinese briefing with sources and Beijing-time timestamps. - Hot Topics & Story Timelines: Retrieves currently trending topics and, when available, follows story links to get reverse-chronological report timelines, evolving AI digests, and latest developments. - Daily Reports & Search: Pulls the latest or date-specific AI HOT daily reports and supports keyword, category, and time-window queries against the anonymous read-only v1 API. - Use Case: Ask "过去 24 小时 AI 圈有什么大事" and receive a concise Chinese digest of the most important curated items with links, without configuring any API key. ## Quick Start Ask the assistant to summarize today's top AI news from AI HOT in Chinese.

Frequently Asked Questions about aihot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get today's AI news in Chinese?

Ask for the past 24 hours of AI news and the Skill queries the AI HOT items endpoint with mode=selected and window=24h. It returns the top 3-8 curated items as a Chinese briefing with titles, sources, and Beijing-time timestamps.

What is the AI HOT API and does it need an API key?

The AI HOT API is an anonymous read-only v1 REST API at aihot.virxact.com covering curated items, hot topics, stories, and daily reports. It requires no API key, cookies, or account, and requests are made with curl.

Can I search AI news by keyword or company name?

Yes, the items endpoint accepts a q parameter of 2-200 characters for server-side search within 24h or 7d windows. If the curated pool returns nothing, the Skill retries the same query against the full public pool and labels results as unselected.

Does AI HOT provide full article text through the API?

No, the v1 API returns only titles, summaries, sources, timestamps, scores, and links; there is no per-item full-text endpoint. For deeper reading it provides the AI HOT reading page link and the original third-party source link.

Why does a keyword search return no results on AI HOT?

The curated selected pool is a high-bar editorial selection, so niche companies or early products may only exist in the full public pool. The Skill automatically retries with mode=all before concluding nothing was found.

What happens when the AI HOT API request fails?

Failures follow a defined retry policy: 429 responses respect Retry-After, 5xx or timeouts retry up to twice with exponential backoff, and persistent failure is reported honestly. The Skill never substitutes training-memory answers for live data.