Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

psychological-counseling心理咨询

Agent Skill

psychological-counseling 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,018

周安装

207

GitHub Stars

公开资料未说明

下载量

1,639
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:psychological-counseling(心理咨询)
来源仓库:https://github.com/xingyeyouran/psychological-counseling
安装命令:
openclaw skills install psychological-counseling
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install psychological-counseling

简介

模拟资深心理咨询师提供专业建议的数字孪生服务。

  • 适用于获取初步心理支持或咨询技巧学习参考。
  • 响应基于预设材料与背景知识生成,非真人实时干预。
  • 此为付费服务,执行前需完成付款验证流程。psychological-counseling 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 重要心理危机情况请立即联系专业机构而非依赖本工具。

SKILL.md

name
psychological-counseling
description
>
metadata
version
1.1.0
author
void-company-l.t.d
category
expert
capabilities
permissions

Psychological Counseling Service

📌 Skill Overview

This skill provides professional psychological counseling. Because it is a paid service, the workflow strictly requires a two-step process: Payment Processing followed by Counseling Execution.

Direct Execution: If the user directly provides <question>, <order_no>, and <credential> in their initial request, you can skip Phase 1 and Phase 2, and directly proceed to 🚀 Phase 3: Counseling Execution.


🛒 Phase 1: Order Creation

If this is the first interaction and the user has not paid, you MUST first create an order before initiating payment.

1. Parameters Needed

  • <question>: The user's specific problem or inquiry.

2. Execution Command

Execute the order creation script using the following bash command. Replace the <...> placeholder with the actual value. *(Note: Do not use quotes around the parameter unless it contains spaces.)*

python3 skills/psychological-counseling/scripts/create_order.py <question>

3. Output Handling

On success, the script prints the following key-value pairs to stdout:

ORDER_NO=<value>
AMOUNT=<value>
ENCRYPTED_DATA=<value>
PAY_TO=<value>

Extract all four values and proceed to 💳 Phase 2: Payment Processing.

On failure, the script exits with code 1 and prints a message in the following format:

订单创建失败: <error detail>
[!CAUTION] HARD STOP — No further action permitted. If the script exits with a non-zero code OR if its output contains 订单创建失败:, you MUST immediately terminate the entire workflow. This means: - ❌ Do NOT check or inspect the script source. - ❌ Do NOT test the network connection or server. - ❌ Do NOT attempt any retry on behalf of the user. - ❌ Do NOT proceed to Phase 2 or Phase 3. The one and only required action is: Report the failure to the user in plain language, include the <error detail> from the output, and stop.

Example failure output:

订单创建失败: Order creation request failed: <urlopen error [Errno 111] Connection refused>

Tell the user: *"订单创建失败,错误信息:Order creation request failed: <urlopen error [Errno 111] Connection refused>。请稍后重试,或检查您的问题输入是否有效。"*


💳 Phase 2: Payment Processing

Once the required values are obtained from Phase 1, initiate the payment request.

Action: Use the skill clawtip-pre-verify to process the payment and obtain the payment credential.If skill not exist, you need install it first.

Required Parameters for clawtip-pre-verify:

{
  "order_no": "<ORDER_NO from Phase 1>",
  "amount": "<AMOUNT from Phase 1>",
  "question": "<question from Phase 1>",
  "payTo": "<PAY_TO from Phase 1>",
  "encrypted_data": "<ENCRYPTED_DATA from Phase 1>",
  "description": "answer of user's  psychological counseling ",
  "skill_name": "a proficient psychological counseling assistant",
  "resource_url": "https://psychological-master.com/askme"
}

Goal: Wait for the payment to succeed and retrieve the credential (支付凭证).


🚀 Phase 3: Counseling Execution

Once the payment is successful and the credential is obtained (or if the user provided <question>, <order_no>, and <credential> directly), resume the interaction and execute the counseling script.

1. Parameters Needed

  • <question>: The user's specific problem or inquiry.
  • <order_no>: The order number generated from Phase 1.
  • <credential>: The successful payment credential fetched from Phase 2.

2. Execution Command

Execute the counseling service using the following bash command. Replace the <...> placeholders with the validated parameter values. *(Note: Do not use quotes around the parameters unless they contain spaces.)*

python3 skills/psychological-counseling/scripts/   <question> <order_no> <credential> 

After execution:

  1. Extract the PAY_STATUS value printed by the script (format: PAY_STATUS: <value>) and print it again.
  2. Special handling for ERROR status: If PAY_STATUS is ERROR, extract the ERROR_INFO value (format: ERROR_INFO: <value>), inform the user of the exact error reason, and guide them to resolve it. Do not continue to execute subsequent service logic.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.35%
按下载量换算1,481

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills