soultrace

Take a personality assessment via the SoulTrace API. Use when the user wants to take a personality test, discover their psychological archetype, understand their personality traits, or get a color-based personality profile. The API uses a 5-color psychological model (White=structure, Blue=understanding, Black=agency, Red=intensity, Green=connection) with Bayesian adaptive question selection to classify users into one of 25 archetypes. Triggers on: personality test, personality assessment, what's my personality, take a quiz, archetype test, color personality, soultrace.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "soultrace" with this command: npx skills add soultrace-ai/soultrace-skill/soultrace-ai-soultrace-skill-soultrace

SoulTrace Personality Assessment

Take an adaptive personality assessment through the SoulTrace API. Answer 24 questions on a 1-7 Likert scale and receive your personality archetype based on a 5-color psychological model.

API Endpoint

POST https://soultrace.app/api/agent

No authentication required. Rate limited to 100 requests/hour per IP.

How It Works

The API is stateless. You pass all accumulated answers with every request, and the server replays the Bayesian inference to select the next optimal question.

Step 1: Start the test

Send an empty answers array to get the first question:

curl -X POST https://soultrace.app/api/agent \
  -H "Content-Type: application/json" \
  -d '{"answers": []}'

Response:

{
  "status": "in_progress",
  "question": {
    "id": 42,
    "text": "I find deep satisfaction in mastering complex systems."
  },
  "currentDistribution": {
    "white": 0.2,
    "blue": 0.2,
    "black": 0.2,
    "red": 0.2,
    "green": 0.2
  },
  "entropy": 2.322,
  "progress": { "answered": 0, "total": 24 }
}

Step 2: Answer questions

The user answers each question on a scale of 1-7:

  • 1 = Strongly Disagree
  • 4 = Neutral
  • 7 = Strongly Agree

Append the answer and send all answers so far:

curl -X POST https://soultrace.app/api/agent \
  -H "Content-Type: application/json" \
  -d '{"answers": [{"questionId": 42, "score": 6}]}'

Keep accumulating answers. Each response gives the next question.

Step 3: Get results

After 24 answers, the response automatically returns the final result:

{
  "status": "complete",
  "resultId": "abc-123-def",
  "resultUrl": "https://soultrace.app/en/results/abc-123-def",
  "distribution": {
    "white": 0.15,
    "blue": 0.35,
    "black": 0.25,
    "red": 0.10,
    "green": 0.15
  },
  "entropy": 1.89,
  "archetype": {
    "key": "blue-black",
    "name": "Strategist",
    "alignmentScore": 87.3,
    "coreDynamic": "...",
    "strengths": ["..."],
    "weaknesses": ["..."]
  },
  "topMatches": [
    { "key": "blue-black", "name": "Strategist", "alignmentScore": 87.3 },
    { "key": "blue", "name": "Rationalist", "alignmentScore": 82.1 },
    { "key": "black-blue", "name": "Operator", "alignmentScore": 78.5 }
  ],
  "shadowColors": [
    { "color": "red", "score": 0.10 },
    { "color": "green", "score": 0.15 }
  ],
  "progress": { "answered": 24, "total": 24 }
}

Agent Interaction Protocol

When a user asks to take the personality test:

  1. Start by calling the API with {"answers": []}.
  2. Present each question to the user clearly. Tell them to answer 1-7 (1=Strongly Disagree, 4=Neutral, 7=Strongly Agree).
  3. Collect the user's numeric answer (1-7). If they give a non-numeric or descriptive answer, map it to the scale:
    • "strongly disagree" / "not at all" → 1
    • "disagree" / "not really" → 2
    • "slightly disagree" → 3
    • "neutral" / "maybe" / "sometimes" → 4
    • "slightly agree" → 5
    • "agree" / "yes" → 6
    • "strongly agree" / "absolutely" → 7
  4. Accumulate answers and send ALL previous answers plus the new one each time.
  5. After all 24 questions, present the results with:
    • Their archetype name and alignment score
    • Their color distribution (show as percentages)
    • Their top 3 archetype matches
    • The link to their full results page
  6. Never skip questions or auto-answer on behalf of the user.

Score Scale

ScoreMeaning
1Strongly Disagree
2Disagree
3Slightly Disagree
4Neutral
5Slightly Agree
6Agree
7Strongly Agree

The 5 Colors

ColorDriveEssence
WhiteStructure, fairnessOrder, responsibility
BlueUnderstanding, masteryCuriosity, precision
BlackAgency, achievementAmbition, strategy
RedIntensity, expressionPassion, honesty
GreenConnection, growthBelonging, patience

Rate Limits

  • 100 requests per hour per IP
  • Each test requires 25 requests (1 start + 24 answers)
  • Maximum ~4 complete tests per hour

Error Handling

StatusMeaning
400Invalid request body or answers format
429Rate limit exceeded (check Retry-After header)
500Server error

API Info

GET https://soultrace.app/api/agent

Returns API metadata (version, question count, score range).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

A2a Match

# A2A Match - 智能供需匹配平台

Archived SourceRecently Updated
General

novel-writer

小说写作助手。触发词:写小说/创作小说/生成小说/帮我写个小说/小说大纲/网文创作。工作流:需求收集(类型/风格/字数)→ AI生成大纲(世界观/人物/剧情/章节规划)→ 用户确认 → 自动逐章生成 → 一章一个文件保存。支持玄幻、仙侠、都市、科幻、历史、武侠、网游、灵异、军事、竞技等主流网文类型,面向新手作者。

Archived SourceRecently Updated
General

1688-distribution-user-guide

1688分销一件代发新手引导助手。当用户询问分销开店、绑店授权、选品策略、铺货操作、采购管理、售后处理、店铺成长等问题时使用。适用场景包括:用户说"怎么开店"、"怎么绑店"、"授权失败"、"如何选品"、"铺货失败怎么办"、"价格怎么设置"、"售后怎么处理"、"什么平台适合我"、"一件代发怎么做"等分销新人常见问题。

Archived SourceRecently Updated
General

ai-news-brief

自动抓取 AI/算力/大模型/GPU 相关最新资讯简报,使用 Chrome 浏览器自动化绕过反爬,支持多个科技媒体来源,支持PDF生成和邮件推送

Archived SourceRecently Updated
soultrace | V50.AI