Alex Hancock 9921d8fdc6 feat: Open Plugins (skills + hooks)
Merge the spec-strict Open Plugins skills support from the open-plugins
branch on top of the hooks branch's Open Plugins format adapter.

The combined adapter:

- Recognises an Open Plugin if it has a manifest at `.goose-plugin/plugin.json`,
  `.plugin/plugin.json`, or root `plugin.json`, OR if it ships a recognised
  non-skill component (`hooks/hooks.json`, `commands/`, `agents/`).
- Skips bare `skills/` directories so Gemini extensions still match the
  Gemini adapter.
- Per the open-plugins.com spec, lets a plugin include any combination of
  components — skills, hooks, agents, commands. Skills are optional.
- Applies spec-strict plugin-name validation (lowercase, digits, dashes,
  periods; 1–64 chars; no leading/trailing punctuation; no consecutive
  separators).
- Imports skills with `<plugin>:<skill>` namespacing, supports the optional
  `skills` config (string / array / { paths, exclusive }) for custom skill
  paths, and rewrites SKILL.md frontmatter to the namespaced name.
- Exposes `installed_skill_dirs` so `installed_plugin_skill_dirs` finds
  custom skill roots, with HashSet de-duplication.

Signed-off-by: Alex Hancock <alexhancock@block.xyz>
2026-05-08 14:22:44 -04:00
2026-05-08 13:35:08 -04:00
2026-03-07 17:16:19 +00:00

🦆 goose has moved! This project has moved from block/goose to the Agentic AI Foundation (AAIF) at the Linux Foundation. Some links and references are still being updated — please bear with us during the transition.

goose

your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between

Discord CI

goose is a general-purpose AI agent that runs on your machine. Not just for code — use it for research, writing, automation, data analysis, or anything you need to get done.

A native desktop app for macOS, Linux, and Windows. A full CLI for terminal workflows. An API to embed it anywhere. Built in Rust for performance and portability.

goose works with 15+ providers — Anthropic, OpenAI, Google, Ollama, OpenRouter, Azure, Bedrock, and more. Use API keys or your existing Claude, ChatGPT, or Gemini subscriptions via ACP. Connect to 70+ extensions via the Model Context Protocol open standard.

goose is part of the Agentic AI Foundation (AAIF) at the Linux Foundation.

Get started

Download the desktop app for macOS, Linux, and Windows.

Or install the CLI:

curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash

Quick links

Need help?

a little goose humor 🪿

Why did the developer choose goose as their AI agent?

Because it always helps them "migrate" their code to production! 🚀

goose around with us

S
Description
No description provided
Readme Apache-2.0 1.5 GiB
Languages
Rust 63.6%
TypeScript 29.6%
JavaScript 1.7%
Shell 1.6%
Python 1.5%
Other 1.8%