agent-native-experience

agent-native-experience is a skill for Codex from apostl-dev/apostl-skills. It costs 119 tokens per session (2,512 once invoked), scanned A, original, MIT.

A review workflow for checking how well a product or its documentation works for AI agents and people. It gathers evidence from guides, quickstarts, and selected user journeys.

In plain words
What is it for?
Use it to assess agent readiness, test a quickstart, record human friction, and rank improvements by expected impact and effort.
Why use it?
It separates verified activation from weaker signals such as a successful page load, signup, or workaround. This helps reveal where an agent or developer may get stuck.

Skill for Codex

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

Good fit Use it to assess agent readiness, test a quickstart, record human friction, and rank improvements by expected impact and effort.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/apostl-dev/apostl-skills/agent-native-experience
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.

Any agent
npx skills add apostl-dev/apostl-skills --skill agent-native-experience
Clone the repo
git clone --depth 1 https://github.com/apostl-dev/apostl-skills

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 agent-native-experience

README.md
[![agentmods](https://agentmods.dev/badge/skills/apostl-dev/apostl-skills/agent-native-experience.svg)](https://agentmods.dev/skills/apostl-dev/apostl-skills/agent-native-experience)
Your own site
<a href="https://agentmods.dev/skills/apostl-dev/apostl-skills/agent-native-experience"><img src="https://agentmods.dev/badge/skills/apostl-dev/apostl-skills/agent-native-experience.svg" alt="Measured on agentmods" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,512 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.00119 $0.02512
Opus 5 $0.00060 $0.01256
Sonnet 5 $0.00024 $0.00502
Haiku 4.5 $0.00012 $0.00251

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

Security

Grade A, and why

agent-native-experience 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 8d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/apostl_client.py, scripts/audit.py, scripts/collect_evidence.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/agent-native-experience/SKILL.md · 219 lines

How it starts

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

Agent Native Experience

Turn one product/docs prompt into an honest local assessment and, only with explicit approval, an Apostl execution proof.

Contract

Require:

  • target docs or product URL;
  • selected quickstart or journey;
  • observable activation event promised by that journey.

Accept optionally: product API/OpenAPI, repository path, llms.txt sources, versioned market/competitor/buyer evidence, human observations, business metrics/owners, corpus exclusions, and a desired local/sample/full mode.

Return one report using report-contract.md. Always distinguish static evidence, agent runtime evidence, human evidence, and unknown/not-run work. Never turn a fetch, signup, HTTP 200, workaround, or high score into activation proof.

Run the workflow

  1. State the journey, target agent/user, activation event, environment, mode, and plausible business consequence. Label unmeasured impact as a hypothesis with the metric and owner needed to validate it.

  2. Read rubric.v1.json and sources.v1.json. Refresh drift-prone sources before calling guidance current; record URL, retrieval time, and version or commit.

  3. Inventory llms.txt, llms-full.txt, sitemaps, navigation, API specs, and supplied sources. Canonicalize URLs, record redirects/auth/exclusions and content hashes, then freeze the corpus before full execution.

  4. Run local non-mutating checks. Use AFDocs directly when available and retain its status/dependency semantics. When AFDocs is unavailable, read local-evidence-collector.md and run the bundled bounded collector:

    python3 scripts/collect_evidence.py \
      --url https://example.com/docs/quickstart \
      --journey "Install and run the quickstart" \
      --activation-event "Rendered result is visible" \
      --mode sample \
      --output-dir ./agent-native-evidence
    

Read the full file on GitHub · 219 lines

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. 8d ago First seen · 219 lines · 119 tokens per session scan A 08c0482f6ce4

Subscribe to this mod's changes

agent-native-experience is a skill published in the GitHub repository apostl-dev/apostl-skills (2 stars, last pushed 9d ago), licensed MIT. It adds 119 tokens to every session and 2,512 once invoked, about $0.0006 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.