Agent Skills: Linktree Debug Bundle

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/linktree-debug-bundle

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/HEAD/plugins/saas-packs/linktree-pack/skills/linktree-debug-bundle

Skill Files

Browse the full folder contents for linktree-debug-bundle.

Download Skill

Loading file tree…

plugins/saas-packs/linktree-pack/skills/linktree-debug-bundle/SKILL.md

Skill Metadata

Name
linktree-debug-bundle
Description
|

Linktree Debug Bundle

Debug Script

#!/bin/bash
BUNDLE="linktree-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE"
echo "LINKTREE_API_KEY: ${LINKTREE_API_KEY:+SET}" > "$BUNDLE/summary.txt"
echo "Timestamp: $(date -u)" >> "$BUNDLE/summary.txt"
tar -czf "$BUNDLE.tar.gz" "$BUNDLE" && rm -rf "$BUNDLE"
echo "Bundle: $BUNDLE.tar.gz"

Resources

Next Steps

See linktree-rate-limits.