Discover Packages
github.com/codewandler/dex
internal
skillssh
package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Feb 5, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Client wraps the skills.sh API
NewClient creates a new skills.sh client
Search queries the skills.sh API for skills matching the query
type SearchResponse struct {
Query string `json:"query"`
SearchType string `json:"searchType"`
Skills []Skill `json:"skills"`
Count int `json:"count"`
DurationMs int `json:"duration_ms"`
}
SearchResponse represents the API response from /search
type Skill struct {
ID string `json:"id"`
SkillID string `json:"skillId"`
Name string `json:"name"`
Installs int `json:"installs"`
Source string `json:"source"`
}
Skill represents a skill from the search results
Source Files
¶
Click to show internal directories.
Click to hide internal directories.