Generates a LinkedIn Apple Wallet pass or wallet-card PNG for Usman Jameel or any user. Use this skill whenever the user asks to generate a LinkedIn QR code, create a shareable LinkedIn card, make a scannable code for a LinkedIn profile, create an Apple Wallet pass for LinkedIn, or wants something to show people at networking events to connect on LinkedIn.
npx @senso-ai/shipables install UJameel/linkedin-qr-cardGenerates a signed Apple Wallet pass (.pkpass) from any LinkedIn profile URL. The user enters their URL and name, and gets a QR code they can scan with their iPhone (on the same WiFi) to add the pass directly to Apple Wallet — just like a boarding pass.
export WALLETWALLET_API_KEY="ww_live_..."
Add that line to ~/.zshrc to make it permanent.When this skill is invoked by Claude, ask for the LinkedIn URL first, then run the generation inline.
To run manually:
python3 /Users/usmanjameel/.claude/skills/linkedin-qr-card/scripts/generate_wallet_pass.py
The script will prompt for:
WALLETWALLET_API_KEY env var is set)https://linkedin.com/in/yourname)Then it:
.pkpass~/Desktop/<username>_linkedin.pkpass (e.g. usmanjameel1_linkedin.pkpass)#0A66C2) backgroundThe .pkpass file is always saved to ~/Desktop/linkedin.pkpass. If you're not on the same WiFi:
The original PNG wallet-card is still available if needed:
python3 /Users/usmanjameel/.claude/skills/linkedin-qr-card/scripts/generate_card.py [output_path]
Generates a 420×680px LinkedIn-branded PNG (good for Photos or printing). Defaults to ~/Desktop/linkedin_card.png.