name: "Python 包文件獲取器" slug: "python-package-docs-fetcher" version: "1.0.0" displayName: "Python 包文件獲取器" summary: "從PyPI後設資料API和Read the Docs API檢索並索引Python包文件。使用ast模組解析和pydoc內省來提取函式簽名、文件字串和型別提示以供離線參考。" license: "MIT" description: "從PyPI後設資料API和Read the Docs API檢索並索引Python包文件。使用ast模組解析和pydoc內省來提取函式簽名、文件字串和型別提示以供離線參考。" verification: "security_reviewed" source: "https://docs.pypi.org/" author: "1991513ccie-png" category: "Library & API Reference" framework: "OpenClaw"
想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。
Retrieves and indexes Python package documentation from PyPI metadata API and Read the Docs API. Uses ast module parsing and pydoc introspection to extract function signatures, docstrings, and type hints for offline reference.
Requirements and caveats from upstream: - PyPI is the official repository of packages for Python.
Basic usage or getting-started notes: - Adding a Trusted Publisher to an Existing PyPI Project - Creating a PyPI Project with a Trusted Publisher - Publishing with a Trusted Publisher
這個Skill的文件質量較差。內容非常簡短且缺乏實用性,既沒有教你怎麼用的使用說明,也沒有實際的功能演示,反而寫了一些與功能無關的內容。開發者沒有提供有價值的操作指南,對於想了解或使用這個工具的人來說,基本得不到有用的幫助資訊。文件需要大幅改進才能讓使用者明白怎麼用。