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 skills add tomismeta/aperture --skill aperture-lab-fstopgit clone --depth 1 https://github.com/tomismeta/apertureWrote 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.
[](https://agentmods.dev/skills/tomismeta/aperture/aperture-lab-fstop)<a href="https://agentmods.dev/skills/tomismeta/aperture/aperture-lab-fstop"><img src="https://agentmods.dev/badge/skills/tomismeta/aperture/aperture-lab-fstop/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.
<a href="https://agentmods.dev/skills/tomismeta/aperture/aperture-lab-fstop"><img src="https://agentmods.dev/badge/skills/tomismeta/aperture/aperture-lab-fstop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.00351 |
| Opus 5 | $0.00026 | $0.00176 |
| Sonnet 5 | $0.00010 | $0.00070 |
| Haiku 4.5 | $0.00005 | $0.00035 |
Grade A, and why
aperture_lab_fstop 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 12d 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.
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.
What it actually says
Aperture Lab F-Stop
Use this skill when the goal is to operate F-Stop, the discovery and proposal subsystem inside Aperture Lab.
The canonical command surface is:
pnpm lab:fstop:campaign --provider <provider> --reviewer-provider <provider> --optimizer-provider <provider> ...pnpm lab:fstop:run --provider <provider> --reviewer-provider <provider> --optimizer-provider <provider> ...pnpm lab:fstop:review --reviewer-provider <provider> ...pnpm lab:fstop:reviewer --provider <provider>pnpm lab:fstop:propose --reviewer-provider <provider> --optimizer-provider <provider> ...pnpm lab:fstop:optimize --provider <provider> ...pnpm lab:fstop:optimizer --provider <provider>
Load first:
packages/lab/research/autoresearch-program.mdpackages/lab/research/autoresearch-config.json
Main rule:
- keep AI out of the live Aperture hot path
- use F-Stop to discover, review, calibrate, and propose
- let Aperture Lab own the scoring and gates
- prefer
lab:fstop:campaignfor unattended VPS work
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.
- 12d ago First seen · 33 lines · 52 tokens per session scan A 48d570e5ab25
aperture_lab_fstop is a skill published in the GitHub repository tomismeta/aperture (24 stars, last pushed 4d ago), licensed MIT. It adds 52 tokens to every session and 351 once invoked, about $0.0003 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.
Other skills, from other repositories
resonate-lovable-usage-prompt-typescript
Specialized guidance for building Resonate applications within Lovable.dev, which is Node.js/React/TypeScript. Use when working with Lovable's AI-assisted development environment to scaffold, iterate, and deploy Resonate workflows in the TypeScript SDK.
resonate-external-system-of-record-pattern-typescript
Maintain consistency across multiple systems without distributed transactions using the "Write Last, Read First" principle. Use when integrating with external systems of record that can't participate in transactions.
resonate-saga-pattern-typescript
Implement saga patterns for distributed transactions with compensation logic. Use when coordinating multi-step processes that need to maintain consistency across failures by unwinding completed steps.
resonate-basic-ephemeral-world-usage-typescript
Core patterns for using Resonate Client APIs in the Ephemeral World - initialization, registration, top-level invocations, promise management, and dependency injection. Covers connecting to a Resonate Server, running on Postgres with no server process (PostgresNetwork), and token authentication - the constructor takes…
resonate-recursive-fan-out-pattern-typescript
Implement recursive fan-out patterns for parallel workflow execution. Use when breaking down complex work into independent subtasks that execute recursively with automatic deduplication and load balancing.
resonate-advanced-reasoning
Advanced reasoning bridge between the Resonate specification (resonatehq/resonate-specification) and the Resonate TypeScript SDK. Use when mapping spec concepts (processes, executions, promises, coordination, recovery) to concrete SDK patterns and when validating correctness, durability, and failure semantics.