Pipes Deployment
Automates Subsquid node deployments and upgrades across infrastructure using a declarative pipeline approach.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pipes-deployment npx -- -y @trustedskills/pipes-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pipes-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pipes-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The pipes-deployment skill automates deployments to Pipes, a platform for building and deploying data pipelines. It handles tasks like configuring pipeline resources, applying updates, and managing environment variables. This allows users to streamline their deployment processes and reduce manual errors when working with Pipes infrastructure.
When to use it
- Deploying new versions of your data pipeline code to a Pipes environment.
- Updating configuration files or environment variables for an existing Pipes pipeline.
- Automating the process of setting up a new Pipes project from scratch.
- Rolling back deployments to previous stable versions of your pipeline.
Key capabilities
- Pipeline resource configuration
- Update application code
- Environment variable management
- Deployment rollback
Example prompts
- "Deploy version 1.2.3 of my data pipeline to the 'production' environment."
- "Update the
API_KEYenvironment variable for my Pipes project." - "Rollback the last deployment of my pipeline."
Tips & gotchas
This skill requires familiarity with Pipes and your specific pipeline configuration. Ensure you have appropriate credentials configured within the agent to access and modify your Pipes resources.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.