一键导入
jina-ai-pythondocs
Fetch Python documentation in a clean, LLM-friendly format using Jina AI's web service.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch Python documentation in a clean, LLM-friendly format using Jina AI's web service.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Comprehensive operational guidelines for an OpenCode agent to autonomously write, execute, and debug modern DearPyGui (1.x) applications.
Expertise in writing, analyzing, and debugging the ImHex Pattern Language (.pat / .hexpat). Use this skill when tasked with parsing binary data, defining binary file format structures, reverse-engineering binary files, or writing scripts for the ImHex hex editor.
| name | jina-ai-pythondocs |
| description | Fetch Python documentation in a clean, LLM-friendly format using Jina AI's web service. |
Trigger: When you need to read online Python documentation, library references, or API guides to understand how to implement a function or class.
Rationale: Standard web scraping returns token-heavy HTML, and local terminal pagers block the execution loop. The r.jina.ai service instantly converts documentation URLs into clean, LLM-friendly Markdown.
Execution Steps:
https://docs.python.org/3/library/subprocess.html).cmd.exe using the built-in curl tool. Prefix the target URL with https://r.jina.ai/:
curl -s "[https://r.jina.ai/](https://r.jina.ai/)<TARGET_URL>"
Critical Rules for Agent:
") within the curl command to prevent cmd.exe from breaking on special characters like & or ?.cmd.exe syntax (type, del, >). Do not use PowerShell cmdlets.python -m pydoc or help() under any circumstances, as it will hang the session.