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 agentmods add skills/siddhu7007/screen-time-api-agent-skill/screen-time-api-engineernpx skills add Siddhu7007/screen-time-api-agent-skill --skill screen-time-api-engineergit clone --depth 1 https://github.com/Siddhu7007/screen-time-api-agent-skillWrote 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/siddhu7007/screen-time-api-agent-skill/screen-time-api-engineer)<a href="https://agentmods.dev/skills/siddhu7007/screen-time-api-agent-skill/screen-time-api-engineer"><img src="https://agentmods.dev/badge/skills/siddhu7007/screen-time-api-agent-skill/screen-time-api-engineer.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00079 | $0.00943 |
| Opus 5 | $0.00039 | $0.00472 |
| Sonnet 5 | $0.00016 | $0.00189 |
| Haiku 4.5 | $0.00008 | $0.00094 |
Grade A, and why
screen-time-api-engineer 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Screen Time API Engineer
Use this skill to implement and harden Screen Time API apps with a docs-first evidence model.
Rules
- Use this evidence order for decisions:
- Canonical Apple docs and WWDC
- Local SDK interfaces/headers
- Project-observed implementations (Project Alpha/Project Beta)
- Field notes (forums/medium)
- If sources conflict, prefer canonical + SDK behavior.
- Mark uncertain conclusions as inference and include a caveat.
Quick Start Workflow
- Identify user goal category.
- Open matching references from
references/guides. - Cross-check critical API claims in
references/evidence. - If implementation quality or regressions matter, use
references/rundowns. - Produce output with explicit source/confidence labeling.
Goal to Reference Map
- Entitlements, signing, distribution approval:
references/guides/02-authorization-setup.mdreferences/guides/19-release-and-app-review-checklist.md
- Family activity picker and token handling:
references/guides/03-familycontrols-selection-and-token-model.mdreferences/guides/04-displaying-activity-labels-and-real-app-icons.md
- Shield policy and store behavior:
references/guides/05-managedsettings-enforcement-patterns.mdreferences/guides/06-web-blocking-and-webdomain-policy.md
- Custom shield UI/action:
references/guides/07-managedsettingsui-custom-shield-systems.mdreferences/guides/08-shield-actions-and-response-strategies.md
- Scheduling and monitor callbacks:
references/guides/09-deviceactivity-scheduling-thresholds-and-errors.mdreferences/guides/10-deviceactivity-monitor-extension-playbook.md
- Usage analytics reporting:
references/guides/11-deviceactivity-report-analytics-architecture.md
- Web usage control/reporting via ScreenTime framework:
references/guides/12-screentime-framework-web-usage-reporting.md
- Onboarding and permission UX:
references/guides/13-onboarding-and-permission-ui-blueprints.md
- End-to-end implementation reference:
references/guides/14-app-and-website-blocking-reference-implementation.md
- Project deep dives and comparative hardening:
references/guides/15-project-alpha-implementation-analysis.mdreferences/guides/16-project-beta-implementation-analysis.mdreferences/rundowns/12-cross-project-rundown.md
- Bug prevention, testing, and preflight:
references/guides/17-hardening-checklist-bug-prevention.mdreferences/guides/18-testing-matrix-device-only-edge-cases.mdreferences/guides/21-preflight-rundown.md
What ships with it
36 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.
- agents/openai.yaml 366 B
- references/evidence/00-source-url-inventory.md 23 KB
- references/evidence/01-familycontrols-sdk-signatures.md 1.9 KB
- references/evidence/02-managedsettings-sdk-signatures.md 2.0 KB
- references/evidence/03-managedsettingsui-sdk-signatures.md 1.2 KB
- references/evidence/04-deviceactivity-sdk-signatures.md 1.7 KB
- references/evidence/05-deviceactivity-report-sdk-signatures.md 1.3 KB
- references/evidence/06-screentime-framework-headers.md 1.5 KB
- references/evidence/07-claim-reconciliation.md 2.4 KB
- references/guides/00-overview-and-mental-model.md 2.3 KB
- references/guides/01-framework-boundaries-and-extension-lifecycle.md 1.9 KB
- references/guides/02-authorization-setup.md 3.0 KB
- references/guides/03-familycontrols-selection-and-token-model.md 1.7 KB
- references/guides/04-displaying-activity-labels-and-real-app-icons.md 1.5 KB
- references/guides/05-managedsettings-enforcement-patterns.md 1.8 KB
- references/guides/06-web-blocking-and-webdomain-policy.md 1.8 KB
- references/guides/07-managedsettingsui-custom-shield-systems.md 1.6 KB
- references/guides/08-shield-actions-and-response-strategies.md 1.5 KB
- references/guides/09-deviceactivity-scheduling-thresholds-and-errors.md 2.1 KB
- references/guides/10-deviceactivity-monitor-extension-playbook.md 1.5 KB
- references/guides/11-deviceactivity-report-analytics-architecture.md 1.9 KB
- references/guides/12-screentime-framework-web-usage-reporting.md 1.6 KB
- references/guides/13-onboarding-and-permission-ui-blueprints.md 1.5 KB
- references/guides/14-app-and-website-blocking-reference-implementation.md 1.7 KB
- references/guides/15-project-alpha-implementation-analysis.md 2.0 KB
- references/guides/16-project-beta-implementation-analysis.md 2.0 KB
- references/guides/17-hardening-checklist-bug-prevention.md 1.5 KB
- references/guides/18-testing-matrix-device-only-edge-cases.md 1.6 KB
- references/guides/19-release-and-app-review-checklist.md 1.6 KB
- references/guides/20-source-index-and-confidence-matrix.md 13 KB
- references/guides/21-preflight-rundown.md 1.4 KB
- references/rundowns/10-project-alpha-rundown.md 3.5 KB
- references/rundowns/11-project-beta-rundown.md 2.9 KB
- references/rundowns/12-cross-project-rundown.md 2.3 KB
- scripts/check_required_sections.sh 589 B runs code
- scripts/check_source_coverage.py 848 B runs code
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.
- 5d ago First seen · 80 lines · 79 tokens per session scan A 98bad1764f9c
screen-time-api-engineer is a skill published in the GitHub repository Siddhu7007/screen-time-api-agent-skill (24 stars, last pushed 6mo ago), licensed MIT. It adds 79 tokens to every session and 943 once invoked, about $0.0004 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
workflow-audit
Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".
ui-enhancer-radar
Systematic iOS/SwiftUI UI audit with design intent interview, 14-domain analysis (including Color Audit with adaptive Color Profile, iPad Sheet Sizing caller-side audit, Button Hit Region three-factor interaction audit, and Silent Picker menu-presentation audit), element compaction, cross-view consistency checks…
ui-path-radar
UI path tracer for SwiftUI/UIKit apps. 5-layer audit with 34 issue categories and 19 automated checks: discover entry points, trace flows, detect dead ends and broken promises, evaluate UX impact, verify data wiring. Supports targeted trace, diff against previous audits, and handoff to planning skills. Triggers…
capstone-radar
Unified A-F grading and ship/no-ship decisions for the 6-skill radar family (5 companions + capstone). Aggregates handoffs from data-model, ui-path, roundtrip, time-bomb, and ui-enhancer; owns 5 grep-reliable domains; tracks velocity; celebrates improvements. Triggers: "capstone radar", "can I ship", "grade codebase"…
vgs-collect-ios-guide
Routes AI agents through VGS Collect iOS SDK work across integration, implementation, migration, troubleshooting, and code review. Use when guidance may depend on the installed VGSCollectSDK version.
build-and-verify
Build, test, and end-to-end verify the Multiplex visionOS/iPadOS SSH-tmux terminal app. Use this whenever you need to compile the app, run its unit tests, regenerate the Xcode project after editing project.yml or adding/ removing source files, or confirm a change works in the real app on the visionOS or iPad…