add-pdf-viewer Skill
Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS-only PDF viewing with @microsoft/power-apps-native-pdf-viewer. Published by microsoft in power-platform-skills.
What is add-pdf-viewer Skill?
Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS-only PDF viewing with @microsoft/power-apps-native-pdf-viewer. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use add-pdf-viewer Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/mobile-apps/skills/add-native/add-pdf-viewer/SKILL.md
What it does
Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS-only PDF viewing with @microsoft/power-apps-native-pdf-viewer.
Skill instructions
📋 Shared instructions: shared-instructions.md — read first. Add PDF Viewer Internal helper. Users should invoke /add-native pdf-viewer, /add-native pdf-control, or /add-native @microsoft/power-apps-native-pdf-viewer; /add-native routes here after resolving the capability. Generate or verify the native PDF viewer wrapper and show how to call its native React Native API. This skill supports HTTPS PDF URLs only. Do not use the HostingSDK / PCF path from the package README; that is for a different use case. Steps 1. Verify app bash test -f app.config.js && test -f power.config.json && test -f package.json && test -d src If this fails, tell the user to run /create-mobile-app first and STOP. 2. Verify package is already present bash node -e "const p=require('./package.json'); const m='@microsoft/power-apps-native-pdf-viewer'; if (!p.dependencies?.[m]) { console.error('MISSING: ' + m + ' is not in package.json. The template/app must already ship this native extension. This skill will not ins
Explore related resources
Frequently asked questions
What is add-pdf-viewer?
add-pdf-viewer is a open-source AI agent skill with Copy skill directory. Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS-only PDF viewing with @microsoft/power-apps-native-pdf-viewer.
Who is add-pdf-viewer best for?
add-pdf-viewer is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install add-pdf-viewer?
Install or run add-pdf-viewer using Copy skill directory. Check add-pdf-viewer for the latest setup command.
Is add-pdf-viewer actively maintained?
add-pdf-viewer may need a closer maintenance check before production use.
Auto-fetched from GitHub.