Agent Skills: OpenEvidence Deploy Integration

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/openevidence-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/openevidence-pack/skills/openevidence-deploy-integration

Skill Files

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

Download Skill

Loading file tree…

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

Skill Metadata

Name
openevidence-deploy-integration
Description
|

OpenEvidence Deploy Integration

Docker

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

Resources

Next Steps

See openevidence-webhooks-events.