AgentSkillsCN

list-remote-content

从iximiuz实验室的服务器中列出指定类型的远程内容。适用于需要发现现有内容、查找某段内容的远程名称,或确认某项内容是否已存在的场景。

SKILL.md
--- frontmatter
name: list-remote-content
description: Lists remote content of a given kind from the iximiuz Labs server. Use when you need to discover existing content, find the remote name of a piece of content, or check if something already exists.
argument-hint: <kind>

List remote content of kind $0.

The valid kinds are: challenge, tutorial, course, skill-path.

Run the following command:

sh
labctl content list --kind $0

This lists all authored content of the given kind on the remote server.

Note: Remote content names may have a random hex suffix (e.g., docker-101-container-exec-6e812f1f) that differs from the local folder name (e.g., docker-101-container-exec). Use your best judgement to match remote names to local folders.