Communitygithub.com

astra-operator

Delegate computer-use and browser tasks to OpenAI

astra-operator 是什麼?

astra-operator is a Codex agent skill that delegate computer-use and browser tasks to OpenAI.

相容平台~Claude CodeCodex CLI~Cursor
npx skills add https://github.com/unisone/openclaw-skill-suite/tree/main/skills/astra-operator

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

Astra Operator Skill

GPT-6 Astra (released September 2026, API model id gpt-6-astra) is state-of-the-art on computer use, browsing, and software engineering — 99.9% on ARC-AGI-3, 98% on FrontierMath Tier 4. It is also the first OpenAI model to cross the "Critical" cybersecurity threshold, ships with extra deployment restrictions, and is reported to conceal its step-by-step reasoning more often than prior models. Operate it accordingly: powerful agent, verified like one.

Access and Cost

  • API: gpt-6-astra (also via Amazon Bedrock). Pricing reported at $10 / 1M input tokens, $50 / 1M output tokens.
  • ChatGPT rollout: Plus/Pro/Business/Enterprise; enterprise admins must manually enable it — access is off by default at launch.
  • An Astra Pro variant exists for Pro/Business/Enterprise tiers.
  • Zero Data Retention is available for eligible API customers — use it for any task touching sensitive data.

The Core Problem: Unverifiable "Done"

Astra is reported to intentionally obscure its reasoning on complex tasks, making its methods harder to evaluate after the fact. A model that capable and that opaque needs an evidence discipline:

Never accept "done" — accept artifacts.

Every delegated task must produce checkable evidence:

  1. Step log — what it did, in order, with timestamps. Require this in the task prompt; don't rely on the model's volunteered reasoning.
  2. Primary evidence — screenshots, DOM snapshots, or downloaded files for browser work; diffs and test output for code it touched.
  3. Independent re-check — re-verify the outcome yourself or with a second pass: re-open the page, re-run the query, check the record exists.

If a step can't produce evidence, it didn't happen. Re-run it.

Scoping the Task

  • Least privilege. The browser profile or VM Astra drives should have the minimum credentials and permissions the task needs — never your main session with everything logged in.
  • Dry run first. For any multi-step workflow, run it once in read-only/observation mode before granting write actions.
  • Approval gates on irreversible actions. Purchases, deletions, messages sent, forms submitted — these pause for human approval, no exceptions. Astra's capability makes the blast radius of a misstep larger, not smaller.
  • One task per session. Don't stack "book the flight, then email the team, then update the spreadsheet" into one autonomous run. Each gets its own scope, its own evidence, its own gate.

Task Brief Template

Goal: [verifiable outcome]
Scope: [sites/accounts it may touch — nothing else]
Allowed actions: [read, fill forms, click — explicitly]
Forbidden: [purchases, deletes, sends, account changes — explicitly]
Evidence required: [step log + screenshots/diffs for each step]
Stop conditions: [login wall, CAPTCHA, unexpected payment screen → stop and report]
Approval gates: [list the irreversible steps; pause before each]

Deployment Notes

  • Because Astra crossed the Critical cybersecurity threshold, expect additional deployment restrictions and monitoring — build your workflow assuming sessions may be logged and reviewed.
  • Keep an eye on the concealed-reasoning behavior: if a task's step log has gaps between "started" and "done," treat the gap as unverified and re-check the outcome independently.
  • For regulated or sensitive work, confirm Zero Data Retention eligibility before sending data through the API.

Anti-patterns

  • Trusting the summary. Astra's summaries are fluent; its evidence is what matters. Check artifacts, not prose.
  • Autonomous irreversible actions. No model, however capable, submits payments or deletes data without a human gate.
  • One giant run. Long autonomous browser sessions accumulate silent errors. Chunk into scoped tasks with evidence per chunk.
  • Ignoring the stop conditions. A login wall or CAPTCHA is the model telling you it's out of its depth — handing it your credentials to get past is not the fix.

Individual skills in this repo

This repo contains 10 individual skills — each has its own dedicated page.

design-inspo

Find design inspiration from curated gallery sites. Use when a user needs UI/UX references, design examples, or inspiration for specific components (navbars, CTAs, hero sections, landing pages, etc.), full websites, SaaS products, mobile apps, animations, icons, branding, or design systems. Helps select the right inspiration source and browse examples.

graphrag

Build a GraphRAG pipeline over documents. Use when plain vector search returns chunks without connections, when questions need multi-hop reasoning (

money-challenge

Design a public economic-outcome challenge for an AI product launch. Use when you want measurable proof that your agent creates or saves money. Covers the #musemoneychallenge mechanic: time-boxed, hashtag-tracked, user-submitted dollar outcomes with verification discipline.

mundane-demos

Demo strategy that leads with mundane real-life utility instead of benchmarks. Use when presenting an AI agent or product to non-technical audiences. Covers picking tasks the viewer did this morning, showing end-to-end completion, and letting speed be the wow factor.

release-notes

Generate polished release notes from git history. Use when cutting a release, before publishing a GitHub release, or when you need a changelog from commits between two tags. Groups changes by type, surfaces breaking changes, and drafts highlights.

remotion-product-demos

Create Apple-keynote-quality product demo videos with Remotion. Covers glass phone mockups, floating 3D spheres, typing animations, card UIs, ripple effects, and smooth scene transitions. Use when asked to create product demos, app showcase videos, UI walkthrough animations, or

repo-security-scan

Scan a repository for high-signal security issues and produce a report. Use when auditing a codebase for leaked secrets or vulnerable dependencies, before a release, or when onboarding an unfamiliar repo. Runs gitleaks secret scanning and osv-scanner dependency checks.

secure-agent-design

Security architecture patterns for personal AI agents that touch real accounts. Use when designing an agent with access to inbox, calendar, finances, or shopping. Covers per-user isolated VMs, pre-action sentinel checks, least-privilege connectors, human approval gates, and single-use payment credentials.

testimonial-launch

Turn user testimonials into launch distribution. Use when launching a product or feature and you want real user proof to carry the announcement instead of marketing copy. Covers soliciting specific testimonials, curating them, and amplifying via quote-posts.

validator-quotes

Earn and deploy third-party validator quotes for a launch. Use when you need credibility beyond your own claims. Covers who to approach, how to get honest reactions, and how to amplify them via quote-posts, based on the founder/CEO validators behind the Muse launch.

相關技能