← 返回 Skills 市场
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install psyclaw-pss10
功能描述
Provides a structured screening for stress perception using the PSS-10 scale as an independent skill in ClawHub.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install psyclaw-pss10 - 安装完成后,直接呼叫该 Skill 的名称或使用
/psyclaw-pss10触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial standalone PSS-10 skill
元数据
常见问题
PsyClaw PSS-10 是什么?
Provides a structured screening for stress perception using the PSS-10 scale as an independent skill in ClawHub. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 PsyClaw PSS-10?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install psyclaw-pss10」即可一键安装,无需额外配置。
PsyClaw PSS-10 是免费的吗?
是的,PsyClaw PSS-10 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PsyClaw PSS-10 支持哪些平台?
PsyClaw PSS-10 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PsyClaw PSS-10?
由 Anctro(@anctro)开发并维护,当前版本 v0.1.0。
推荐 Skills