ibmi-clcmd

Execute IBM i Control Language commands on remote systems via SSH.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ProfoundLogic/coderflow-demo-setup --skill ibmi-clcmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ibmi-clcmd
Source: https://github.com/ProfoundLogic/coderflow-demo-setup/tree/main/skills/ibmi-clcmd
Command: npx skills add https://github.com/ProfoundLogic/coderflow-demo-setup --skill ibmi-clcmd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to execute IBM i Control Language (CL) commands remotely, enabling automation and management of IBM i systems without direct terminal access.

Core Features & Use Cases

  • Remote Command Execution: Run CL commands securely over SSH.
  • System Management: Automate tasks like displaying library lists, managing jobs, or changing system settings.
  • Use Case: Automatically check the status of critical jobs in the QINTER subsystem by executing WRKACTJOB SBS(QINTER) remotely.

Quick Start

Execute the IBM i CL command 'DSPLIBL' on the specified host using SSH.

Frequently Asked Questions about ibmi-clcmd

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

FAQPage Schema
How do I execute IBM i CL commands remotely without direct terminal access?

You can execute IBM i CL commands remotely over SSH using the PASE system utility. This approach enables automated system administration and job monitoring on remote IBM i environments without requiring a direct terminal session.

Can I automate IBM i system administration tasks via SSH?

Yes, automating IBM i system administration via SSH is supported. By running CL commands through the PASE environment, you can securely manage configurations, monitor jobs, and perform routine tasks on remote IBM i systems.

Do I need PASE to run CL commands on a remote IBM i system?

Yes, the PASE environment must be available on the target IBM i system. The remote execution of CL commands relies on the PASE system utility to facilitate the secure SSH connection and command processing.

What's the best way to check job status on an IBM i subsystem remotely?

The best way to check job status remotely is to execute CL commands like WRKACTJOB over SSH. This allows you to monitor specific subsystems, such as QINTER, and retrieve active job information from the remote IBM i system.

Does this remote execution method support changing system settings on IBM i?

Yes, it supports changing system settings on IBM i. You can execute configuration management CL commands remotely via SSH to modify system parameters and manage the environment without direct console access.

What limitations exist when running IBM i CL commands through PASE over SSH?

This method requires SSH access and an active PASE environment on the target IBM i system. Commands are executed remotely, so any limitations of the PASE system utility or SSH connection restrictions will apply to the remote session.