# skill **Repository Path**: x-cmd/skill ## Basic Information - **Project Name**: skill - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-21 - **Last Updated**: 2026-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # x-cmd Skill > Add x-cmd capability to AI agents ## Natural Language (Supports: OpenClaw, Claude Code, Codex, OpenCode) ```text Please help me install x-cmd skills, refer to https://x-cmd.com/llms.txt ``` The AI will handle the installation automatically. --- ## Via x-cmd (Supports: Claude Code, Codex, OpenCode, Kimi CLI, OpenClaw) ```bash x agent setup ``` Installs to: - `~/.claude/skills/x-cmd/` - `~/.codex/skills/x-cmd/` - `~/.opencode/skills/x-cmd/` - `~/.agents/skills/x-cmd/` ## For OpenClaw (Supports: OpenClaw) ```bash clawhub install x-cmd ``` ## For Claude Code (Supports: Claude Code) ```bash /plugin marketplace add x-cmd-skill/x-cmd /plugin install x-cmd@x-cmd ``` Or: ```bash claude plugin marketplace add x-cmd-skill/x-cmd && claude plugin install x-cmd@x-cmd ``` ## For Codex (Supports: Codex) ```bash codex plugin marketplace add x-cmd-skill/x-cmd codex plugin install x-cmd@x-cmd ``` ## Manual Install (Supports: Any agent) ```bash git clone https://github.com/x-cmd-skill/x-cmd.git ~/.claude/skills/x-cmd ``` --- ## Skill Structure ``` x-cmd/ ├── README.md # This file ├── SKILL.md # Core skill documentation ├── README.cn.md # Chinese documentation └── data/ └── install.md # Installation guide for end users ``` --- ## Usage ```bash # Load x-cmd . ~/.x-cmd.root/X # Browse skills x skill # Install packages x env use jq nodejs python3 ``` --- ## Resources | Resource | URL | |----------|-----| | x-cmd Website | https://www.x-cmd.com | | AI Docs (llms.txt) | https://www.x-cmd.com/llms.txt | | x-cmd Source | https://github.com/x-cmd/x-cmd | | This Skill | https://github.com/x-cmd-skill/x-cmd | --- *Version: 0.0.6 | License: Apache-2.0*