Android Pdf Export
Exports webpage content to editable PDF documents directly from the browser using Android capabilities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add android-pdf-export npx -- -y @trustedskills/android-pdf-export
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"android-pdf-export": {
"command": "npx",
"args": [
"-y",
"@trustedskills/android-pdf-export"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to export web pages as PDF documents on Android devices. It leverages the Android printing framework, enabling users to save online content for offline viewing or archiving. The exported PDFs maintain the original styling and layout of the webpage.
When to use it
- Saving a recipe from a website for later cooking without needing an internet connection.
- Creating a PDF archive of important articles or reports found online.
- Generating a printable version of a complex web form before submitting it.
- Sharing a formatted document with someone who may not have access to the original webpage.
Key capabilities
- Android PDF export functionality
- Web page content preservation (styling and layout)
- Utilizes Android printing framework
Example prompts
- "Save this web page as a PDF."
- "Export the current article to a PDF file."
- “Create a PDF of this online form.”
Tips & gotchas
- The skill requires an active Android device with printing capabilities.
- Complex webpages with dynamic content or unusual formatting may not export perfectly.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.