Agent skill

linktree-deploy-integration

Deploy Integration for Linktree. Trigger: "linktree deploy integration".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/linktree-pack/skills/linktree-deploy-integration

SKILL.md

Linktree Deploy Integration

Docker

dockerfile
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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results