scheduler-operator

scheduler-operator is a skill for Claude Code, Codex from edithatogo/fyi-cli. It costs 0 tokens per session (68 once invoked), scanned A, a copy of attention-triage, MIT.

An operator skill for the FYI request system, using a SQLite database and recent request records or snapshots.

In plain words
What is it for?
Use it to operate the FYI system, update its records, prepare reports, and create handovers.
Why use it?
It helps update request records and produce reports or handovers while keeping a person involved in submissions and sensitive decisions.

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/edithatogo/fyi-cli/scheduler-operator
Any agent
npx skills add edithatogo/fyi-cli --skill scheduler-operator
Clone the repo
git clone --depth 1 https://github.com/edithatogo/fyi-cli

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 scheduler-operator

README.md
[![agentmods](https://agentmods.dev/badge/skills/edithatogo/fyi-cli/scheduler-operator.svg)](https://agentmods.dev/skills/edithatogo/fyi-cli/scheduler-operator)
Your own site
<a href="https://agentmods.dev/skills/edithatogo/fyi-cli/scheduler-operator"><img src="https://agentmods.dev/badge/skills/edithatogo/fyi-cli/scheduler-operator.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 68 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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.00000 $0.00068
Opus 5 $0.00000 $0.00034
Sonnet 5 $0.00000 $0.00014
Haiku 4.5 $0.00000 $0.00007

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

Security

Grade A, and why

scheduler-operator 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.

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.

Origin

This is a copy

94% identical to attention-triage — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/scheduler-operator/SKILL.md · 16 lines

What it actually says

scheduler-operator

Purpose

Reusable operator skill for the FYI request system.

Inputs

  • SQLite database
  • Recent snapshots or request records

Outputs

  • Updated records, reports, or handovers

Guardrails

  • Keep a human in the loop for submission and sensitive judgment
  • Prefer transparent local operation
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 · 16 lines · 0 tokens per session scan A aea59f4c85a5

Subscribe to this mod's changes

scheduler-operator is a skill published in the GitHub repository edithatogo/fyi-cli (1 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 68 tokens. A static security scan graded it A with 0 findings. It is 94% identical to attention-triage, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

byaan:learn

Analyze the codebase database schema, query patterns, and business domain to build a data-agent skill. Use when setting up a new project, after schema changes, or when the data-agent skill needs updating.

byaan-ai/byaan · 46 tokens

Data Retention Schedule Review

Use when reviewing a draft or existing data retention schedule to inventory data categories against stated purposes, collect retention-period facts, flag legal-hold interactions, and surface orphaned-data and vendor-coverage gaps for attorney review.

zgbrenner/agentcounsel · 49 tokens

add-migration

Add a new SQLite migration to the AntSeed node package. Use when adding tables, columns, or indexes to channel-store or metering databases.

AntSeed/antseed · 33 tokens

localnest-sql-adapter

Use when changing LocalNest SQLite-backed indexing or memory code, especially adapter boundaries, extension loading, migrations, backend fallback behavior, or sqlite-vec runtime loading.

wmt-mobile/localnest · 39 tokens

schema-exploration

Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.

langchain-ai/deepagents · 57 tokens

sdk-design

Doctrine for designing and evolving any SDK Grida ships — TypeScript, Rust, or otherwise. "SDK" here means a surface that crosses a foreign-or-foreign-treated boundary: published packages, separately-versioned consumers, FFI bindings, public-by-design modules. An SDK's job is to refuse; a strict, honest surface…

gridaco/grida · 199 tokens