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.
发现更多技能插件,请访问7w4.net。
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.
这个 Skill 的创意不错,功能定位明确,但整体完成度偏低。主要问题是内容单薄,只有简单的描述,缺少实际可用的代码和示例,用户难以判断它是否真的好用。改进空间较大,建议增加完整的实现内容和操作示例来提升实用性。