Agent Skills: Linktree Deploy Integration

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/linktree-deploy-integration

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-deploy-integration

Skill Files

Browse the full folder contents for linktree-deploy-integration.

Download Skill

Loading file tree…

plugins/saas-packs/linktree-pack/skills/linktree-deploy-integration/SKILL.md

Skill Metadata

Name
linktree-deploy-integration
Description
|

Linktree Deploy Integration

Docker

FROM node:20-slim
WORKDIR /app
COPY package*.json ./
RUN npm ci --production
COPY dist/ ./dist/
ENV LINKTREE_API_KEY=""
CMD ["node", "dist/index.js"]

Resources

Next Steps

See linktree-webhooks-events.