This skill is a test artifact used to validate that SkillHub's community
publish endpoint accepts PowerShell file types end-to-end:
scripts/hello.ps1 — standalone PowerShell scriptmodule/Greet.psm1 — PowerShell modulemodule/Greet.psd1 — PowerShell module manifestTrigger this skill when you need a minimal but realistic PowerShell example,
e.g. to validate the upload / COS storage / download pipeline for the newly
allowed PowerShell extensions.
# Import the module
Import-Module ./module/Greet.psd1
# Call the exported function
Invoke-Greet -Name "SkillHub"
# Or run the standalone script
./scripts/hello.ps1 -Name "SkillHub"
Content-Type: text/plain; charset=utf-8.
共 1 个版本