Scaleway Deployment

Provision SOC2/ISO27001-compliant Scaleway infrastructure with automated deployment workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ClementWalter/claudine --skill scaleway-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Scaleway Deployment
Source: https://github.com/ClementWalter/claudine/tree/main/.claude/skills/scaleway-dev
Command: npx skills add https://github.com/ClementWalter/claudine --skill scaleway-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires click, paramiko, rich, httpx, boto3, requests, cryptography, and includes scripts (resource) components.

What problem does it solve?

Scaleway deployments and secure infrastructure provisioning are complex and error-prone; this skill automates end-to-end setup to ensure SOC2/ISO27001 controls are baked in by design.

Core Features & Use Cases

  • Automated Scaleway provisioning with SOC2/ISO27001 compliance baked in.
  • Credential management in GitHub Secrets, SSH key generation, and secure secret storage.
  • End-to-end deployment workflow including health checks and compliance verification.

Quick Start

Run uv run .claude/skills/scaleway-dev/scripts/setup.py to provision credentials and infrastructure and then uv run .claude/skills/scaleway-dev/scripts/deploy.py to deploy your application.

Frequently Asked Questions about Scaleway Deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Scaleway deployment with SOC2 and ISO27001 compliance?

You can automate Scaleway deployment with SOC2/ISO27001 compliance by running scripts that provision infrastructure, manage GitHub Secrets, generate SSH keys, and apply cloud-init hardening with audit logging.

What security controls are included in automated Scaleway infrastructure provisioning?

Automated Scaleway provisioning includes SSH key-only access, firewalls, auditd, log rotation, and unattended upgrades to enforce security controls required for SOC2 and ISO27001 compliance.

How do I manage credentials and SSH keys for cloud deployment workflows?

Credential management for cloud deployment workflows is handled by storing secrets in GitHub Secrets and automating SSH key generation, ensuring secure access to provisioned Scaleway servers.

Does this Scaleway deployment automation support health and compliance verification?

Yes, Scaleway deployment automation supports health and compliance verification by running automated checks after app deployment, with audit logging available for rollback and deployment events.

What dependencies are needed to run scripts for SOC2-compliant cloud infrastructure provisioning?

Dependencies for SOC2-compliant cloud infrastructure provisioning scripts include click, paramiko, rich, httpx, boto3, requests, and cryptography for secure server access and API interactions.

Can I use this tool for end-to-end server provisioning and app deployment on Scaleway?

Yes, you can use this tool for end-to-end server provisioning and app deployment on Scaleway, covering everything from initial credential setup to final compliance verification and logging.