blocklet-updater

Automate ArcBlock blocklet releases by bumping versions and creating bundles.

5|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/ArcBlock/agent-skills --skill blocklet-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blocklet-updater
Source: https://github.com/ArcBlock/agent-skills/tree/main/plugins/blocklet/skills/blocklet-updater
Command: npx skills add https://github.com/ArcBlock/agent-skills --skill blocklet-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the release process for ArcBlock blocklets by bumping versions, building when needed, and generating a release bundle.

Core Features & Use Cases

  • Version management: Bump patch, minor, or major versions.
  • Build detection: Runs installation and build if a build script exists; skips if not.
  • Output validation: Verifies the build artifacts and updates main path in blocklet.yml if necessary.
  • Bundle creation: Creates a release bundle with blocklet bundle --create-release.
  • Use Case: Releasing a new version after bug fixes in a pre-built blocklet.

Quick Start

Bump the patch version, build if needed, validate metadata, and create a release bundle for this blocklet.