IntelligenceX
Cmdlet

Get-IntelligenceXSkill

Namespace IntelligenceX.PowerShell
Inputs
IntelligenceX.OpenAI.IntelligenceXClient
Outputs
IntelligenceX.Json.JsonValue IntelligenceX.OpenAI.AppServer.Models.SkillListResult

Lists available skills.

Examples

Example 1


Get-IntelligenceXSkill -Cwd "C:\repo"
        

List skills in the current workspace

Example 2


Get-IntelligenceXSkill -Cwd "C:\repo" -ForceReload
        

Force reload skills

Example 3


Get-IntelligenceXSkill -Cwd "C:\repo" -Raw
        

Return raw JSON output

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-IntelligenceXSkill [-Client <IntelligenceXClient>] [-Cwd <string[]>] [-ForceReload] [-Raw] [<CommonParameters>]
#

Parameters

Client IntelligenceXClient optionalposition: namedpipeline: true (ByValue)
Client instance to use. Defaults to the active client.
Cwd string[] optionalposition: namedpipeline: false
Working directories to scan for skills.
ForceReload SwitchParameter optionalposition: namedpipeline: false
Force reload of skills.
Raw SwitchParameter optionalposition: namedpipeline: false
Return raw JSON response.

Outputs

IntelligenceX.Json.JsonValue, IntelligenceX.OpenAI.AppServer.Models.SkillListResult