wf-logs

Retrieve container logs for a Willform Agent deployment by name or UUID.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to easily retrieve and view container logs for their deployments managed by Willform Agent, aiding in troubleshooting and monitoring.

Core Features & Use Cases

  • Fetch Deployment Logs: Retrieve logs for a specific deployment by its name or ID.
  • Error Identification: Quickly diagnose issues by examining application logs.
  • Status Awareness: Understand if logs are unavailable due to a stopped or suspended deployment.
  • Use Case: If a web application deployed via Willform Agent is experiencing errors, you can use /wf-logs my-web-app to view the application's logs and identify the root cause.

Quick Start

Use the wf-logs skill to view the logs for the deployment named my-web-app.

Frequently Asked Questions about wf-logs

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

FAQPage Schema
How do I view container logs for a deployment on Willform Agent?

You can view container logs for a deployment on Willform Agent by specifying the deployment name or UUID. This directly fetches the application logs needed for monitoring and troubleshooting runtime issues.

How do I troubleshoot application errors using Kubernetes deployment logs?

Troubleshoot application errors by fetching deployment logs to identify the root cause. Examining these container logs allows you to quickly diagnose issues within your deployed web application.

Can I fetch logs for a stopped or suspended deployment?

Fetching logs for a stopped or suspended deployment is not possible. The system provides error handling to notify you when logs are unavailable due to the service being stopped or the deployment not existing.

What do I need to retrieve deployment logs using a UUID?

To retrieve deployment logs using a UUID, you need the specific deployment identifier and the shared API helper script. The script handles authentication and data retrieval to securely fetch the requested logs.