Flame & Smoke Detection Analysis
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_bb47e3e3/fire-smoke-detection-analysis.
About this skill
Problem
In security monitoring, forest fire prevention, and industrial park scenarios, flames and smoke often appear against complex backgrounds and can be confused with glare, steam, or dust. Manual patrol or simple threshold alerts can miss early-stage fires and generate noisy false positives. This skill addresses a concrete problem: analyze images or videos for fire and smoke, return traceable detection results, anomaly markers, structured reports, and query historical reports from the cloud.
How It Works
The skill accepts image/video input from local files or network URLs; network resources are downloaded by the API service. Detection combines flame color, dynamic contours, and smoke diffusion features to separate real fire risk from interference sources. A typical flow includes:
- Input media: provide
mp4/avi/movvideos orjpg/png/jpegimages, with each file under10MB. - Run analysis: use the skill’s built-in script to call the analysis API and receive detection results, risk notes, recommendations, and report links.
- Query history: use
--listto read historical reports from the cloud API and render them as a Markdown table, without relying on local memory or manual summaries.
The output is intentionally structured: instead of only saying whether fire or smoke was detected, it provides evidence for operations and safety teams to act on.
Boundaries And Notes
This skill is a fire-warning aid, not a substitute for on-site confirmation and emergency procedures. Input should be clear and relevant to monitoring scenarios, and network URLs must be accessible by the API. Historical report lists must come from the cloud interface, so local session records should not be treated as the authoritative source.
Use Cases
- Security on-call staff upload a surveillance video to detect flame or smoke and generate a structured report.
- Inspection engineers provide park camera images to identify anomaly location and smoke diffusion signs for alert confirmation.
- Forestry operations staff input an area video file to analyze early fire risk and review results, risk notes, and advice.
- Safety analysts query historical fire-smoke report lists, filter by date, and export report links as a table.
Best For
- Security monitoring on-call: need quick flame/smoke judgment from video/images and a report link.
- Industrial safety engineers: need to identify smoke diffusion and anomaly locations to support on-site confirmation.
- Forestry fire operations: need early fire-risk analysis and risk notes from area videos.
- Safety analysts: need to query historical report lists and open report links.
Related Skills
Scan a Windows directory to find the top 10 largest files and output a colored table plus JSON results.
An engineer-focused HTTP request smuggling handbook covering CL.TE, TE.CL, TE.TE obfuscation, HTTP/2 downgrade, and client-side desync detection.
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Lightweight Python Linux HIDS exposing SSH brute-force, web attack, and webshell alerts via MCP with ban controls.