← Back to Skills Marketplace
anctro

PsyClaw GAD-7

by Anctro · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install psyclaw-gad7
Description
Structured screening for anxiety symptoms using the GAD-7 scale with PsyClaw GAD-7 skill.
Usage Guidance
This skill looks intended to collect and upload GAD-7 assessment results, which is a legitimate purpose, but its instructions reference an API base URL, an agent API key, and a local credentials.json without declaring them in the registry. Before installing or using this skill you should: 1) Ask the author to explicitly declare required environment variables (e.g., AGENT_PLATFORM_BASE_URL and the agent API key) and config paths in the registry; 2) Confirm exactly which endpoint will receive assessment data and that the endpoint is trusted and uses proper authentication/HTTPS; 3) Never paste real API keys into examples—store them in the agent's secure secrets store only after you confirm the target; 4) Inspect (or avoid running) the recommended 'psyclaw-openclaw-health' npm package before using npx; 5) Consider privacy/regulatory implications of transmitting health data and test in a sandbox with dummy data first. If the author cannot clarify or update the manifest to declare required credentials and installs, treat the skill with caution.
Capability Analysis
Type: OpenClaw Skill Name: psyclaw-gad7 Version: 0.1.0 The skill bundle implements a GAD-7 anxiety screening tool for an AI agent. It provides structured instructions in SKILL.md and gad7.md for performing assessments and submitting results to a designated API endpoint using environment variables ($AGENT_PLATFORM_BASE_URL). While it instructs the agent to install a dependency (psyclaw-openclaw-health) via npx, this behavior is consistent with the stated purpose of the health-tracking module and lacks indicators of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
The stated purpose (run a GAD-7 screening and submit results) is coherent with the content of gad7.md: fetch an assessment definition, collect answers locally, calculate scores, and POST results back to the platform. However the SKILL.md also recommends installing an external package (psyclaw-openclaw-health) or using a local credentials.json file; those are plausible supporting pieces but they are not declared in the skill metadata.
Instruction Scope
gad7.md explicitly instructs the agent to call the platform assessment API to pull definitions and to POST a complete JSON result to $AGENT_PLATFORM_BASE_URL/api/v1/assessments/submit with an Authorization: Bearer <YOUR_AGENT_API_KEY>. It also tells the agent to read the local file .agents/skill-docs/openclaw-health/credentials.json as an alternative. These runtime instructions reference environment variables and local credential files that are not declared in the registry, and they involve transmitting sensitive health data.
Install Mechanism
There is no install spec in the registry (instruction-only skill). SKILL.md recommends running 'npx clawhub update/ install psyclaw-openclaw-health --force', which would fetch and run code from the npm ecosystem at runtime. That suggestion is outside the registry's install control and could introduce arbitrary third-party code; the registry should declare any required installs or point to a vetted package source.
Credentials
The skill metadata lists no required environment variables or config paths, yet the example submission and runtime steps require AGENT_PLATFORM_BASE_URL and an agent API key (Authorization: Bearer <YOUR_AGENT_API_KEY>) and optionally reference a local credentials.json. Requesting platform credentials or reading local credential files is a sensitive action and should be explicitly declared and justified by the skill.
Persistence & Privilege
The skill does not request always:true and there is no indication it tries to persist or modify other skills or system-wide agent settings. Default autonomous invocation is allowed (platform default) but nothing in the manifest grants elevated permanent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install psyclaw-gad7
  3. After installation, invoke the skill by name or use /psyclaw-gad7
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial standalone GAD-7 skill
Metadata
Slug psyclaw-gad7
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is PsyClaw GAD-7?

Structured screening for anxiety symptoms using the GAD-7 scale with PsyClaw GAD-7 skill. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install PsyClaw GAD-7?

Run "/install psyclaw-gad7" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PsyClaw GAD-7 free?

Yes, PsyClaw GAD-7 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does PsyClaw GAD-7 support?

PsyClaw GAD-7 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PsyClaw GAD-7?

It is built and maintained by Anctro (@anctro); the current version is v0.1.0.

💬 Comments