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/bingowon/apple-rag-mcp/apple-dev-docsnpx skills add BingoWon/apple-rag-mcp --skill apple-dev-docsgit clone --depth 1 https://github.com/BingoWon/apple-rag-mcpWrote 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/bingowon/apple-rag-mcp/apple-dev-docs)<a href="https://agentmods.dev/skills/bingowon/apple-rag-mcp/apple-dev-docs"><img src="https://agentmods.dev/badge/skills/bingowon/apple-rag-mcp/apple-dev-docs.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.00089 | $0.01258 |
| Opus 5 | $0.00044 | $0.00629 |
| Sonnet 5 | $0.00018 | $0.00252 |
| Haiku 4.5 | $0.00009 | $0.00126 |
Grade A, and why
apple-dev-docs scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
fetch(url: string) How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Apple Developer Documentation
Provide authoritative guidance from Apple's official developer documentation and WWDC sessions using the apple-rag-mcp MCP server. Prioritize MCP tools over web search for Apple development questions.
Quick start
- Use
searchto find relevant documentation and WWDC content. - Use
fetchto retrieve the complete, cleaned content of a specific page by URL. - Always prefer MCP tools over web search for Apple-related questions.
Tool reference
search
search(query: string, result_count?: number)
query— Must be in English. Focus on technical concepts, API names, framework names, and version numbers. Avoid dates and temporal language.result_count— Number of results (1–10, default 4). Use higher values for broad topics, lower for specific APIs.
fetch
fetch(url: string)
Retrieve the full cleaned content of an Apple developer documentation page or WWDC video transcript by its URL.
Workflow
- Identify scope: Determine which Apple framework, API, or platform the question targets.
- Search: Run
searchwith a precise English query using framework and API names. - Evaluate results: Check each result's completeness indicator:
✅ Complete Document— Full content, use directly.📄 Part X of Y— Partial content. Runfetch(url)to get the complete document.📄 Parts merged— Multiple sections merged. Runfetch(url)if you need the full document.
- Fetch when needed: Use
fetchfor any result that is partial, or when Additional Related Documentation URLs look relevant. - Answer with citations: Reference the source URL so the user can verify.
Query best practices
Good queries — focus on technical terms and API names:
SwiftUI NavigationStack path bindingCore Data CloudKit sync NSPersistentCloudKitContainervisionOS RealityKit entity component systemStoreKit 2 Transaction.currentEntitlementsUIKit UICollectionView compositional layout
What ships with it
1 file 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.
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 · 145 lines · 89 tokens per session scan A 9304c00b1976
apple-dev-docs is a skill published in the GitHub repository BingoWon/apple-rag-mcp (117 stars, last pushed 3d ago), licensed MIT. It adds 89 tokens to every session and 1,258 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
asc-shots-pipeline
Orchestrate iOS screenshot automation with xcodebuild/simctl for build-run, AXe for UI actions, JSON settings and plan files, Koubou-based framing (asc screenshots frame), and screenshot upload (asc screenshots upload). Use when users ask for automated screenshot capture, AXe-driven simulator flows, frame composition…
asc-app-create-ui
Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.
asc-workflow
Define, validate, run, resume, and audit repo-local multi-step automations with current asc workflow and .asc/workflow.json, including step outputs and safe release/TestFlight workflows.
asc-crash-triage
Triage TestFlight crashes, beta feedback, and performance diagnostics using asc. Use when the user asks about TF crashes, TestFlight crash reports, beta tester feedback, app hangs, disk writes, launch diagnostics, or wants a crash summary for a build or app.
asc-id-resolver
Resolve App Store Connect IDs (apps, builds, app and digital-goods versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
implementation-guide
Generates detailed implementation guide with pseudo-code and step-by-step development instructions. Creates IMPLEMENTATIONGUIDE.md from PRD, Architecture, and UX specs. Use when creating development roadmap.