بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.