Skillquality 0.47
lovstudio:xbti-gallery
Browse the XBTI Gallery — all community-created BTI personality tests at xbti.lovstudio.ai. Trigger when user says "XBTI Gallery", "xbti-gallery", "BTI列表", "浏览人格测试", "show BTI cases", or wants to see available BTI variants.
What it does
xbti-gallery — Browse Community BTI Tests
Open the XBTI Gallery and list all community-created BTI personality tests.
When to Use
- User wants to browse existing BTI personality tests
- User says "打开 XBTI Gallery" or "show me BTI cases"
- User wants to see what others have created before making their own
Workflow
Step 1: Open Gallery
open https://xbti.lovstudio.ai
Step 2: List Available Cases
Fetch and display all BTI variants from the repository:
gh api repos/lovstudio/XBTI/contents/cases 2>/dev/null | python3 -c "
import json, sys
try:
items = json.load(sys.stdin)
if isinstance(items, list):
for item in items:
if item.get('type') == 'dir':
print(f' - {item[\"name\"]}')
else:
print(' (no cases yet)')
except:
print(' (unable to fetch)')
"
If no cases exist, tell the user: "Gallery 还没有案例,用 /lovstudio-xbti-creator 创建一个并提交吧!"
Capabilities
skillsource-lovstudioskill-xbti-gallerytopic-agent-skillstopic-ai-coding-assistanttopic-cjktopic-claude-codetopic-cursortopic-gemini-clitopic-markdown-to-docxtopic-markdown-to-pdf
Install
Installnpx skills add lovstudio/skills
Transportskills-sh
Protocolskill
Quality
0.47/ 1.00
deterministic score 0.47 from registry signals: · indexed on github topic:agent-skills · 39 github stars · SKILL.md body (949 chars)
Provenance
Indexed fromgithub
Enriched2026-04-21 01:36:57Z · deterministic:skill-github:v1 · v1
First seen2026-04-18
Last seen2026-04-21