
Hugging Face Hub 1.18 Adds an AI Skills Marketplace to Its CLI
The new huggingface-hub 1.18 release introduces an 'hf skills' command, surfacing a growing marketplace of reusable AI skills for the open-source community.
Behind every model download and dataset upload in the open-source AI world sits a humble but essential tool: the Hugging Face Hub client. Version 1.18.0, released June 5, 2026, is a quietly significant update that makes the community's growing library of reusable AI skills easier to discover and manage.
A Skills Marketplace, One Command Away
The standout addition is the new `hf skills list` command. Run it and the CLI enumerates every skill available in the Hugging Face skills marketplace, showing at a glance which ones you already have installed across supported locations. It is a small command with a big implication: reusable, shareable AI "skills" are becoming first-class citizens of the open-source ecosystem, right alongside models and datasets.
For developers, this lowers the friction of building capable AI applications. Instead of reinventing a capability from scratch, you can browse what the community has already packaged and pull it in — the same network effect that made the model hub itself indispensable.
A More Readable Developer Experience
The release also refreshes the hf command-line interface for clarity, with underlined section headings and bold option and command names in the help screens. These ergonomic touches matter more than they sound: the Hub client is used by millions of developers daily, and friction removed at that scale compounds into real productivity gains across the open-source AI community.
Part of a Broader June Infrastructure Push
Version 1.18 arrives alongside a wider set of June improvements, including new Model Gateway enterprise features and refinements to machine-learning repository layouts. Together they signal Hugging Face's continued investment in the unglamorous plumbing — the libraries, CLIs, and conventions — that keeps open AI development accessible to everyone from students to enterprise teams.
Why Open-Source AI Tooling Deserves the Spotlight
Model releases grab the headlines, but tooling determines who actually gets to build. By making AI skills browsable from the terminal and polishing the everyday developer experience, Hugging Face is reinforcing the open, collaborative foundation that has made the modern AI boom so widely shared. The update is available now via pip install -U huggingface-hub.
Sources: Hugging Face Hub GitHub releases (June 5, 2026); PyPI huggingface-hub project page (June 5, 2026).
