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.
npx agentmods add skills/pacificstudio/openase/deploy-openasenpx skills add PacificStudio/openase --skill deploy-openasegit clone --depth 1 https://github.com/PacificStudio/openaseWhat 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.
| Model | Per session | Once 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 |
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.
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` 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.
Related Skills
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
- Confirm current branch and commit.
- Build frontend assets:
corepack pnpm --dir web install --frozen-lockfilecorepack pnpm --dir web run build
- Build backend binary:
PATH=$PWD/.tooling/go/bin:/home/yuzhong/.local/go1.26.1/bin:$PATH go build -o ./bin/openase ./cmd/openase
- Stop old local
openaseprocesses started from this repo. - Source
~/.openase/.env. - Start the requested mode with
setsid. - Verify success:
serve/all-in-one:curl http://127.0.0.1:19836/healthzorchestrate: process stays alive and logs show runtime ready
Failure Handling
- Do not silently downgrade modes.
- If
all-in-onefails, surface the exact logs and let the user decide whether aserve-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-oneandserveboth expose the panel onhttp://127.0.0.1:19836with the current local defaults.- This skill is for local redeploy of the current checkout, not for git branch updates by itself.
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.
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.
- 3d ago First seen · 74 lines · 51 tokens per session scan A 969b23d5f157
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.
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.
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…
alicloud_cli
阿里云 CLI 中文文档镜像检索与命令辅助:先走章节索引,再下钻正文页面,给出命令前必须有本地文档证据。.
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 …
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…
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.