wf-namespace

Manage Kubernetes namespaces with CRUD operations and CPU/memory allocation via Willform Agent's API.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/willform-ai/willform-plugins --skill wf-namespace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wf-namespace
Source: https://github.com/willform-ai/willform-plugins/tree/main/skills/wf-namespace
Command: npx skills add https://github.com/willform-ai/willform-plugins --skill wf-namespace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of Kubernetes namespaces, allowing users to easily list, create, update, and delete these isolated resource pools.

Core Features & Use Cases

  • Namespace Management: Perform CRUD operations on namespaces within a Kubernetes cluster.
  • Resource Allocation: Define and adjust CPU and memory limits for each namespace.
  • Use Case: A DevOps engineer needs to quickly set up a new isolated environment for a development team. They can use this Skill to create a new namespace with specific resource allocations and then deploy their applications into it.

Quick Start

Use the wf-namespace skill to list all available namespaces.

Frequently Asked Questions about wf-namespace

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

FAQPage Schema
How do I manage Kubernetes namespaces for isolated resource pools?

You can manage Kubernetes namespaces by listing, creating, updating, and deleting these isolated resource pools. This Skill simplifies performing these CRUD operations directly within a Kubernetes cluster.

Can I define CPU cores and memory limits when creating a Kubernetes namespace?

Yes, you can define allocated CPU cores and memory in GB when creating a Kubernetes namespace. This allows you to set specific resource allocations for each isolated environment.

What do I need to set up new Kubernetes namespaces using this approach?

You need a Kubernetes cluster and the jq dependency installed to set up new namespaces. The operations integrate with Willform Agent's API to execute the cluster management actions.

How do I update resource allocations for an existing Kubernetes namespace?

To update resource allocations, you can adjust the defined CPU cores and memory limits for an existing Kubernetes namespace. This Skill supports modifying these resource constraints as your workload demands change.

What is the best way to automate Kubernetes namespace creation for DevOps teams?

Automating Kubernetes namespace creation is done by using this Skill to create new isolated environments with specific resource allocations. DevOps engineers can quickly provision namespaces and deploy applications into them.