Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lovstudio avatar

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 Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/lovstudio/xbti-gallery-skill --skill lovstudio-xbti-gallery

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedMay 30, 2026
Repositorylovstudio/xbti-gallery-skill

What it does

Opens the XBTI Gallery and lists all community-created BTI personality tests from the lovstudio/XBTI repository.

Files

SKILL.mdMarkdownGitHub ↗

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 创建一个并提交吧!"

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.