Cross-agent installer for Robot Framework agent skills (Claude Code, Copilot, Codex, Cursor, Goose, OpenCode, Claude Desktop)
Project description
rf-agentskills
Cross-agent installer for Robot Framework agent skills. Ships the
plugins/rf-agentskills/ bundle (11 skills, 4 subagents, hooks,
helper scripts, MCP server) and writes it into the install paths of
seven coding agents:
| Agent | Status |
|---|---|
| Claude Code (CLI) | full native — skills, agents, hooks, MCP |
| GitHub Copilot (VS Code 1.108+) | full native (preview flags req'd) |
| OpenAI Codex | skills + MCP native; subagents transformed; hooks experimental |
| Cursor 1.7+ | skills→rules, hooks adapted, native MCP |
| OpenCode | subagents + MCP native; skills→commands; hooks deferred |
| Project Goose | MCP + persona text only |
| Claude Desktop | MCP only |
Install
pipx install rf-agentskills
rf-agentskills install --agent claude-code
Or for every detected agent in one shot:
rf-agentskills install --all
Installing a pre-release
Pre-releases (e.g. 0.5.0rc2) need an opt-in: pipx install --pip-args=--pre rf-agentskills, or with uv uv tool install --prerelease allow rf-agentskills / an exact pin rf-agentskills==0.5.0rc2.
Troubleshooting — "no version of rf-agentskills==": if uv add/uv pip/pip reports it can't find a pre-release you know was just published, your index cache is stale (common the same day a release lands). Refresh it:
uv cache clean rf-agentskills # or: uv add --refresh …
pip install --no-cache-dir --pre rf-agentskills
To make pre-release intent self-documenting in a project, add [tool.uv]\nprerelease = "allow" to its pyproject.toml.
Subcommands
rf-agentskills install --agent <name> [--scope user|project] [--prefix DIR]
[--what skills,agents,hooks,mcp] [--dry-run] [--force]
rf-agentskills uninstall --agent <name>
rf-agentskills list # what's installed where, per the manifest
rf-agentskills targets # which agents are detected on this machine
rf-agentskills doctor # what works, what doesn't, what needs user action
rf-agentskills version
See docs/installer/proposal.md (in the parent repo) for the full
design, compatibility matrix, and per-agent install recipes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rf_agentskills-0.5.0.tar.gz.
File metadata
- Download URL: rf_agentskills-0.5.0.tar.gz
- Upload date:
- Size: 215.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2cd03c9d6fa0ea1b6230dcb6992d97297db237926d1c9dffdc8a5a09a8e6a5b
|
|
| MD5 |
cb8f619dd376f4ba704fffb95ffd26ff
|
|
| BLAKE2b-256 |
d5cbbd1990591f210844416e205db9266d8fdee0eca7bd657e05648172c9b220
|
File details
Details for the file rf_agentskills-0.5.0-py3-none-any.whl.
File metadata
- Download URL: rf_agentskills-0.5.0-py3-none-any.whl
- Upload date:
- Size: 294.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
288d5f7089d448552a34cfaad1a7efbe23ad2bf007879604f9446b209c3f7ef6
|
|
| MD5 |
da357be79cc3fa093befa042587cfbe6
|
|
| BLAKE2b-256 |
270822ae49ea92fe3901fc0c199e3548842b30eec287dd17289006e6bd926197
|