← Back to Skills Marketplace
scl-90
by
zhuqingsonga
· GitHub ↗
· v1.0.0
· MIT-0
143
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scl-90
Description
SCL-90症状自评量表 - 专业心理测评工具(含中国常模)。Symptom Checklist 90 - Professional psychological assessment with Chinese norms.
Usage Guidance
This skill appears to be a local, offline SCL-90 CLI assessment: it contains the questionnaire, norms, help text, and a bash program that interactively prompts for answers and saves results to ~/.scl90_history/result_<timestamp>.txt in plaintext. Before installing or running: (1) confirm you trust the author/source (silifelab) because the tool will record sensitive mental‑health answers locally; (2) if you do not want answers stored in plaintext, run the script in a disposable environment or modify it to avoid saving or to encrypt the history file; (3) the tool does not send data externally or require credentials, so network exfiltration is not indicated by the shipped files, but if you need strong guarantees, run it offline or inspect/execute it in a sandbox/container; (4) the tool provides crisis hotlines but is not a substitute for professional care.
Capability Analysis
Type: OpenClaw Skill
Name: scl-90
Version: 1.0.0
The skill bundle implements a local SCL-90 psychological assessment tool. It consists of bash scripts (scripts/scl90.sh) that facilitate a 90-question survey, calculate scores based on provided JSON data (data/questions.json, data/norms.json), and store results locally in the user's home directory (~/.scl90_history). There is no evidence of network activity, data exfiltration, obfuscation, or malicious prompt injection; the tool operates entirely offline and aligns with its stated purpose of providing a self-assessment tool with crisis resources.
Capability Assessment
Purpose & Capability
The name/description (SCL-90 psychological assessment) matches the included assets: question/option data, norms, factor descriptions, tips, and shell scripts that implement an interactive CLI assessment. No unrelated credentials, binaries, or network endpoints are requested.
Instruction Scope
Runtime instructions and the included scripts perform only interactive questionnaire prompting, score calculation, and display of norms/crisis resources. The script writes results (scores and full answers array) to $HOME/.scl90_history/result_<timestamp>.txt in plaintext — this is expected for a local tool but is a privacy consideration (sensitive mental‑health answers saved locally). There are no instructions to read other system files or to transmit data externally.
Install Mechanism
No install spec — instruction-only plus bundled scripts. Nothing is downloaded or extracted from remote URLs. The skill will not install third‑party code; it only contains shell scripts and static JSON/text data.
Credentials
The skill requests no environment variables or credentials. It does access the $HOME environment (to create ~/.scl90_history) and relies on common POSIX tools (bash, date, bc). Access to the user's home directory to store results is proportional to its purpose but should be acceptable only if the user is comfortable with local plaintext storage of sensitive answers.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It creates and writes files only under the user's home directory for its own history; it does not modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scl-90 - After installation, invoke the skill by name or use
/scl-90 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the SCL-90 symptom self-assessment tool.
- Provides a full 90-question psychological assessment with Chinese norms.
- Includes quick screening, factor explanations, norm lookup, assessment history, and crisis resource access.
- Offers professional reminders and mental health crisis hotlines.
- Intended for self-evaluation and monitoring; not a substitute for professional diagnosis.
Metadata
Frequently Asked Questions
What is scl-90?
SCL-90症状自评量表 - 专业心理测评工具(含中国常模)。Symptom Checklist 90 - Professional psychological assessment with Chinese norms. It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.
How do I install scl-90?
Run "/install scl-90" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is scl-90 free?
Yes, scl-90 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does scl-90 support?
scl-90 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created scl-90?
It is built and maintained by zhuqingsonga (@zhuqingsonga); the current version is v1.0.0.
More Skills