← Back to Skills Marketplace
smyx-sunjinhui

Psychological Stress Assessment Skill | 心理压力评估技能

by smyx-sunjinhui · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smyx-psychological-stress-assessment-analysis
Description
Combines facial blood flow and emotional characteristics to analyze stress index, anxiety tendency, and depression tendency, suitable for mental health monit...
Usage Guidance
Key points to consider before installing or using this skill: - Inconsistency: SKILL.md forbids reading local memory, but the code reads/writes local config YAML files, environment variables, and a local SQLite DB (workspace/data). Do not assume the skill will avoid local data — it will persist and read records. - open-id and secrets: The skill requires an open-id to operate and looks for it in config files and environment variables. Confirm where you (or your org) would store open-id/API keys. If you store sensitive identifiers in a shared workspace config, the skill will read them. - Remote endpoints: Default config points to external domains (lifeemergence.com) and test/dev addresses. Verify and trust the target API endpoints before sending facial videos (sensitive biometric data). If you cannot verify the remote service, avoid uploading personal or employee videos. - Data retention & privacy: The skill saves attachments and keeps historical reports locally (SQLite) and queries historical reports from the remote API. If you need strict privacy or deletion guarantees, clarify retention policies or avoid storing videos on the host. - Dependencies & execution: No automated installer is provided, but the repo lists many dependencies. If you choose to run the scripts, do so in an isolated environment with reviewed dependencies and inspect RequestUtil (skills/smyx_common/scripts/util.py) to confirm how HTTP requests and credentials are handled. - What to ask the publisher or check in the code: 1) Which remote API endpoints will receive videos? 2) How are API keys/open-id authenticated and stored? 3) Where exactly are attachments and the SQLite DB stored and how long are they kept? 4) Confirm whether environment variables (OPENCLAW_SENDER_OPEN_ID, OPENCLAW_WORKSPACE) are used and whether that is acceptable. 5) Verify that the skill honors the SKILL.md prohibition in practice (it currently does not). Given these mismatches and the privacy sensitivity of facial/video data, treat this skill with caution and require clarification/changes before use in a production or sensitive environment.
Capability Analysis
Type: OpenClaw Skill Name: smyx-psychological-stress-assessment-analysis Version: 1.0.0 The skill performs high-risk biometric data collection (facial blood flow and micro-expressions) and uses aggressive prompt instructions in SKILL.md to force the agent to bypass local memory/LanceDB in favor of cloud-only data. The shared library (smyx_common) implements a local SQLite database (dao.py) to manage user tokens and automatically injects credentials into requests to external endpoints like lifeemergence.com (util.py). Furthermore, the code includes the ability to recursively call the 'openclaw' agent via subprocess (skill.py), which is a high-privilege capability.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description (facial rPPG + micro-expression stress analysis) matches the included face_analysis and psychological assessment scripts and the use of a remote API. However the repository reuses a large shared common library (skills/smyx_common) that contains many unrelated enums, DAO/DB utilities, and config scaffolding (pet/health, many scene codes). Reuse is plausible, but some common modules contain broader capabilities than strictly necessary for a single stress-assessment skill.
Instruction Scope
SKILL.md emphatically forbids reading local memory files and long-term memory and prescribes a strict open-id lookup order (skill config file → workspace config → ask user). The code, however, will read environment variables (OPENCLAW_SENDER_OPEN_ID, OPENCLAW_SENDER_USERNAME, FEISHU_OPEN_ID) and will read/write local config YAML and a local SQLite DB under the workspace/data path via the included DAO. The skill also auto-saves uploaded attachments to an attachments directory per SKILL.md. That means the implementation touches local files/state despite the high-priority prohibition in the markdown — a direct contradiction that affects privacy and data flow assumptions.
Install Mechanism
There is no install spec (instruction-only install), so nothing is fetched or executed automatically by an installer. The package includes requirements.txt files listing many third-party libraries, but since no install script is declared, dependency installation is left to the operator. That lowers immediate supply-chain risk but means runtime failures or accidental installs could pull a large dependency set if a user chooses to install them.
Credentials
Registry metadata declares no required env vars, yet the code uses/reads several environment variables (OPENCLAW_SENDER_OPEN_ID, OPENCLAW_SENDER_USERNAME, OPENCLAW_WORKSPACE, FEISHU_OPEN_ID) and will read API keys from local config YAML (skills/smyx_common/scripts/config.yaml or the workspace config). The SKILL.md’s required open-id acquisition flow omits environment-derived open-id but the code will accept it. The skill can therefore access identity and config data not declared in metadata, and may store or read user-related records in a local SQLite DB — this is disproportionate to what the metadata advertises and should be explicitly declared.
Persistence & Privilege
The skill persists data locally (creates/uses SQLite DB under workspace/data, may create config YAML files if missing, and saves attachments). It does not set always:true and does not declare elevated platform-wide privileges. Persisting user videos, reports, and potentially tokens is expected for a report-history feature, but SKILL.md's absolute prohibition on reading local memory conflicts with this persistence behavior. No evidence the skill modifies other skills' configurations, but it will create/modify files in the shared workspace.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smyx-psychological-stress-assessment-analysis
  3. After installation, invoke the skill by name or use /smyx-psychological-stress-assessment-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Psychological Stress Assessment Skill. - Combines facial blood flow (rPPG) and emotion analysis (FACS) for stress, anxiety, and depression index assessment. - Strict rules for open-id acquisition and usage; prohibits using local memory or long-term memory for report retrieval. - Automates attachment saving and triggers historical report queries on specific keywords, always using cloud API. - Outputs structured assessment reports, including recommendations, with results and report lists shown in Markdown tables. - Designed for scenarios like corporate care, campus screening, and home monitoring; not a replacement for clinical diagnosis.
Metadata
Slug smyx-psychological-stress-assessment-analysis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Psychological Stress Assessment Skill | 心理压力评估技能?

Combines facial blood flow and emotional characteristics to analyze stress index, anxiety tendency, and depression tendency, suitable for mental health monit... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Psychological Stress Assessment Skill | 心理压力评估技能?

Run "/install smyx-psychological-stress-assessment-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Psychological Stress Assessment Skill | 心理压力评估技能 free?

Yes, Psychological Stress Assessment Skill | 心理压力评估技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Psychological Stress Assessment Skill | 心理压力评估技能 support?

Psychological Stress Assessment Skill | 心理压力评估技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Psychological Stress Assessment Skill | 心理压力评估技能?

It is built and maintained by smyx-sunjinhui (@smyx-sunjinhui); the current version is v1.0.0.

💬 Comments