首页龙虾技能列表 › Apple Docs — Apple 文档

🍎 Apple Docs — Apple 文档

v1.0.0

Apple 官方文档访问工具。

3· 3,113·13 当前·14 累计
by @thesethrose (Seth Rose)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and required resources are consistent with a tool that queries Apple Developer docs and WWDC metadata; it does network-only reads from Apple and a public GitHub repo and does not request credentials or unusual system access.
评估建议
This skill appears coherent and limited to reading Apple developer pages and JSON files on a public GitHub repo; it does not ask for credentials or file/system access. Before installing, you may want to: (1) verify the referenced GitHub repo (https://github.com/kimsungwhee/apple-docs-mcp) to confirm content and maintainer, (2) run the CLI in a sandbox or test environment if you are cautious, and (3) be aware that the tool performs outgoing HTTP requests (to developer.apple.com and raw.githubuser...
详细分析 ▾
用途与能力
Name/description match what the files do: search Apple Developer documentation and WWDC metadata. The CLI only requires node and performs HTTP queries to developer.apple.com and a public GitHub raw repo referenced in SKILL.md.
指令范围
SKILL.md and cli.js both direct the agent to fetch documentation and WWDC JSON/index files. There is a small mismatch in wording: SKILL.md mentions an 'MCP server' and offline-bundled WWDC videos, while cli.js fetches WWDC data from raw GitHub URLs; this is not harmful but worth noting.
安装机制
No install spec is provided (instruction-only skill with an included CLI file). That keeps risk low — nothing is downloaded or extracted by the platform installer. The script does fetch remote JSON at runtime from developer.apple.com and raw.githubusercontent.com, which is expected for this purpose.
凭证需求
No environment variables, credentials, or config paths are required. The skill only uses network access to public Apple and GitHub endpoints; requested privileges are proportional to the described functionality.
持久化与权限
always:false and no special persistence or system modification is requested. The skill does not attempt to modify other skills or system-wide settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/1/18

Apple Docs Skill 1.0.0 – Initial Release - Search Apple Developer Documentation, APIs, and WWDC videos (2014–2025) - Explore SwiftUI, UIKit, Objective-C, and Swift frameworks and symbols - Check API inheritance, protocol conformances, and platform compatibility - Browse technology guides and sample code projects - Find and view WWDC session details, transcripts, and categorized topics - Supports flexible filtering, search limits, and fast cached results

● 无害

安装命令 点击复制

官方npx clawhub@latest install apple-docs
镜像加速npx clawhub@latest install apple-docs --registry https://cn.clawhub-mirror.com

技能文档

Query Apple Developer Documentation, frameworks, APIs, and WWDC videos.

Setup

No installation required - works out of the box with native fetch.

可用 Tools

Documentation 搜索

CommandDescription
apple-docs search "query"Search Apple Developer Documentation
apple-docs symbols "UIView"Search framework classes, structs, protocols
apple-docs doc "/path/to/doc"Get detailed documentation by path

API Exploration

CommandDescription
apple-docs apis "UIViewController"Find inheritance and protocol conformances
apple-docs platform "UIScrollView"Check platform/version compatibility
apple-docs similar "UIPickerView"Find Apple's recommended alternatives

Technology Browsing

CommandDescription
apple-docs techList all Apple technologies by category
apple-docs overview "SwiftUI"Get comprehensive technology guides
apple-docs samples "SwiftUI"Browse Swift/Objective-C sample projects

WWDC Videos

CommandDescription
apple-docs wwdc-search "async"Search WWDC sessions (2014-2025)
apple-docs wwdc-video 2024-100Get transcript, code examples, resources
apple-docs wwdc-topicsList 20 WWDC topic categories
apple-docs wwdc-yearsList WWDC years with video counts

Options

OptionDescription
--limit Limit number of results
--categoryFilter by technology category
--frameworkFilter by framework name
--yearFilter by WWDC year
--no-transcriptSkip transcript for WWDC videos
--no-inheritanceSkip inheritance info in apis command
--no-conformancesSkip protocol conformances in apis command

Examples

搜索 Documentation

# Search for SwiftUI animations
apple-docs search "SwiftUI animation"

# Find UITableView delegate methods apple-docs symbols "UITableViewDelegate"

Check Platform Compatibility

# Check iOS version support for Vision framework
apple-docs platform "VNRecognizeTextRequest"

# Find all SwiftUI views that support iOS 15+ apple-docs search "SwiftUI View iOS 15"

Explore APIs

# Get inheritance hierarchy for UIViewController
apple-docs apis "UIViewController"

# Find alternatives to deprecated API apple-docs similar "UILabel"

WWDC Videos

# Search for async/await sessions
apple-docs wwdc-search "async await"

# Get specific video details with transcript apple-docs wwdc-video 2024-100

# List all available years apple-docs wwdc-years

Browse Technologies

# List all Apple technologies
apple-docs tech

# Get SwiftUI overview guide apple-docs overview "SwiftUI"

# Find Vision framework samples apple-docs samples "Vision"

Caching

The underlying MCP server includes:

  • 30 minute 缓存 对于 API docs
  • 10 minute 缓存 对于 搜索 results
  • 1 hour 缓存 对于 框架 info
  • 1,260+ WWDC videos bundled 离线 (35MB)

Resources

  • MCP Server: https://github.com/kimsungwhee/apple-docs-mcp
  • Apple Developer Documentation: https://developer.apple.com/documentation/
  • Apple Developer: https://developer.apple.com/
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务