skills/apple-docs/SKILL.md
Search, browse and read Apple developer documentation from the terminal. Query APIs, frameworks, symbols, sample code, and documentation updates.
npx skillsauth add ethan-huo/apple-docs apple-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CLI for querying Apple Developer Documentation. Searches docs, reads full API pages, lists frameworks, browses symbols, and tracks documentation updates — all from the terminal.
apple-docs --schema — view the full typed command spec at once.
# Search documentation
apple-docs search <query> [--type all|documentation|sample] [--limit 50]
# Read a full documentation page
apple-docs doc <url> [--related] [--references] [--similar] [--platform]
# List all Apple frameworks and technologies
apple-docs technologies [--category "App Frameworks"] [--language swift|occ] [--no-beta] [--limit 200]
# Search symbols within a framework
apple-docs symbols <framework> [--type class|struct|enum|protocol|method|property|func|...] [--pattern "*View"] [--language swift|occ] [--limit 50]
# Get latest documentation updates
apple-docs updates [--category all|wwdc|technology|release-notes] [--technology SwiftUI] [--year 2025] [--search "..."] [--limit 50]
# Browse sample code projects
apple-docs samples [--framework SwiftUI] [--search "camera"] [--beta include|exclude|only] [--limit 50]
Search for a topic:
apple-docs search "navigation stack"
Read the full documentation page from the URL in search results:
apple-docs doc https://developer.apple.com/documentation/swiftui/navigationstack --related --platform
List symbols in a framework:
apple-docs symbols swiftui --type protocol --pattern "*Style"
Read a specific symbol's page:
apple-docs doc https://developer.apple.com/documentation/swiftui/buttonstyle
# Latest documentation updates
apple-docs updates --category wwdc --year 2025
# What's new in a specific framework
apple-docs updates --technology SwiftUI
# New sample code
apple-docs samples --framework RealityKit --beta only
doc --related includes "See Also" and relationship sections — useful for discovering related APIs.doc --platform shows platform availability (iOS, macOS, visionOS, etc.) with version numbers.symbols --pattern supports wildcards: "*Controller", "UI*", "*View*".technologies --language occ filters Objective-C only frameworks.mq or other tools as needed.If apple-docs is not found: bun install -g github:ethan-huo/apple-docs
No authentication required — all data comes from Apple's public documentation API.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.