personal-ai-operations-review

personal-ai-operations-review is a skill for Codex from ooooooooooooooooooop/agent-tools. It costs 140 tokens per session (1,681 once invoked), scanned A, original, MIT.

A read-only health review for a finished Personal AI or DSH infrastructure setup. It checks current or previously recorded evidence and labels areas as healthy, degraded, blocked, or unknown.

In plain words
What is it for?
Routine health checks, investigating unusual behaviour, reviewing issues before an upgrade, and checking whether memory, model routing, governance, or personalisation has worsened.
Why use it?
It shows which problems need human attention without silently changing the setup. It also distinguishes a fresh check from an older result when live checks are unavailable.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/governance/personal_status.py.

Good fit Routine health checks, investigating unusual behaviour, reviewing issues before an upgrade, and checking whether memory, model routing, governance, or personalisation has worsened.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ooooooooooooooooooop/agent-tools
agentmods
npx agentmods add skills/ooooooooooooooooooop/agent-tools/personal-ai-operations-review

Made for: 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 personal-ai-operations-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/ooooooooooooooooooop/agent-tools/personal-ai-operations-review/github.svg)](https://agentmods.dev/skills/ooooooooooooooooooop/agent-tools/personal-ai-operations-review)
Your own site
<a href="https://agentmods.dev/skills/ooooooooooooooooooop/agent-tools/personal-ai-operations-review"><img src="https://agentmods.dev/badge/skills/ooooooooooooooooooop/agent-tools/personal-ai-operations-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for personal-ai-operations-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/ooooooooooooooooooop/agent-tools/personal-ai-operations-review"><img src="https://agentmods.dev/badge/skills/ooooooooooooooooooop/agent-tools/personal-ai-operations-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,681 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00140 $0.01681
Opus 5 $0.00070 $0.00840
Sonnet 5 $0.00028 $0.00336
Haiku 4.5 $0.00014 $0.00168

Measured 10d ago against content hash d19a501fd39b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

personal-ai-operations-review 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 10d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/behavior_metrics.py, scripts/extract_user_msgs.py, scripts/personalization_status.py), 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.

skills/personal-ai-operations-review/SKILL.md · 125 lines

How it starts

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

Personal AI 运维复查

适用范围

用于已经完成建设、进入 OPERATIONS MODE 的 Personal AI Infrastructure。目标是回答“系统现在是否正常、哪些问题需要人处理、哪些只是已知外部阻塞”。

优先复用现有 Control Plane、Governance、Durability、Memory、Model/Trace、Harness Adapter 与 Personalization Calibration 的真实输出;不要重新实现底层检查。

不适用

  • 不用于设计新的 Architecture Phase、重构 Control Plane、替换 MemoryProvider 或新增基础设施。
  • 不用于直接批准 model admission、修改 routing/default model/preference、删除 provider/plugin/memory、清 Git 历史或处理其他 canonical mutation。
  • 不把 BLOCKED/DEGRADED 自动视为系统失败;先判断它是否是治理系统正确暴露的真实约束。
  • 用户明确要求实施某个 change 时,先转入既有 Need → Impact → Proposal → Implementation → Verification → Regression 流程,不在本 Skill 内静默执行。
  • 不在普通任务中自动执行完整巡检。

核心契约:Evidence Freshness & Cause-aware Classification

1. Evidence Freshness 契约

每个运维域必须同时输出:

  • status: HEALTHY / DEGRADED / BLOCKED / UNKNOWN
  • evidence_state: CURRENT / LAST_KNOWN / UNAVAILABLE

语义:

  • CURRENT:本轮成功执行真实检查。
  • LAST_KNOWN:本轮实时检查不可用/失败,只能读取历史 verified evidence / baseline report。
  • UNAVAILABLE:既无当前证据,也没有足够可信的历史证据。
  • 严禁LAST_KNOWN 冒充 CURRENT;严禁在只有历史快照时宣称“与基线持平”。

2. 检查失败与沙箱限制处理

  • 检查脚本遇到 not found / permission denied / sandbox denied / timeout / path inaccessible 时:
    • 属于 OBSERVABILITY_EVIDENCE_LIMITATION,不直接判为 DEGRADED
    • 若存在历史 verified 证据:status = <last known status>, evidence_state = LAST_KNOWN
    • 若无历史证据:status = UNKNOWN, evidence_state = UNAVAILABLE
  • 仅当真实规则/能力检查器本身执行并检出违规(如 capability drift > 0 或 static boundary violation)时,才标 DEGRADED

3. Durability 契约(Backup Age 与 Repo Durability 分离)

  • 明确区分 backup age 数据集(sessions, broker, configs)与 repos 数据集:
    • BACKUP_RPO_AGE_BREACH:仅指 sessions/broker/configs 等备份年龄超出 RPO 目标。
    • KNOWN_PRIVACY_BLOCKER / REPO_BLOCKED_PRIVACY:因包含未脱敏信息拦截推送(如 novel-main),不得被描述为“备份年龄超期”。
    • REPO_UNPUSHED:存在未推送提交。
    • REMOTE_UNAVAILABLE:远程仓库不可达。
  • 当且仅当 sessions/broker/configs 等存在真实超期(BACKUP_RPO_AGE_BREACH)时,才触发 ACTION REQUIRED

4. Overall Action Resolver

  • ACTION REQUIRED:只有存在当前证据确认的新真实运行故障(actual Harness drift、actual backup age RPO breach、scope leakage、secret exposure、governance check failed、未预期 unpushed repo)。
  • REVIEW:任一域证据不可用(UNAVAILABLE / LAST_KNOWN)、非关键指标恶化(over-personalization)、待裁决高危提案。
  • EXTERNAL BLOCKER:仅存在已知外部 blocker(BACKUP_KEY_CUSTODY, NOVEL_REPO_DURABILITY 等),且无其他新异常。
  • NO ACTION:全部健康且为当前证据,无 blocker。

Read the full file on GitHub · 125 lines

Files

What ships with it

5 files 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. 10d ago First seen · 125 lines · 140 tokens per session scan A d19a501fd39b

Subscribe to this mod's changes

personal-ai-operations-review is a skill published in the GitHub repository ooooooooooooooooooop/agent-tools (3 stars, last pushed 6d ago), licensed MIT. It adds 140 tokens to every session and 1,681 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories