parkinson-epilepsy-behavior-recognition-analysis

Detects Parkinson's and epilepsy-related abnormal behaviors from video.

Updated May 18, 2026
One-click install
npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill parkinson-epilepsy-behavior-recognition-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parkinson-epilepsy-behavior-recognition-analysis
Source: https://github.com/smyx-sunjinhui/smyx-open-claw-skills/tree/main/skills/parkinson-epilepsy-behavior-recognition-analysis
Command: npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill parkinson-epilepsy-behavior-recognition-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, yaml, pydash, SQLAlchemy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps identify abnormal behaviors associated with Parkinson’s disease and epilepsy from uploaded monitoring videos, enabling non-contact home risk monitoring and structured activity analysis to support clinical observation.

Core Features & Use Cases

  • Abnormal behavior recognition: Detects limb tremors, convulsions, stiffness, and gait abnormalities by analyzing video frames.
  • Risk/episode reporting: Produces structured results including abnormal behavior types, frequency statistics, duration statistics, and an overall risk assessment with suggested actions.
  • History report retrieval: When history-query keywords are used, it fetches the user’s historical analysis report list from the cloud API and renders it as a Markdown table with clickable report links.

Quick Start

Upload a patient monitoring video and ask for “parkinson epilepsy behavior recognition analysis” with your username or phone as the open-id to get a structured abnormal-behavior report.

Frequently Asked Questions about parkinson-epilepsy-behavior-recognition-analysis

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

FAQPage Schema
How does video recognition detect Parkinson tremors and epilepsy convulsions for home monitoring?

Video recognition detects Parkinson tremors and epilepsy convulsions by analyzing monitoring video frames to identify abnormal limb movements, stiffness, and gait abnormalities for non-contact home risk monitoring.

How do I analyze abnormal behavior from a monitoring video and get a risk assessment report?

To analyze abnormal behavior, upload a patient monitoring video and request recognition analysis using your username or phone as the open-id, which calls the cloud API to generate a structured risk assessment report with suggested actions.

What types of abnormal behaviors can be identified from patient monitoring videos?

The analysis identifies abnormal behaviors including limb tremors, convulsions, stiffness, and gait abnormalities, producing frequency statistics, duration statistics, and an overall risk assessment from the monitoring videos.

Can I retrieve historical analysis reports for a patient using this behavior recognition workflow?

Yes, when history-query keywords are used, the workflow fetches the user's historical analysis report list from the cloud API and renders it as a Markdown table with clickable links to access past reports.

Do I need an open-id configuration to run the abnormal behavior recognition scripts?

Yes, executing the provided scripts requires obtaining an open-id via the required configuration and interaction flow using your username or phone, which is necessary to call the cloud API for analysis and report retrieval.