Local MCP Server
在Termux中运行本地MCP服务器,支持Ollama模型的文件读取与命令执行。
下载 11
基于 AST 和 LLM 自动生成符合 Google Style 的 Python 函数文档。
openclaw skills install @antonia-sz/auto-doc-ai命令、参数、文件名以原文为准
自动分析 Python 代码结构,生成符合 Google Style 的 docstring 文档。
/generate-docs /path/to/your_script.py/generate-docs /path/to/src/ --recursive/generate-docs /path/to/src/ --overwrite/generate-docs /path/to/your_script.py --dry-rundef process_data(data, threshold=0.5):
"""处理输入数据并返回过滤后的结果。
Args:
data (list): 输入数据列表。
threshold (float, optional): 过滤阈值,默认为 0.5。
Returns:
list: 过滤后的数据列表。
Raises:
ValueError: 如果数据格式无效。
"""
pass--dry-run 预览生成的文档--overwrite 会替换所有现有 docstring已收录 3 个 Skill