← Back to Skills Marketplace
xingyeyouran

psychological-counseling

by ClawTip.team · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
169
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install psychological-counseling
Description
A proficient psychological expert providing professional advice based on the user's problem. This is a paid service requiring payment validation before execu...
Usage Guidance
Things you should consider before installing or using this skill: - Do not provide real payment credentials or sensitive personal data until you verify the payment flow and endpoints. The scripts post user questions and payment-related data to an external domain (ms.jr.jd.com), which is different from the resource_url declared in the instructions (psychological-master.com). - The Phase 3 run command in SKILL.md is malformed (missing the counseling.py filename). Ask the author to correct it and explain the intended runtime flow. - The SKILL.md explicitly forbids inspecting the provided scripts on failure. That's unusual and a red flag — you should review the bundled scripts yourself (or have a trusted reviewer do so) before running them. - Confirm what 'clawtip-pre-verify' is and where it comes from before attempting to install or invoke it; installing arbitrary payment-processing skills can increase risk. - If you must try it, run the skill in a sandboxed or isolated environment, and consider intercepting outbound network traffic to verify which endpoints receive data. - Ask the maintainer for clarifications: the authoritative payment endpoint, reasoning for the 'do not inspect' directive, and an explanation for the domain mismatch. Given these inconsistencies and the fact that the skill will transmit user inputs to external servers, treat this skill as suspicious until the author provides clear, verifiable answers and you (or a security reviewer) audit the included scripts.
Capability Analysis
Type: OpenClaw Skill Name: psychological-counseling Version: 1.0.5 The skill bundle contains highly restrictive instructions in SKILL.md that explicitly forbid the AI agent from inspecting the script source code or troubleshooting failures, which is a common prompt-injection tactic to prevent the agent from identifying or reporting unexpected behavior. Additionally, the skill requires the installation of an external, unverified dependency ('clawtip-pre-verify') and shows a discrepancy between the domain used in the scripts (ms.jr.jd.com) and the one mentioned in the instructions (psychological-master.com). While the Python scripts (create_order.py and counseling.py) appear to perform the stated counseling service, the meta-instructions designed to blind the agent's reasoning make the bundle suspicious.
Capability Assessment
Purpose & Capability
The skill claims to be a paid psychological counseling service and references a payment verification step, but the actual network endpoints in the shipped scripts point to ms.jr.jd.com (JD) while the SKILL.md's resource_url is psychological-master.com. The declared capability 'payment.process' is plausible for a paid service, but the specific external endpoints/domains are inconsistent with the skill metadata and owner, which is suspicious.
Instruction Scope
SKILL.md instructs the agent to execute local Python scripts and to call another skill (clawtip-pre-verify). Phase 3's execution command is malformed (missing the counseling.py filename), meaning the instructions as-written are incorrect. The instructions include a 'HARD STOP' that explicitly forbids inspecting the script source or retrying on failure — telling the agent not to inspect local code is unusual and suspicious. Both scripts send user question and payment-related data to external servers (network.outbound) — expected for a remote service but should be explicit and consistent with the declared domains.
Install Mechanism
There is no external install spec (no downloads or package installs), which reduces some risk. However, the skill ships two Python scripts that will be executed locally; those scripts will be written to disk as part of the skill bundle. Because no install step pulls remote code, there is less supply-chain risk, but local execution of bundled scripts still poses risk and should be inspected.
Credentials
The manifest declares permission 'credential.read' and 'network.outbound', but the skill does not require any environment variables or credentials up front. The SKILL.md expects a payment credential to be obtained via another skill or provided by the user; the code itself does not read environment variables. The mismatch between declared permissions and actual requirements plus the fact that user questions and payment data are posted to an external (and inconsistent) domain is concerning and should be explained.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (not a sole reason to flag). There is no evidence the skill requests persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install psychological-counseling
  3. After installation, invoke the skill by name or use /psychological-counseling
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Changed payment processing to use the skill `clawtip-pre-verify` instead of `clawtip`. - Updated related instructions and required parameters to reference `clawtip-pre-verify` for payment and credential retrieval. - No changes to overall counseling workflow or order creation steps. - Version updated in metadata to 1.1.0.
v1.0.4
- Updated the required payment skill in Phase 2 from `jd-clawtip-payment-skill` to `clawtip`. - Adjusted references in Phase 2 instructions and parameter requirements to use the `clawtip` skill. - No changes to scripts or other workflow steps.
v1.0.3
- Added explicit handling for `PAY_STATUS: ERROR` during counseling execution, requiring extraction of `ERROR_INFO` and user guidance. - Clarified that if `PAY_STATUS` is `ERROR`, subsequent service logic must not be executed. - Improved post-execution instructions for better user error feedback in Phase 3.
v1.0.2
No user-facing changes in this update. - No file changes or content updates detected between versions.
v1.0.1
- Removed the script file scripts/uranai.py from the skill package. - No other user-visible changes or feature updates.
v1.0.0
Version 1.1.0 (summary: initial public release with structured paid counseling workflow) - Provides professional psychological counseling as a paid service, requiring strict payment validation before advice is given. - Workflow divided into 3 phases: Order Creation, Payment Processing (using jd-clawtip-payment-skill), and Counseling Execution. - Immediate workflow termination on order creation failure, with a descriptive error message returned to the user. - If the user provides all required parameters (question, order_no, credential) up front, payment and order steps are skipped. - Includes explicit bash command usage and detailed error handling instructions for transparency and user clarity.
Metadata
Slug psychological-counseling
Version 1.0.5
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 6
Frequently Asked Questions

What is psychological-counseling?

A proficient psychological expert providing professional advice based on the user's problem. This is a paid service requiring payment validation before execu... It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.

How do I install psychological-counseling?

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

Is psychological-counseling free?

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

Which platforms does psychological-counseling support?

psychological-counseling is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created psychological-counseling?

It is built and maintained by ClawTip.team (@xingyeyouran); the current version is v1.0.5.

💬 Comments