mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-08-13 23:43:29 +00:00
Compare commits
3 Commits
fix/valida
...
readme-one
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5b12e00f5 | ||
|
|
de90047d7a | ||
|
|
c9bc1100cb |
@@ -1601,9 +1601,8 @@
|
||||
},
|
||||
"category": "monitoring",
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "fullstorydev/fullstory-skills",
|
||||
"commit": "1ec5865e7ab1449f9a0859d164c4b6a8c53b6e2f",
|
||||
"source": "url",
|
||||
"url": "https://github.com/fullstorydev/fullstory-skills.git",
|
||||
"sha": "b20614e2d08d7a7c70775bb62b5af640f60b024b"
|
||||
},
|
||||
"homepage": "https://www.fullstory.com"
|
||||
@@ -1884,9 +1883,8 @@
|
||||
},
|
||||
"category": "security",
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "jfrog/claude-plugin",
|
||||
"commit": "259c8e718266c16e99b4f30ae9b1ed0f9f00d98d",
|
||||
"source": "url",
|
||||
"url": "https://github.com/jfrog/claude-plugin.git",
|
||||
"sha": "5410d332a147a6c023ec7a71fad265c76df49b02"
|
||||
},
|
||||
"homepage": "https://jfrog.com"
|
||||
|
||||
6
.github/workflows/validate-plugins.yml
vendored
6
.github/workflows/validate-plugins.yml
vendored
@@ -19,12 +19,6 @@ on:
|
||||
# pull_request and the required check would sit "Expected" forever (a dispatch
|
||||
# check run isn't associated with the PR, so it can't satisfy the gate either).
|
||||
- '.github/policy/**'
|
||||
# Same again for the bump-tracking ledger: a PR that only edits
|
||||
# .github/bump-tracking.json (e.g. enrolling slugs in releases-only
|
||||
# tracking) matches nothing above, so the required check sits
|
||||
# "Expected" forever and even a dispatched validate run on the PR
|
||||
# head can't satisfy the gate (it only counts pull_request suites).
|
||||
- '.github/bump-tracking.json'
|
||||
# And once more for a plugin's own docs: a PR that only edits a README or
|
||||
# adds a screenshot matches nothing above, so the required check never
|
||||
# reports and the PR can't be merged. Spelled out per level because `*`
|
||||
|
||||
@@ -47,7 +47,6 @@ These are Claude Code commands — run `claude` to start a session first.
|
||||
Install the plugin:
|
||||
```
|
||||
/plugin install discord@claude-plugins-official
|
||||
/reload-plugins
|
||||
```
|
||||
|
||||
**5. Give the server the token.**
|
||||
|
||||
@@ -27,7 +27,6 @@ These are Claude Code commands — run `claude` to start a session first.
|
||||
Install the plugin:
|
||||
```
|
||||
/plugin install telegram@claude-plugins-official
|
||||
/reload-plugins
|
||||
```
|
||||
|
||||
**3. Give the server the token.**
|
||||
|
||||
@@ -12,12 +12,13 @@ That makes it a natural fit for code you control — your own repositories, wher
|
||||
|
||||
## Installation
|
||||
|
||||
Install from the official Anthropic marketplace, then reload plugins in the same session:
|
||||
Install from the official Anthropic marketplace:
|
||||
|
||||
/plugin install claude-security@claude-plugins-official
|
||||
/reload-plugins
|
||||
|
||||
If Claude Code reports that the marketplace is not found, run `/plugin marketplace add anthropics/claude-plugins-official` first, then retry.
|
||||
Claude Code registers the marketplace automatically if it isn't already registered, and the plugin is active as soon as the install finishes — no reload step.
|
||||
|
||||
If Claude Code reports that the marketplace is not found (older Claude Code versions), run `/plugin marketplace add anthropics/claude-plugins-official` first, then retry, and finish with `/reload-plugins`.
|
||||
|
||||
|
||||
## Getting started
|
||||
|
||||
Reference in New Issue
Block a user