Released Seiro MCP v0.4.0 with Support for Skill Installer-Based Installation
I released v0.4.0 even though I had just released v0.3.1 a little while ago. This release does not add many features, but it marks a milestone because the default skill location on GitHub changed from skills/ to under .agents/skills.
The background for this is the official Skill Installer skill. It retrieves and installs Skills from a specified repository, and this change was made for that. On the user side, ~/.codex/skills is currently mainstream, but I think it will likely become ~/.agent/skills going forward. This feature addition was made in v0.95.0.
Placement under has also been possible since v0.94.0. This may be easier to share because the project can include the skills. For users who are not using Codex that intensively, it may feel like, "You could put Skills in a place like that?" In fact, being able to place them under .agent/skills is a very recent change.
It is hard to keep up with these small details, but by following them closely, you can get various useful information.
In Seiro MCP as well, I plan to make placement under the default going forward.
Incidentally, thanks to this change, the official Skill Installer skill can now be used. Therefore, if you run a message like the following in Codex, you can install the skill in the conventional location.
$Skill Installer
--repo karad/seiro-mcp
You can also install it into the new location under the project root by specifying the following. Send a message like this in Codex.
$Skill Installer
--repo karad/seiro-mcp
--path .agents/skills/seiro-mcp-visionos-build-operator
However, the above skill assumes that the Seiro MCP body is installed, so you need to install it by running the following.
$ cargo install seiro-mcp
With that, v0.4.0 has finished supporting the new installation destination and installation style. Please continue to use it.
Incidentally, the existing seiro-mcp skill install / seiro-mcp skill remove commands are still maintained for backward compatibility.