aihot

Fetches Chinese AI news briefings from the aihot.virxact.com public REST API.

2|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Nzettodess/Awesome-Agent-Skills --skill aihot-nzettodess
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aihot
Source: https://github.com/Nzettodess/Awesome-Agent-Skills/tree/main/Skills/Misc/aihot
Command: npx skills add https://github.com/Nzettodess/Awesome-Agent-Skills --skill aihot-nzettodess

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It gives you up-to-date Chinese AI industry news, daily digests, and curated item lists from aihot.virxact.com without opening a browser, avoiding reliance on stale training data for questions about recent AI developments. ## Core Features & Use Cases - Daily Report Retrieval: Pull the latest or date-specific AI HOT daily digest organized into five fixed sections (model releases, product launches, industry news, papers, tips). - Curated Item Queries: Query selected or full item feeds filtered by category, time window (up to 7 days), or server-side keyword search such as "OpenAI" or "Sora". - Use Case: Ask "What happened in AI over the past 24 hours?" and receive a formatted Chinese markdown briefing with titles, sources, summaries, and links, sorted by publish time. ## Quick Start Ask the agent "今天 AI 圈有什么大新闻" and it will call the aihot API and return a formatted Chinese news briefing.

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 a natural-language question like "今天 AI 圈有什么" and the skill queries the aihot.virxact.com items endpoint with the selected mode and a time window, returning a formatted Chinese markdown briefing with titles, sources, and links.

How do I search AI news by keyword like OpenAI or Sora?▼

Use the server-side q parameter on the items endpoint, which matches keywords against titles and Chinese summaries across the full item pool. It can be combined with category, mode, and time-window filters.

Why does the aihot API return 403 Forbidden with curl?▼

The /api/public/* endpoints block default curl User-Agent strings via an nginx blacklist. Add a browser User-Agent header to every API request, for example a Chrome on macOS UA string, to receive normal 200 responses.

What is the difference between the daily report and the items feed?▼

The daily report is a fixed editorial digest sliced by UTC day with five themed sections, generated at 08:00 Beijing time. The items feed is a rolling real-time list supporting selected or all modes, category filters, and time windows up to 7 days.

Can I query AI news older than 7 days?▼

The items endpoint is limited to the most recent 7 days, with earlier since values automatically truncated. For older content, fetch archived daily reports by date using the /api/public/daily/{YYYY-MM-DD} endpoint.