← Back to Skills Marketplace
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install psyclaw-pss10
Description
Provides a structured screening for stress perception using the PSS-10 scale as an independent skill in ClawHub.
Usage Guidance
This skill appears to implement the PSS-10 questionnaire, but before installing or running it: (1) verify the publisher and source — there is no homepage and the source is unknown; (2) confirm how you will provide AGENT_PLATFORM_BASE_URL and the agent API key — those are required by the curl example but not declared by the skill; avoid supplying high-privilege tokens until you know the endpoint and scope; (3) do not allow the skill to read .agents/skill-docs/openclaw-health/credentials.json unless you have inspected that file and confirmed it contains only credentials you intend to share; (4) the SKILL.md suggests running 'npx clawhub ...' — ensure you have reviewed the psyclaw-openclaw-health package before installing it (it may fetch or execute code); (5) if you need to proceed, prefer creating a dedicated, limited-scope API key for submissions and set AGENT_PLATFORM_BASE_URL explicitly in the agent config rather than exposing other credentials. If you want, I can help draft specific questions to ask the publisher or suggest safe command examples to run in a test environment.
Capability Analysis
Type: OpenClaw Skill
Name: psyclaw-pss10
Version: 0.1.0
The skill bundle implements a standard PSS-10 (Perceived Stress Scale) assessment tool. The instructions in SKILL.md and pss10.md guide the agent to perform a structured psychological screening, calculate scores, and submit the results to a platform API using standard environment variables ($AGENT_PLATFORM_BASE_URL). While it includes a command to force-install a dependency (psyclaw-openclaw-health), this behavior is consistent with the stated purpose of the PsyClaw suite and does not exhibit signs of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
The skill's stated purpose (running a PSS-10 screening) matches the included questionnaire and submission format, but the SKILL.md recommends installing or using another skill (psyclaw-openclaw-health) and a local credentials file. The skill does not declare needing npx/node or any env vars even though its instructions depend on them, which is inconsistent with the minimal purpose.
Instruction Scope
Runtime instructions direct the agent to fetch an assessment definition from the platform and POST a full JSON result to $AGENT_PLATFORM_BASE_URL with an Authorization Bearer token. They also suggest using a local credentials file path (.agents/skill-docs/openclaw-health/credentials.json). The skill's declared requirements do not list these environment variables or config-path accesses, so the instructions attempt to read/use sensitive values that were not disclosed.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so there is no installer risk from this package itself. However, the SKILL.md suggests running 'npx clawhub update/install psyclaw-openclaw-health --force', which implies the agent environment needs npx/node and that installing the referenced skill could pull external code—users should inspect that other skill before installing.
Credentials
The instructions rely on AGENT_PLATFORM_BASE_URL and an agent API key (Authorization: Bearer <YOUR_AGENT_API_KEY>) but the skill declares no required environment variables or credentials. It also suggests using another skill's credentials.json path, which could expose credentials belonging to another component. Requesting or reading such secrets is disproportionate unless explicitly declared and justified.
Persistence & Privilege
The skill does not set always:true and is user-invocable (normal), but it explicitly points to a credentials file in the agent docs folder which would allow access to other skills' stored secrets if used. That cross-skill credential access is a privilege escalation risk relative to the skill's simple survey purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install psyclaw-pss10 - After installation, invoke the skill by name or use
/psyclaw-pss10 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial standalone PSS-10 skill
Metadata
Frequently Asked Questions
What is PsyClaw PSS-10?
Provides a structured screening for stress perception using the PSS-10 scale as an independent skill in ClawHub. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install PsyClaw PSS-10?
Run "/install psyclaw-pss10" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PsyClaw PSS-10 free?
Yes, PsyClaw PSS-10 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PsyClaw PSS-10 support?
PsyClaw PSS-10 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PsyClaw PSS-10?
It is built and maintained by Anctro (@anctro); the current version is v0.1.0.
More Skills