
Lovstudio:Xbti Gallery
- 1 installs
- Updated May 30, 2026
- lovstudio/xbti-gallery-skill
Opens the XBTI Gallery and lists all community-created BTI personality tests from the lovstudio/XBTI repository.
About
Opens the XBTI Gallery and lists all community-created BTI personality tests from the lovstudio/XBTI repo. A developer uses it to browse existing BTI variants before creating their own.
- Opens xbti.lovstudio.ai and lists community BTI cases
- Fetches case directories from the lovstudio/XBTI repo via the gh CLI
Lovstudio:Xbti Gallery by the numbers
- 1 all-time installs (skills.sh)
- Ranked #2,479 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 25, 2026 (Skillselion catalog sync)
npx skills add https://github.com/lovstudio/xbti-gallery-skill --skill lovstudioxbti-galleryAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | May 30, 2026 |
| Repository | lovstudio/xbti-gallery-skill ↗ |
What it does
Opens the XBTI Gallery and lists all community-created BTI personality tests from the lovstudio/XBTI repository.
Files
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.aiStep 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 创建一个并提交吧!"
lovstudio:xbti-gallery
Browse all community-created BTI personality tests at xbti.lovstudio.ai.
Part of lovstudio/skills — by lovstudio.ai
Install
npx skills add lovstudio/skills --skill lovstudio:xbti-galleryRequires: gh CLI
What It Does
Command Output
─────── ──────
/lovstudio-xbti-gallery → Opens Gallery in browser
Lists all available BTI variants
e.g. lbti, fbti, dbti...Usage
Invoke in Claude Code:
/lovstudio-xbti-galleryOr describe what you want:
打开 XBTI Gallery
Show me available BTI testsRelated
- lovstudio:xbti-creator — Create your own BTI personality test
License
MIT