MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Design & Media
🖼️

Skulto Release Cert

Certify a skulto build for Homebrew prod release. Runs three passes — unit/lint/cross-compile, clean-slate CLI walkthrough, and security audit — then produce…

by asteroid-beltv1.0.0
Connecting to VM...
Connecting to VM...
npx clawhub@latest install skulto-release-cert
7.4kStars
8.8kDownloads
2Current Installs
7.2kAll-time Installs
📦
v1.0.0Version
📅
Apr 9, 2026Updated
View Source(ClawHub)

Skulto Release Cert Skill Overview

Skulto Release Cert is a structured pre-release certification skill for the skulto CLI tool. It runs three mandatory passes — unit tests/lint/cross-compile, a full CLI walkthrough, and a security audit — before a build is cleared for Homebrew production release. Install this skill to give an AI agent a precise, repeatable checklist for certifying skulto builds without relying on human memory or ad-hoc testing.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install skulto-release-cert
or

Click the Install button at the top of this page for one-click setup

When to Use Skulto Release Cert

Best Fit

  • Before tagging a new skulto release or updating the Homebrew tap, to confirm all quality gates are green.
  • When you need a deterministic, step-by-step agent-runnable process to verify CLI behavior across warm state, clean-slate, migration, and reconciliation scenarios.
  • When you want automated security scanning (hardcoded secrets, SQL injection, command injection, credential files) combined with a manual review checklist before shipping.
  • When onboarding a new certifier (human or agent) who needs a canonical, self-contained reference for what "release-ready" means for skulto.

When Not to Use

  • If you are not working on the skulto project — this skill is tightly coupled to skulto's codebase, CLI commands, and database schema.
  • If you only need a quick smoke test; this is a full certification run and is intentionally thorough and time-consuming.
  • If the skulto binary has not been built yet — Pass 1 must succeed before the later passes are meaningful.

Key Features

Three-Pass Certification Structure

Certification is divided into three sequential passes: unit tests, lint, and cross-compile (Pass 1); a comprehensive CLI walkthrough (Pass 2); and a security audit (Pass 3). All three must be green before a CERTIFIED FOR RELEASE verdict is issued.

Cross-Platform Build Verification

Pass 1 cross-compiles the skulto binary for four targets — linux/amd64, linux/arm64, darwin/amd64, and darwin/arm64 — with CGO_ENABLED=0. All four must succeed before proceeding.

Exhaustive CLI Walkthrough with State Snapshot and Restore

Pass 2 covers warm state, clean-slate lifecycle, migration, reconciliation, stale skill cleanup, security scan flows, MCP metadata, emoji-free output, and "remember install locations" logic. A state snapshot is taken before any tests and verified against a diff after all tests, ensuring the cert process is non-destructive.

Security Scan Integration Testing

Multiple Pass 2 sub-sections test that skulto's built-in security scanner behaves correctly: clean skills install silently, quarantined skills block or warn, and scan results appear during add, pull, ingest, URL install, sync, and save flows.

Automated Security Audit

Pass 3 runs grep-based scans for hardcoded secrets, SQL string interpolation, command injection patterns, and committed credential files, supplemented by a manual review checklist covering parameterized queries, exec.Command usage, os.RemoveAll scope, and PostHog key injection via ldflags.

Structured Certification Summary Output

After all three passes, the skill produces a formatted certification table listing every check with PASS/FAIL/SKIPPED/CLEAN/FOUND status, the version, date, and certifier, culminating in a clear CERTIFIED FOR RELEASE or BLOCKED verdict.

Use Cases

Agent-Run Pre-Release Gate

An AI agent executes all three passes against a built skulto binary, working through each numbered step and table row, and produces the final certification summary without human intervention (except the explicitly flagged MANUAL-only interactive terminal steps).

Homebrew Tap Update Verification

Before updating the Homebrew tap formula to point at a new release, a developer or agent runs this skill from the skulto repo root to confirm the build is clean, all CLI paths behave as expected, and no security regressions exist.

Post-Refactor Regression Check

After significant changes to skulto's install, scan, or reconciliation logic, the CLI walkthrough passes (2a–2t) surface regressions across the full command surface, including edge cases like stale DB records, quarantined skill blocking, and remembered install location behavior.

New Certifier Onboarding

A new team member or agent unfamiliar with skulto's release criteria uses this skill as the single authoritative reference for what constitutes a shippable build, including pre-existing known issues that are tracked but not blocking.

Requirements

  • The skulto repository must be present locally and the binary must be buildable (make build-all).
  • Go toolchain with cross-compilation support for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64.
  • sqlite3 CLI available for direct DB inspection steps.
  • skulto and skulto-mcp binaries accessible in PATH or via ./build/skulto.
  • A live skulto database at ~/.agents/skulto/skulto.db for warm-state and security scan tests.
  • Access to the asteroid-belt/skills remote repository (network access required for skulto add and skulto pull steps).
  • Steps 3–5 of section 2g (interactive sad-path security scan) require a real interactive terminal and cannot be completed by a piped agent process.
Connecting to VM...
npx clawhub@latest install skulto-release-cert
7.4kStars
8.8kDownloads
2Current Installs
7.2kAll-time Installs
📦
v1.0.0Version
📅
Apr 9, 2026Updated
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!