Cmdlet
Get-IntelligenceXSkill
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
- Client instance to use. Defaults to the active client.
- Cwd string[]
- Working directories to scan for skills.
- ForceReload SwitchParameter
- Force reload of skills.
- Raw SwitchParameter
- Return raw JSON response.
Outputs
IntelligenceX.Json.JsonValue, IntelligenceX.OpenAI.AppServer.Models.SkillListResult