Discovery
Search and browse skills on the Skillz Market.
Discovery
The SDK provides methods to discover skills without requiring a wallet.
Searching Skills
Use search() to find skills by keyword:
Search Filters
| Filter | Type | Description |
|---|---|---|
category | string | Filter by category |
minPrice | string | Minimum price in USDC |
maxPrice | string | Maximum price in USDC |
creator | string | Filter by creator wallet address |
group | string | Filter by group slug |
Search Results
Returns an array of Skill objects:
Getting Skill Details
Use info() to get detailed information about a specific skill:
Input/Output Schemas
Skills can define JSON Schemas for their input and output:
Getting Creator Info
Fetch a creator's profile:
Creator Type
Getting Reviews
Fetch reviews for a skill:
Review Type
Browsing Groups
Skill groups allow creators to organize related skills together.
Listing Groups
Getting Group Details
Searching Within a Group
SkillGroup Type
Example: Building a Skill Browser
Next Steps
- Calling Skills - Learn to call paid skills