一键导入
red-hat-get-started
Bootstrap installer. Fetches and installs all Red Hat agent skills into this project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstrap installer. Fetches and installs all Red Hat agent skills into this project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
**CRITICAL**: Use for ALL CVE discovery and listing. DO NOT call get_cves directly. Use when: "show critical CVEs", "CVEs on hostname X", "remediatable vulnerabilities", "impact of CVE-X", risk assessment. NOT for remediation (use `/remediation`). System-level: FIRST reply = pagination prompt (Step -1). Parsing: references/01-cve-response-parser.py.
Query and display Red Hat Lightspeed managed system inventory. This skill focuses on discovery and listing only - for remediation actions, transition to the `/remediation` skill. Use when: - "Show the managed fleet" - "List all systems registered in Lightspeed" - "What systems are affected by CVE-X?" - "How many RHEL 8 systems do we have?" - "Show me production systems" **When NOT to use this skill** (use `/remediation` skill instead): - "Remediate CVE-X on these systems" - "Create a playbook for..." - "Patch system Y" This skill orchestrates MCP tools from lightspeed-mcp for fleet visibility and system inventory management.
Validate Red Hat Lightspeed MCP server connectivity. Use when the user asks to "validate Lightspeed MCP", "check Lightspeed connection", or when other skills need to verify lightspeed-mcp availability before CVE operations.
Interactive skill creation and import with automated validation and marketplace compliance. Use when: - "Create a new skill" - "Import an existing skill" - "Create a new agentic pack" - "Add skill to <pack>" - "Build skill for <rh-product>" - User mentions "skill builder", "contribute", "new skill", "import skill", or "new pack" Two modes: create from scratch or import existing SKILL.md. Guides through discovery, definition, generation, and validation. Enforces SKILL_DESIGN_PRINCIPLES.md and agentskills.io spec.
Diagnose and fix `.catalog/` validation failures (schema, roster, banners, sample workflows, JSON mirror). Use when: - `make validate` or CI reports collection compliance errors - A PR adds skills but catalog was not updated - `collection.json` is out of sync with `collection.yaml` - Catalog metadata/fragments might have drifted from README/CLAUDE/SKILL golden sources Remediation is via the create-collection workflow and `catalog_yaml_to_json.py`—not by weakening checks.
Author or refresh `<pack>/.catalog/collection.yaml` and related `.catalog/` artifacts from golden sources (SKILL.md, README, AGENTS.md, Lola marketplace). Use when: - Adding a new pack or refreshing the collection catalog for GitHub Pages / tooling - Aligning catalog narrative, sample workflows, and decision guide with skills on disk - Preparing a PR after changing skills or marketplace metadata Outputs only under `<pack>/.catalog/` (never overwrite README, SKILL, CLAUDE, or marketplace YAML).
| name | red-hat-get-started |
| description | Bootstrap installer. Fetches and installs all Red Hat agent skills into this project. |
| license | Apache-2.0 |
| user_invocable | true |
| model | inherit |
| color | yellow |
| allowed-tools | null |
SKILLS_REPO = https://github.com/RHEcosystemAppEng/agentic-collections/tree/main/rh-basic/skills
Install all Red Hat agent skills into the appropriate skills directory for the current agentic tool. Work through skills in order. Do not stop on a single fetch failure -- continue and report failures at the end.
Network access to GitHub to download skill files.
When setting up Agentic skill pack for Red Hat customers for the first time in a project.
None.
| Skill directory | Invocation |
|---|---|
| red-hat-cve-explainer | /red-hat-cve-explainer |
| red-hat-diagnostics | /red-hat-diagnostics |
| red-hat-product-lifecycle | /red-hat-product-lifecycle |
| red-hat-security-mcp-setup | /red-hat-security-mcp-setup |
| red-hat-support-severity | /red-hat-support-severity |
Browse SKILLS_REPO to find the raw SKILL.md URL for each skill directory.
For each skill:
SKILL.md using a
native file fetch or download tool. Do not read the content and re-write it
-- this risks truncation or reformatting.On failure: print URL and target path, tell user to download manually, continue.
After all 5 skills are processed, tell the user:
Red Hat agent skills installed.
Available commands:
/red-hat-cve-explainer -- Explain a CVE and recommended action
/red-hat-diagnostics -- Gather diagnostic data for Red Hat support
/red-hat-product-lifecycle -- Check lifecycle status for any Red Hat product
/red-hat-security-mcp-setup -- Add the Red Hat Security MCP server (CVE/advisory data)
/red-hat-support-severity -- Determine support ticket severity and SLA
[List any skills that failed to download and their manual URLs.]
Type /red-hat-security-mcp-setup to configure the Security MCP server.
After delivering the summary, delete this skill's directory from the skills directory of the current agentic tool.
Tell the user: "This installer has removed itself."