browse_community
Explore community persona collections shared on GitHub across categories like Programming, Creative, Business, Education, and Design to find expert personas for your tasks.
Instructions
커뮤니티 페르소나 컬렉션을 탐색합니다 (GitHub에서 공유된 무료 페르소나)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | 필터링할 카테고리 (선택사항): Programming, Creative, Business, Education, Design 등 |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "필터링할 카테고리 (선택사항): Programming, Creative, Business, Education, Design 등",
"type": "string"
}
},
"type": "object"
}