AgentSkillsCN

terminal

在服务器上执行Shell命令,支持交互式会话。

SKILL.md
--- frontmatter
name: terminal
description: Execute shell commands on the server. capable of interactive sessions.
metadata:
  mcp_server: terminal
  tool_name: run_command
  parameters:
    command:
      type: string
      description: The command line to execute.

Terminal

Executes shell commands on the hosting server.

Usage

Use this skill to run system commands, manage files, or interact with the OS.

Parameters

  • command: The command string to execute.