@syngy/create-webskill
v0.1.3
Published
Create a BotWorks web skill package skeleton
Readme
@syngy/create-webskill
Create a BotWorks web skill package skeleton.
npm create @syngy/webskill web-skills/example -- --title "Example workflow" --domain example.comThe generated package includes SKILL.md, manifest.json, package.json, scripts/README.md, and scripts/check_current_page.js.
package.json.name is generated automatically and is the globally unique publish identity.
package.json.name format is @scope/package; each segment is 1-100 chars using lowercase letters, numbers, ., _, or -.
Local check and run:
cd web-skills/example
npm install
npm run check
npm run run -- --url https://example.com --tool check_current_page --args '{}'Publish the generated package to the current BotWorks team:
octopus-cli webskill publish . --publish-note "initial publish"