Package voxtype for release. Creates deb and rpm packages from binaries. Use when building distribution packages.
Build distribution packages (deb, rpm) for voxtype releases.
fpm - Install with gem install fpmrpmbuild - Install with sudo dnf install rpm-build or sudo pacman -S rpm-toolsreleases/${VERSION}/If binaries already exist:
./scripts/package.sh --skip-build ${VERSION}
Build binaries and create packages:
./scripts/package.sh ${VERSION}
| Flag | Description |
|------|-------------|
| --skip-build | Use existing binaries, don't rebuild |
| --deb-only | Build only Debian package |
| --rpm-only | Build only RPM package |
| --no-validate | Skip package validation |
| --release N | Set package release number (default: 1) |
| --arch ARCH | Target architecture: x86_64 or aarch64 |
Packages are created in releases/${VERSION}/:
voxtype_${VERSION}-1_amd64.debvoxtype-${VERSION}-1.x86_64.rpmThe script automatically:
./scripts/package.sh --skip-build ${VERSION}Binary not found:
Error: Binary not found: releases/0.4.14/voxtype-0.4.14-linux-x86_64-avx2
Build binaries first or check the version number.
fpm not found:
gem install fpm
Validation failed: Check the specific error. Usually means Docker cache is stale.
下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer