deploy-openase

A local deployment procedure for OpenASE, a software project with a web interface and a Go server. It rebuilds both parts, restarts the local service, and checks that it is healthy.

In plain words
What is it for?
Use it to compile, locally deploy, restart, or upgrade OpenASE, including rebuilding its web assets and backend binary.
Why use it?
It provides a repeatable way to run the current branch locally after code changes, while checking that the new process actually started.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/pacificstudio/openase/deploy-openase
Any agent
npx skills add PacificStudio/openase --skill deploy-openase
Clone the repo
git clone --depth 1 https://github.com/PacificStudio/openase

Made for: Claude Code, Codex.

Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00051 $0.00579
Opus 5 $0.00026 $0.00290
Sonnet 5 $0.00010 $0.00116
Haiku 4.5 $0.00005 $0.00058

Measured 3d ago against content hash 969b23d5f157, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deploy-openase scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/redeploy_local.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `serve` / `all-in-one`: `curl http://127.0.0.1:19836/healthz`
.codex/skills/deploy-openase/SKILL.md · 74 lines

What it actually says

Deploy OpenASE

Goals

  • Build the current checkout deterministically.
  • Regenerate embedded web assets.
  • Restart the local OpenASE process.
  • Verify the new process is actually serving health checks.
  • pull: use this first if the user wants the branch updated from remote before deployment.

Environment Assumptions

  • Repo root is /home/yuzhong/workspace/openase.
  • Local runtime env lives in ~/.openase/.env.
  • Preferred Go toolchain:
    • $PWD/.tooling/go/bin
    • fallback /home/yuzhong/.local/go1.26.1/bin

Standard Flow

  1. Confirm current branch and commit.
  2. Build frontend assets:
    • corepack pnpm --dir web install --frozen-lockfile
    • corepack pnpm --dir web run build
  3. Build backend binary:
    • PATH=$PWD/.tooling/go/bin:/home/yuzhong/.local/go1.26.1/bin:$PATH go build -o ./bin/openase ./cmd/openase
  4. Stop old local openase processes started from this repo.
  5. Source ~/.openase/.env.
  6. Start the requested mode with setsid.
  7. Verify success:
    • serve / all-in-one: curl http://127.0.0.1:19836/healthz
    • orchestrate: process stays alive and logs show runtime ready

Failure Handling

  • Do not silently downgrade modes.
  • If all-in-one fails, surface the exact logs and let the user decide whether a serve-only fallback is acceptable.
  • If port binding fails, report the listener conflict explicitly.
  • If startup crashes, include the relevant stdout/stderr tail in the summary.

Commands

Use the helper script:

  • .codex/skills/deploy-openase/scripts/redeploy_local.sh

Examples:

.codex/skills/deploy-openase/scripts/redeploy_local.sh --mode all-in-one
.codex/skills/deploy-openase/scripts/redeploy_local.sh --mode serve

Notes

  • all-in-one and serve both expose the panel on http://127.0.0.1:19836 with the current local defaults.
  • This skill is for local redeploy of the current checkout, not for git branch updates by itself.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 74 lines · 51 tokens per session scan A 969b23d5f157

Subscribe to this mod's changes

deploy-openase is a skill published in the GitHub repository PacificStudio/openase (265 stars, last pushed 24d ago), licensed Apache-2.0. It adds 51 tokens to every session and 579 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

vercel-deploy

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

bytedance/deer-flow · 69 tokens

terraform-skill

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

agentscope-ai/QwenPaw · 62 tokens

alicloud_cli

阿里云 CLI 中文文档镜像检索与命令辅助:先走章节索引,再下钻正文页面,给出命令前必须有本地文档证据。.

agentscope-ai/QwenPaw · 45 tokens

eliza-cloud

Use when the task involves Eliza Cloud or elizaOS Cloud as a managed backend, app platform, deployment target, billing layer, or monetization surface. The catch-all skill for any user request about THEIR existing apps / containers / earnings / credits / api-keys / analytics / billing / payment requests / payouts …

elizaOS/eliza · 191 tokens

eliza-cloud-manage-domain

Use after a domain has been purchased through Eliza Cloud (via the eliza-cloud-buy-domain skill) when the user wants to look at, edit, or remove a domain or its DNS records. Covers org-wide domain listing, per-app DNS record CRUD on cloudflare-managed zones, status re-sync, external-attachment verification, and…

elizaOS/eliza · 125 tokens

deploy-open-harness

Guides a user through collecting the credentials needed to deploy their own copy of Open Harness, deploying this repo on Vercel, and completing first-run setup. Use for requests about deploying, self-hosting, configuring credentials, or getting started with a fork of this app.

vercel-labs/open-agents · 60 tokens