One-click install
npx skills add https://github.com/zeng740307/hot-monitor --skill hot-monitor-zeng740307
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hot-monitor
Source: https://github.com/zeng740307/hot-monitor/tree/main/.github/skills/hot-monitor
Command: npx skills add https://github.com/zeng740307/hot-monitor --skill hot-monitor-zeng740307

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the need to manually navigate and click through the AI hot topic monitor frontend interface to perform core tasks, by providing direct access to all backend functionalities via HTTP API calls.

Core Features & Use Cases

  • Direct API Operation: Interact with the local hot-monitor service directly through its HTTP API, supporting automatic port detection for both 8000 and 8001, no frontend interaction required.
  • Full Core Workflow Support: Handle 4 core task categories: querying filtered and sorted AI hot topics, managing keyword and platform account monitoring (add, enable/disable, delete, view hit records), reading and updating system configurations (scan intervals, notification thresholds, API keys, SMTP settings), and triggering/manually scanning hot topics with real-time status tracking.
  • Use Case: AI programming bloggers can use this skill to quickly check the latest high-heat AI topics, set up monitoring for specific keywords or competitor accounts, adjust scan schedules, and trigger immediate scans without opening the web dashboard.

Quick Start

Use the hot-monitor skill to query the top 5 hottest AI topics from the past 24 hours and mark which ones are matched by your active monitoring keywords.

Frequently Asked Questions about hot-monitor

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

FAQPage Schema
How do I query AI hot topics via HTTP API without using a web dashboard?

Querying AI hot topics via HTTP API bypasses the web dashboard by sending direct HTTP requests to the local hot-monitor service. The system automatically probes ports 8000 and 8001 to discover the active service and returns filtered, sorted topic lists as structured output.

Can I manage platform account monitoring rules through API calls instead of frontend clicks?

Managing platform account monitoring through API calls allows you to add, enable, disable, and delete keyword and account rules programmatically. You can also view hit records directly, eliminating the need for manual frontend interaction.

How does local service discovery work for HTTP API hot topic monitoring?

Local service discovery for HTTP API monitoring uses dual-port probing to automatically detect the active hot-monitor service. By probing both port 8000 and 8001, the system ensures seamless connection to the local backend without manual port configuration.

Do I need a specific port configured to trigger a manual hot topic scan task?

You do not need a specific port configured to trigger a manual hot topic scan task. The system supports automatic port detection for both 8000 and 8001, and uses idempotent scan triggering to prevent duplicate tasks from being created.

What is the best way to securely update system scan and notification settings via API?

Securely updating system scan and notification settings via API involves sending HTTP requests to modify scan intervals, notification thresholds, API keys, and SMTP settings. The API ensures sensitive configuration fields are handled securely during transmission and storage.

Why does idempotent scan triggering matter for AI hot topic monitoring?

Idempotent scan triggering matters for AI hot topic monitoring because it prevents duplicate scan tasks from executing when multiple API requests are sent. This ensures system stability and avoids redundant processing during automated polling or retry scenarios.