soultrace-skill

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

SoulTrace Agent Skill

Agent skill for SoulTrace — an adaptive personality assessment using a 5-color psychological model with Bayesian active learning.

Install

npx skills add soultrace-ai/soultrace-skill

What it does

Lets AI agents take the SoulTrace personality test on behalf of users. The agent presents 24 questions, collects 1-7 Likert scale answers, and returns a personality archetype from 25 possible types based on a 5-color model (White, Blue, Black, Red, Green).

API

The skill calls POST https://soultrace.app/api/agent with a stateless protocol — all accumulated answers are sent with each request.

See skills/soultrace/SKILL.md for full API documentation.