Part of the Universal PDF Management & Creation Skill Repository.
Category: PDF Management.
Every skill is individually callable (INDIVIDUAL MODE) and may also be
invoked automatically by the orchestrator (SYSTEM MODE).
All heavy lifting is done on disk / one page at a time by the shared engine —
never by loading the document into an LLM context.
Tools & graceful degradation
Preferred tool: PyMuPDF links
Fallback: —
If the preferred backend is unavailable the skill transparently uses the
fallback or reports a documented limitation. It never reports success when
an operation did not actually happen.
Validation (this skill attaches checks to its Outcome)
parsed/added
Related skills
pdf-annotate, pdf-bookmarks, pdf-orchestrate
Example requests it handles
"List all hyperlinks in the PDF."
Notes
Provenance: outputs cite their source page/section where relevant.
1---2name: pdf-links3description: Hyperlinks (`pdf-links`)4---5# Hyperlinks (`pdf-links`)67Hyperlinks89> Part of the **Universal PDF Management & Creation Skill Repository**.10> Category: **PDF Management**.11> Every skill is individually callable (INDIVIDUAL MODE) and may also be12> invoked automatically by the orchestrator (SYSTEM MODE).1314## When to use15Manage clickable links.1617## Operations18- extract links (URI/page/rect)19- add URI links20- inspect link targets2122## Engine (what actually executes this)23`universal_pdf/core.bookmarks:extract_links / add_links`2425All heavy lifting is done on disk / one page at a time by the shared engine —26never by loading the document into an LLM context.2728## Tools & graceful degradation29- Preferred tool: **PyMuPDF links**30- Fallback: **—**3132If the preferred backend is unavailable the skill transparently uses the33fallback or reports a documented limitation. It **never** reports success when34an operation did not actually happen.3536## Validation (this skill attaches checks to its Outcome)37parsed/added3839## Related skills40`pdf-annotate`, `pdf-bookmarks`, `pdf-orchestrate`4142## Example requests it handles43 * "List all hyperlinks in the PDF."4445## Notes46Provenance: outputs cite their source page/section where relevant.
Run npx skillmds@latest add samraddhashrivastavatech/pdf-links in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Hyperlinks (`pdf-links`) It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
SAMRADDHASHRIVASTAVATECH (@samraddhashrivastavatech) published this skill. Their other Agent Skills are listed on their SkillMD profile.