clientmanager

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PluginsDir

func PluginsDir() string

Types

type Plugin

type Plugin struct {
	ID          string   `json:"id"`
	Name        string   `json:"name"`
	Marketplace string   `json:"marketplace"`
	Version     string   `json:"version"`
	Scope       string   `json:"scope"`
	Enabled     bool     `json:"enabled"`
	InstallPath string   `json:"installPath"`
	InstalledAt string   `json:"installedAt"`
	LastUpdated string   `json:"lastUpdated"`
	Description string   `json:"description"`
	Author      string   `json:"author"`
	Homepage    string   `json:"homepage"`
	Keywords    []string `json:"keywords"`
	Agents      []string `json:"agents"`
	Commands    []string `json:"commands"`
	Skills      []string `json:"skills"`
}

func ListPlugins

func ListPlugins() ([]Plugin, error)

type Skill

type Skill struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Directory   string `json:"directory"`
	FilePath    string `json:"filePath"`
	IsSymlink   bool   `json:"isSymlink"`
	License     string `json:"license"`
}

func ListAllCodexSkills

func ListAllCodexSkills() ([]Skill, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL