Install
openclaw skills install sleep-rabbit-plugin专业的睡眠健康分析系统,提供睡眠质量分析、压力评估和个性化冥想指导
openclaw skills install sleep-rabbit-pluginThis version (v5.3.4) fixes the "security theater" issues found in v5.3.3.
Truly secure sleep analysis skill with verified security controls. Provides professional sleep pattern analysis from EDF/BDF/GDF files with transparent and honest security declarations.
This skill follows the SECURITY_TRUTH.md declaration. All security claims are actually implemented in code, unlike v5.3.3 which had "security theater".
os.path.dirname(edf_path) output path (now uses safe safe_outputs/ directory)file-info command (now has strict path validation)safe_outputs/ (not user directories)safe_outputs/ directorysleep-analyzeAnalyze sleep data from EDF/BDF/GDF file with strict security validation.
sleep-analyze <edf_file>
Real Security:
file-infoGet information about EDF/BDF/GDF files with strict security restrictions.
file-info <file>
Real Security:
env-checkCheck environment and dependencies.
env-check
Security: No file access, no network
helpShow help information including security details.
help
Security: No file access, no network
openclaw skill install sleep-analyzer
pip install mne numpy scipy
Note: These are truly optional. Skill works in basic mode without them.
Default configuration (truthful):
safe_outputs/ directoryWill create (if enabled by user):
safe_outputs/ directory (for all exports)safe_outputs/ directory onlyWill not create:
Will not affect:
Users can verify security by:
os.path.dirname(edf_path) (should not exist)safe_outputs/ directorysafe_outputs/ directory (not os.path.dirname(edf_path))file-info command securityos.path.dirname(edf_path) for outputsfile-info command had no path limitsReport security issues (especially deceptive behavior like v5.3.3):
For questions about skill behavior, refer to:
SECURITY_TRUTH.md (complete and truthful security declaration)MIT License - See LICENSE file for details.
All security claims in this document are truthful and actually implemented in code. This version fixes the security theater issues from v5.3.3.