Community寫作與編輯github.com

un1tz3r0/pydoc-skill

Claude Code skill: real Python documentation from the system interpreter — signatures, type annotations and docstrings for what's actually installed, plus package listings and symbol search by substring, glob or regex.

pydoc-skill 是什麼?

pydoc-skill is a Claude Code agent skill that claude Code skill: real Python documentation from the system interpreter — signatures, type annotations and docstrings for what's actually installed, plus package listings and symbol search by substring, glob or regex.

相容平台Claude Code~Codex CLI~Cursor
npx skills add un1tz3r0/pydoc-skill

Installed? Explore more 寫作與編輯 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

/pydoc — Python documentation lookup

The block below is generated live by introspecting the system Python interpreter (python3) for whatever name, listing, or search was requested. It is the real, currently-installed API — signatures, annotations, and docstrings — not recalled knowledge. Read it as authoritative for this machine's environment.

!python3 "${CLAUDE_SKILL_DIR}/scripts/pydoc_tool.py" $ARGUMENTS


Following up. Every listed item shows its fully-qualified name. To go deeper, run the tool again directly (it is safe, read-only, and stdlib-only):

python3 "${CLAUDE_SKILL_DIR}/scripts/pydoc_tool.py" <name-or-flags>
  • <fully.qualified.name> — docstring + signature + annotations, then its children. Add --depth N / -dN to document N levels of children, or -r for the whole subtree.
  • --list [ROOT] — contents of ROOT (or every top-level package if omitted). Filter with --packages --modules --classes --functions --methods --members.
  • --find [ROOT] QUERY — search (ROOT comes before QUERY); --glob / --regex switch QUERY from plain substring to a pattern.
  • --private includes _-prefixed names; --max-chars N raises the output budget.

If a name isn't found, try --list for the top-level package index or --find QUERY to locate the symbol first.

相關技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community