openase-platform

openase-platform is a skill for Claude Code, Codex from PacificStudio/openase. It costs 18 tokens per session (5,975 once invoked), scanned A, original, Apache-2.0.

A command-line toolkit for managing OpenASE tickets, projects, workflows, updates, and activity records.

In plain words
What is it for?
Listing and updating tickets, coordinating runtime work, posting project updates, and inspecting the recorded event history.
Why use it?
It gives agents a defined way to work with the OpenASE platform and keeps project state traceable instead of bypassing its controls.

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/openase-platform
Any agent
npx skills add PacificStudio/openase --skill openase-platform
Clone the repo
git clone --depth 1 https://github.com/PacificStudio/openase

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openase-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/pacificstudio/openase/openase-platform.svg)](https://agentmods.dev/skills/pacificstudio/openase/openase-platform)
Your own site
<a href="https://agentmods.dev/skills/pacificstudio/openase/openase-platform"><img src="https://agentmods.dev/badge/skills/pacificstudio/openase/openase-platform.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,975 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00018 $0.05975
Opus 5 $0.00009 $0.02988
Sonnet 5 $0.00004 $0.01195
Haiku 4.5 $0.00002 $0.00598

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

Security

Grade A, and why

openase-platform scanned grade A with 0 findings 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/upsert_workpad.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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

internal/builtin/skills/openase-platform/SKILL.md · 743 lines

How it starts

The opening of the file, as written. The whole thing — 743 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenASE Platform Operations

Prefer the wrapper injected into the workspace:

./.openase/bin/openase ticket list --status-name Todo

This wrapper is the openase binary with the current workspace's OpenASE platform context already attached. Use it first. Do not hand-roll URLs, guess endpoints, bypass the platform by writing the database directly, or fake platform state.

Core Concepts

Use these distinctions before you choose commands or explain the platform to a user:

  • workflow: the execution policy for a role. A workflow decides which agent handles work, which ticket statuses it may pick up, which statuses count as finished, which harness instructions and skills are active, and which platform scopes the runtime may use.
  • updates: curated project progress threads for humans. Use these for milestone checkpoints, risk reporting, stakeholder communication, and discussion. Updates are intentionally higher-signal than raw runtime logs.
  • activity: the append-only project event stream. It records what actually happened across tickets, agents, workflows, and platform writes for traceability, debugging, and auditability.

One short mental model:

  • workflows decide how work runs
  • activity records what happened
  • updates summarize what matters

Keep the boundaries clear:

  • Do not describe workflow as "just a prompt"; it is prompt + routing + policy + execution limits.
  • Do not treat updates as a synonym for activity; updates are curated, while activity is the raw event timeline.
  • Do not treat activity as a task board; it explains history, not desired future state.

What This Skill Is For

OpenASE is not a small helper that just runs commands. It is an issue-driven automated software engineering platform. Per the PRD, it is responsible for at least:

  • Project control: descriptions, statuses, repos, workflows, skills, and scheduled jobs
  • Ticket control: lifecycle, status transitions, comment primitives, usage/cost, and external links
  • Execution control: agents, providers, machines, runtimes, and orchestration loops
  • Controlled autonomy: agents can operate the platform within granted scope and close the loop from claim to execution to platform writeback to follow-up tickets
  • Auditability: every platform write goes through the API / ActivityEvent / timeline and stays attributable

Read the full file on GitHub · 743 lines

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. 4d ago First seen · 743 lines · 18 tokens per session scan A cf90e8aff8e6

Subscribe to this mod's changes

openase-platform is a skill published in the GitHub repository PacificStudio/openase (265 stars, last pushed 25d ago), licensed Apache-2.0. It adds 18 tokens to every session and 5,975 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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

aisee:init

初始化、审计并优化 OpenSpec/Aisee 项目配置。仅适用于已使用或准备接入 OpenSpec 的项目;用于创建或修复 AGENTS.md、openspec/project.md、aisee/memory/、最小 Aisee docs 目录,并在当前支持的 Codex hook target 下安装项目级 hooks;检查 hook 机制兼容性、OpenSpec 状态机、baseline 迁移入口与项目技术架构边界。触发词包括 aisee:init、aisee-init、初始化项目配置、优化 AGENTS.md、配置 Codex hooks、OpenSpec 配置审计。.

AISEE-LAB/aisee-plugin · 134 tokens

stale-sweep

Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…

googleapis/mcp-toolbox · 159 tokens

github-issue-triage

Issue triage and lifecycle management agent for ZeroClaw. Use this skill whenever the user wants to: triage open issues, close stale/duplicate/fixed issues, apply labels, run a backlog sweep, enforce the current issue stale policy, or handle a specific issue. Trigger on: 'triage issues', 'issue triage', 'sweep…

zeroclaw-labs/zeroclaw · 140 tokens

triage

Triage open herdr GitHub issues into a concise decision-first Markdown table. Use when the user says "triage", asks to triage open issues, asks which issues need attention, or wants issue priority/recommendation lights for herdr.

herdrdev/herdr · 53 tokens

backlog-technical-project-manager

Technical project management for Backlog.md workstreams using coordinated sub-agents. Use only when the user explicitly asks Codex to take over one or more existing Backlog.md tasks (for example: "act as TPM", "coordinate these tasks", "delegate to sub-agents"). Orchestrate planning, implementation, and finalization…

MrLesk/Backlog.md · 90 tokens

babysit

Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…

kirodotdev/KiroCrew · 137 tokens