https://github.com/arach/claude-scout
Claude Code plugin for OpenScout: slash commands and Scout channel integration
https://github.com/arach/claude-scout
Last synced: 14 days ago
JSON representation
Claude Code plugin for OpenScout: slash commands and Scout channel integration
- Host: GitHub
- URL: https://github.com/arach/claude-scout
- Owner: arach
- Created: 2026-05-05T14:50:23.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-05T15:11:06.000Z (about 2 months ago)
- Last Synced: 2026-05-05T17:15:24.038Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://arach.github.io/claude-scout/
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Claude Scout
This repository contains the Claude Code plugin marketplace for OpenScout's Claude integration.
The repository is named `claude-scout`; the Claude-facing plugin is named
`scout` so its commands are exposed as `/scout:*`.
Website:
Repository:
## Included Plugins
- `scout`: a Claude Code plugin that adds `/scout:*` commands and launches the
`scout channel` MCP server for ambient broker push.
## Install Locally
From Claude Code:
```text
/plugin marketplace add /Users/art/dev/claude-scout
/plugin install scout@openscout
```
Then start Claude Code with the channel enabled:
```bash
claude --dangerously-load-development-channels plugin:scout@openscout
```
## Install From GitHub
Once published:
```text
/plugin marketplace add arach/claude-scout
/plugin install scout@openscout
```
## Validate
```bash
node plugins/claude-scout/scripts/generate-commands.mjs --check
claude plugin validate .
claude plugin validate plugins/claude-scout
```
## Website
The static project page lives at [`docs/index.html`](./docs/index.html). GitHub
Pages can serve it from the `docs/` folder on `main`.
## Notes
Claude Code copies installed plugins into its cache, so this plugin does not
reference files outside its own directory. It shells out to the local Scout CLI,
using either `scout`, `bunx @openscout/scout`, or an explicit
`OPENSCOUT_CLI_BIN`.