Summary
The X plugin skill directory is x-api-mcp-guide, but SKILL.md frontmatter name is X MCP guide (spaces / Title Case). Skill-pack health checks require name to equal the directory basename.
Expected
name matches the folder slug, e.g. x-api-mcp-guide (same pattern as other marketplace skills).
Actual
On current main:
- Path:
third_party/x/skills/x-api-mcp-guide/SKILL.md
- Frontmatter:
name: X MCP guide
Installed Cursor marketplace plugin 49086599 (X 2.1.0) has the same mismatch. The live X MCP connector still works (25 tools). This is a skill-pack structural fail, not an X API outage.
GetPlugin lists the skill as x-mcp-guide (slug-ish), which still does not match the folder x-api-mcp-guide.
Repro
- Install the X Cursor plugin, or open
third_party/x/skills/x-api-mcp-guide/SKILL.md in this repo.
- Compare YAML
name to the directory basename.
X MCP guide != x-api-mcp-guide.
Environment
- Linux x86_64 (Grok Bot / Cursor plugin cache)
- Node v20.19.2
- Plugin version 2.1.0
- Live X MCP: connected
Additional context
Suggested fix: set name: x-api-mcp-guide (or rename the folder to match the intended name). Forum search for x-api-mcp-guide had no existing bug-report topic.
Summary
The X plugin skill directory is
x-api-mcp-guide, butSKILL.mdfrontmatternameisX MCP guide(spaces / Title Case). Skill-pack health checks requirenameto equal the directory basename.Expected
namematches the folder slug, e.g.x-api-mcp-guide(same pattern as other marketplace skills).Actual
On current
main:third_party/x/skills/x-api-mcp-guide/SKILL.mdname: X MCP guideInstalled Cursor marketplace plugin 49086599 (X 2.1.0) has the same mismatch. The live X MCP connector still works (25 tools). This is a skill-pack structural fail, not an X API outage.
GetPlugin lists the skill as
x-mcp-guide(slug-ish), which still does not match the folderx-api-mcp-guide.Repro
third_party/x/skills/x-api-mcp-guide/SKILL.mdin this repo.nameto the directory basename.X MCP guide!=x-api-mcp-guide.Environment
Additional context
Suggested fix: set
name: x-api-mcp-guide(or rename the folder to match the intended name). Forum search forx-api-mcp-guidehad no existing bug-report topic.