
Research
/Security News
Chrome and Firefox Extensions Posing as Free VPNs Add Clipboard Stealers via Malicious Updates
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.
skill-base-cli
Advanced tools
Language: English | 中文
Command-line tool to search, install, update, and publish AI Agent Skills.
npm install -g skill-base-cli
Or run directly with npx:
npx skill-base-cli <command>
The CLI defaults to http://localhost:8000. Override with:
export SKB_BASE_URL=https://your-skill-base-server.com
# Log in
skb login
# Log out
skb logout
# Search for skills
skb search <keyword>
# Install a skill
skb install <skill_id>
skb install <skill_id>@<version>
skb install <skill_id> -d ./target-dir
# List and manage locally installed skills
skb list
skb ls
# Delete local installs (multi-select or all)
skb delete <skill_id>
skb delete <skill_id> --all
skb delete <skill_id> -d ./target-dir -y
# Interactive update
skb update <skill_id>
skb update <skill_id> -d ./target-dir
# Publish a skill
skb publish <directory>
skb publish <directory> --name "Skill Name" --description "Description"
skb publish <directory> --changelog "Release notes"
# 1. Log in
skb login
# 2. Search
skb search vue
# 3. Install
skb install vue-best-practices
# 4. List and manage local skills
skb list
# 5. Interactively pick version and directory to update
skb update vue-best-practices
# 6. Publish your own skill
skb publish ./my-skill --changelog "Initial release"
skb install records where each skill was installed for later skb updateskb list / skb ls lists recorded skills by latest install/update time and lets you update, remove local files, or clear the recordskb delete <skill_id> lists recorded install directories for multi-select and supports selecting all directoriesskb update <skill_id> shows versions, changelog, and author, then lists recorded install directories for multi-selectskb update <skill_id> -d <directory>SKILL.md fileskill_idname and description can be extracted from SKILL.md automaticallyMIT
FAQs
Skill Base CLI - 命令行工具,用于搜索、安装、更新和发布 AI Agent Skills
The npm package skill-base-cli receives a total of 44 weekly downloads. As such, skill-base-cli popularity was classified as not popular.
We found that skill-base-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.