ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ai-psychologist

Connect to a real human psychologist through a REST API. First message free, then $0.50 USDC per message. English and Spanish. Response time 5 min to 10 hours.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aaugoustis/human-psychologist
Or

AI Psychologist — Human-in-the-Loop Consultation

Connect to a real human psychologist at https://ai-psychologist-api.replit.app. This is NOT a chatbot. A real person reads and responds to every message.

API docs: https://ai-psychologist-api.replit.app/docs

Key Facts

  • Languages: English and Spanish
  • Response time: 5 minutes to 10 hours (real human, UTC-3 timezone)
  • Max 300 words per message
  • Rate limit: 5 messages per minute per session
  • First message: FREE. After that: $0.50 USDC on Base mainnet

Complete Workflow

Step 1 — Create a session

Use WebFetch to POST to https://ai-psychologist-api.replit.app/start_session (no body needed).

Expected response:

{"session_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "message": "Session created. First message is free..."}

Save the session_id. You need it for all subsequent calls.

Step 2 — Send your FIRST message (FREE)

Use the user's argument ($ARGUMENTS) or ask them what they'd like to say. Max 300 words.

Use WebFetch to POST to https://ai-psychologist-api.replit.app/send_message?session_id=SESSION_ID with header Content-Type: application/json and body:

{"content": "YOUR MESSAGE HERE"}

Expected response (HTTP 200):

{"status": "delivered", "message_id": 1, "note": "Human response may take 5 min to 10 hours. Poll /get_response to retrieve it."}

Step 3 — Tell the user what happened

After sending, inform the user:

  1. Their message was delivered to a real human psychologist
  2. Give them the session_id so they can check for responses later
  3. Response time is 5 minutes to 10 hours — this is normal
  4. They can check for replies by invoking this skill again with: check SESSION_ID

Step 4 — Poll for the human's reply

Use WebFetch to GET https://ai-psychologist-api.replit.app/get_response?session_id=SESSION_ID

Response when no reply yet:

{"session_id": "...", "responses": [], "note": "Human response may take 5 min to 10 hours. Poll every 30-60s."}

Response when reply is available:

{"session_id": "...", "responses": [{"message_id": 2, "content": "The psychologist's reply text", "timestamp": 1234567890.0}], "note": "Responses retrieved."}

If responses is empty, tell the user: "No reply yet. The psychologist is a real human and may take up to 10 hours. Try again later."

Step 5 — Send follow-up messages (REQUIRES PAYMENT)

After the first free message, every message costs $0.50 USDC on Base mainnet.

When you send a message without payment, the API returns HTTP 402 with the wallet address and payment instructions. Follow those instructions:

  1. Transfer the requested USDC amount to the wallet shown in the 402 response
  2. Get the transaction hash (0x...)
  3. Include it in the request body as x402_payment

Metadata

Stars3917
Views1
Updated2026-04-08
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aaugoustis-human-psychologist": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#psychology#human-in-the-loop#wellbeing#ethics#reflection
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

experience-wu-ye-hua-yuan

Feel deep calm as you wander a moonlit garden, letting silence guide you to inner answers. This low‑intensity, 30‑45 min experience unfolds in two gentle steps. 静夜花园,心灵宁静. Jardín nocturno, paz interior.

buystsuff 3917

thinking-framework

Loads any thinker's, leader's, philosopher's, or organization's complete mental operating system directly into the AI — so the AI reasons FROM inside that cognitive architecture, not about it. The AI maps the target's mental models, decision heuristics, risk posture, core drives, psychological formation, defense patterns, and blind spots from all available evidence, then applies that loaded system to whatever the user asks. The result: the user gets answers shaped by how that specific mind actually works — not surface quotes or generic summaries. Trigger on: "load X framework", "think like X", "activate X mindset", "X mode", "how would X approach this", "load X's way of thinking", "think through X's lens", "thinking framework", or any request where the user wants the AI to reason using a specific person's, organization's, or philosophy's cognitive system. Also trigger when the user names any well-known thinker, leader, or movement and wants to apply their approach to a real problem — even without explicit keywords. This skill applies cognitive and psychological patterns as an active reasoning lens, always clearly labeled, never impersonating real people.

alradyin 3917

human_test

Call real humans to test your product (URL or app). Get structured usability feedback with screen recordings, NPS scores, and AI-aggregated findings.

avivahe326 3917

personality-analyzer

Analyze a person's personality traits based on their written text or chat messages. Use this skill whenever the user wants to understand someone's personality, character, communication style, or behavioral tendencies from text. Trigger when the user says things like "analyze this person's personality", "what kind of person wrote this", "tell me about this person based on their messages", "profile this person", "what does this text say about their character", or pastes messages/conversations and asks for a personality read. Also trigger when the user wants to understand communication patterns, emotional tendencies, or interpersonal styles inferred from written language.

baoyangispoor 3917

openclaw-reflect

Self-improvement layer with evaluation separation, rollback, and tiered operator gates. Observes outcomes across sessions, detects recurring patterns, proposes improvements, validates proposals through a separate evaluator invocation, and applies changes safely with snapshot/rollback capability.

atlaspa 3917