name: "Python 庫參考構建器" slug: "python-library-reference-builder" version: "1.0.0" displayName: "Python 庫參考構建器" summary: "使用 ast 模組進行原始碼解析和 Sphinx autodoc 整合來生成可搜尋的 Python 庫參考。通過 importlib 從已安裝的包中提取 docstrings、型別提示和使用示例。" license: "MIT" description: "使用 ast 模組進行原始碼解析和 Sphinx autodoc 整合來生成可搜尋的 Python 庫參考。通過 importlib 從已安裝的包中提取 docstrings、型別提示和使用示例。" verification: "security_reviewed" source: "https://pypi.org/" category: "Library & API Reference" framework: "OpenClaw"
Generates searchable Python library references using ast module for source parsing and Sphinx autodoc integration. Extracts docstrings, type hints, and usage examples from installed packages via importlib.
Requirements and caveats from upstream: - PyPI · The Python Package Index - Find, install and publish Python packages with the Python Package Index - The Python Package Index (PyPI) is a repository of software for the Python programming language.
7w4.net收錄了海量優質技能外掛。
這個 Skill 的創意不錯,功能定位明確,但整體完成度偏低。主要問題是內容單薄,只有簡單的描述,缺少實際可用的程式碼和示例,使用者難以判斷它是否真的好用。改進空間較大,建議增加完整的實現內容和操作示例來提升實用性。