bnsdata-ask-data-skill
v0.1.4
Published
AskData Skill installer for Aily/Feishu Claw/OpenClaw runtimes.
Readme
bnsdata-ask-data-skill
AskData Skill installer for Feishu Claw/OpenClaw runtimes.
The npm package name is bnsdata-ask-data-skill; the installed CLI command is ask-data-skill.
Install
npm install -g bnsdata-ask-data-skill@latest
ask-data-skill syncBy default, the Skill is installed to:
/home/gem/.aily/workspace/skills/ask-data-skillYou can override the target skills directory:
ask-data-skill sync --target /home/gem/.aily/workspace/skillsor:
export AILY_SKILLS_DIR=/home/gem/.aily/workspace/skills
ask-data-skill syncUpdate
npm install -g bnsdata-ask-data-skill@latest
ask-data-skill syncCommands
ask-data-skill sync
ask-data-skill validate
ask-data-skill doctor
ask-data-skill versionsync installs or updates the bundled ask-data-skill folder. Existing installs are backed up before replacement.
Publish
Run checks before publishing:
npm run check
npm pack --dry-runPublish to the public npm registry:
npm publishPublish to an Aliyun DevOps npm registry:
npm publish --registry <aliyun-npm-registry-url>Refresh Bundled Skill
When the repository-level ask-data-skill/ changes, refresh the bundled copy before publishing a new package version:
rsync -a --delete --exclude .DS_Store ask-data-skill/ npm-package/skill/ask-data-skill/
echo "0.1.4" > npm-package/skill/ask-data-skill/VERSION
cd npm-package
npm version patch
npm run check
npm pack --dry-run