Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

toolweb-psychology工具网络心理学

Agent Skill

toolweb-psychology 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,716

周安装

158

GitHub Stars

公开资料未说明

下载量

1,302
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-psychology

简介

根据心理学入门级专业人员的教育、技能、兴趣和目标,为他们生成个性化的职业路线图。

SKILL.md

name
Psychology Entry Level Roadmap API
description
Generate personalized career roadmaps for psychology entry-level professionals based on their education, skills, interests, and goals.

Overview

The Psychology Entry Level Roadmap API generates personalized, AI-driven career development pathways for individuals entering the psychology field. This tool assesses your current education, skills, experience, and career aspirations to create a structured roadmap with immediate, short-term, medium-term, and long-term actionable steps.

Built by security professionals with deep career development expertise, this API serves students, career changers, and early-career psychologists seeking clarity on their professional trajectory. Whether you're pursuing clinical psychology, organizational psychology, research, or counseling, the API tailors recommendations to your unique profile.

The roadmap includes concrete next steps, educational pathways, relevant certifications, skill development priorities, curated learning resources, and industry-specific guidance—all personalized to your assessment data.

Usage

Example Request:

{
  "assessmentData": {
    "education": {
      "degree": "Bachelor of Science in Psychology",
      "institution": "State University",
      "graduationYear": "2023"
    },
    "interests": [
      "Clinical Psychology",
      "Mental Health Counseling",
      "Research"
    ],
    "experience": [
      "Internship at community mental health center (6 months)",
      "Research assistant in cognitive psychology lab (1 year)"
    ],
    "skills": [
      "Patient assessment",
      "Data analysis",
      "Research methodology",
      "Active listening",
      "Report writing"
    ],
    "goals": {
      "shortTerm": "Obtain licensure as Licensed Professional Counselor (LPC)",
      "longTerm": "Establish private practice specializing in trauma therapy"
    },
    "sessionId": "sess_20240115_abc123",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_20240115_abc123",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z"
}

Example Response:

{
  "overview": "Based on your BS in Psychology and clinical interests, you're well-positioned for licensure and specialization in trauma therapy. Focus on supervised clinical hours, advanced training in evidence-based trauma interventions, and building your private practice foundations.",
  "immediateSteps": [
    "Enroll in LMHC/LPC supervised practice program (2-3 years required hours)",
    "Complete 40 CE credits in trauma-informed care and EMDR",
    "Join professional associations (APA Division 42, ISSTD) for networking"
  ],
  "shortTerm": [
    "Accumulate 2,000+ supervised clinical hours while employed",
    "Obtain LPC/LMHC licensure in your state",
    "Complete specialized training in trauma therapy (EMDR, CPT, or DBT)"
  ],
  "mediumTerm": [
    "Pursue advanced certification in trauma therapy (3-5 years)",
    "Develop specialization niche and build referral networks",
    "Consider PhD or PsyD if research/academia interests grow"
  ],
  "longTerm": [
    "Establish private practice with trauma therapy specialization",
    "Publish research or clinical insights in peer-reviewed journals",
    "Mentor early-career psychologists and contribute to field advancement"
  ],
  "education": [
    "Master's degree in Clinical Psychology or Counseling (recommended 2-year program)",
    "Post-master's certificate programs in trauma therapy",
    "Continuing education in evidence-based practices"
  ],
  "certifications": [
    "Licensed Professional Counselor (LPC) or Licensed Mental Health Counselor (LMHC)",
    "EMDR International Association (EMDRIA) certification",
    "Certified Trauma Professional (CTP)",
    "Certification in Cognitive Processing Therapy (CPT)"
  ],
  "skills": [
    "Advanced trauma assessment and case formulation",
    "EMDR, CBT, and DBT delivery",
    "Cultural competency and multicultural counseling",
    "Business management and private practice operations",
    "Supervision and training delivery"
  ],
  "resources": [
    "American Psychological Association (APA) career center",
    "International Society for the Study of Trauma and Dissociation (ISSTD)",
    "EMDR International Association training programs",
    "Coursera and LinkedIn Learning trauma-informed care courses",
    "Textbooks: 'Trauma and Recovery' by Bessel van der Kolk, 'What Happened to You?' by Bruce Perry"
  ],
  "tips": [
    "Seek out supervisors with trauma expertise to accelerate your learning",
    "Build a support network early—burnout is real in trauma therapy",
    "Document all supervised hours meticulously for licensure requirements",
    "Stay current with evidence-based practices through regular continuing education",
    "Consider joining specialty trauma therapy groups for peer consultation"
  ],
  "sessionId": "sess_20240115_abc123",
  "generatedAt": "2024-01-15T10:31:45Z"
}

Endpoints

POST /api/psychology/entry-roadmap

Summary: Generate Psychology Roadmap

Description: Generate a personalized psychology entry-level career roadmap based on assessment data including education, skills, interests, experience, and career goals.

Parameters:

NameTypeRequiredDescription
assessmentDataobjectYesComprehensive assessment data containing education, interests, experience, skills, goals, session ID, and timestamp
assessmentData.educationobjectYesEducational background as key-value pairs (e.g., degree, institution, graduation year)
assessmentData.interestsarrayYesArray of career interest areas (e.g., "Clinical Psychology", "Research")
assessmentData.experiencearrayYesArray of relevant work/internship/volunteer experiences
assessmentData.skillsarrayYesArray of professional and technical skills
assessmentData.goalsobjectYesCareer goals as key-value pairs (shortTerm, longTerm, etc.)
assessmentData.sessionIdstringYesUnique session identifier for tracking
assessmentData.timestampstringYesISO 8601 timestamp of assessment creation
sessionIdstringYesUnique session identifier matching assessmentData.sessionId
userIdintegerYesUnique user identifier
timestampstringYesISO 8601 timestamp of request

Response Schema:

FieldTypeDescription
overviewstringHigh-level summary of the personalized roadmap and key recommendations
immediateStepsarrayActionable steps to take in the next 0-3 months
shortTermarrayGoals and milestones for 3-12 months
mediumTermarrayObjectives for 1-3 years
longTermarrayCareer vision and goals for 3+ years
educationarrayRecommended educational programs and courses
certificationsarrayRelevant professional certifications and credentials
skillsarrayKey skills to develop and master
resourcesarrayLearning materials, organizations, and references
tipsarrayPractical advice and industry insights
sessionIdstringEcho of the request sessionId
generatedAtstringISO 8601 timestamp when roadmap was generated

Status Codes:

  • 200: Successful roadmap generation
  • 422: Validation error in request data

GET /health

Summary: Health Check

Description: Health check endpoint for monitoring API availability and status.

Parameters: None

Response Schema: JSON object with service status

Status Codes:

  • 200: Service is operational

GET /

Summary: Root

Description: Root endpoint providing basic API information.

Parameters: None

Response Schema: JSON object with API metadata

Status Codes:

  • 200: Request successful

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/career/psychology
  • API Docs: https://api.mkkpro.com:8177/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.63%
按下载量换算1,258

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills