You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/jfrog-ai-catalog/SKILL.md
+52-24Lines changed: 52 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,23 @@
1
1
---
2
-
name: jfrog-ai-catalog-skills
2
+
name: jfrog-ai-catalog
3
3
description: >-
4
-
Discover, install, manage, and publish agent skills hosted in the JFrog AI
5
-
Catalog (Artifactory skills repositories) using the JFrog CLI (`jf skills`)
6
-
and the JFrog Agent Guard. Lists and searches available skills (catalog-wide
7
-
or scoped to a project), shows a skill's versions and which repos host it,
8
-
installs the latest or a pinned version, verifies the install, lists
9
-
installed skills, updates and removes them, and publishes (uploads) a local
10
-
skill bundle and releases new versions.
11
-
Use when the user asks what skills are available or installed, to
12
-
search/browse the catalog, to install/update/uninstall a skill, to see a
13
-
skill's versions, or to publish/upload/release a skill to JFrog /
14
-
Artifactory / the AI Catalog.
4
+
Discover, search, install, update, remove, and publish agent skills and
5
+
plugins hosted in the JFrog AI Catalog (Artifactory) via the JFrog CLI
6
+
(`jf skills`, `jf agent plugins`) and JFrog Agent Guard. Use whenever the
7
+
user asks what skills or plugins are available or installed, wants to
8
+
browse/search the catalog, see versions, install/update/uninstall/delete a
9
+
skill or plugin, or publish/upload/release one to JFrog / Artifactory / the
10
+
AI Catalog.
15
11
metadata:
16
12
role: workflow
17
13
---
18
14
19
-
# JFrog AI Catalog Skills
15
+
# JFrog AI Catalog
20
16
21
-
Discover, install, and manage agent skills from the JFrog AI Catalog
22
-
(Artifactory skills repositories), and publish your own skills back to it, all
23
-
through the JFrog CLI (`jf skills`) and the JFrog Agent Guard.
17
+
Discover, install, and manage agent skills and agent plugins from the JFrog AI
18
+
Catalog (Artifactory skills/plugins repositories), and publish your own back to
19
+
it, all through the JFrog CLI (`jf skills`, `jf agent plugins`) and the JFrog
20
+
Agent Guard.
24
21
25
22
## Choose a reference file
26
23
@@ -32,6 +29,10 @@ Pick the row matching the user's intent and read that reference file.
32
29
| Install or update a skill (latest or a pinned version), or a download is blocked |[references/installing-skills.md](references/installing-skills.md)|
33
30
| "What's installed?" / remove an installed skill |[references/managing-installed-skills.md](references/managing-installed-skills.md)|
34
31
| Publish / upload / release a skill to the catalog |[references/publishing-skills.md](references/publishing-skills.md)|
32
+
| "What plugins are available?" / browse the plugin catalog / list plugin versions / search plugins |[references/discovering-plugins.md](references/discovering-plugins.md)|
33
+
| Install or update a plugin (latest or a pinned version) |[references/installing-plugins.md](references/installing-plugins.md)|
34
+
| "What plugins are installed?" / remove an installed plugin |[references/managing-installed-plugins.md](references/managing-installed-plugins.md)|
35
+
| Publish / upload / release a plugin to the catalog |[references/publishing-plugins.md](references/publishing-plugins.md)|
35
36
36
37
## Prerequisites
37
38
@@ -43,6 +44,12 @@ Pick the row matching the user's intent and read that reference file.
43
44
- The [server selection rules](../jfrog/SKILL.md#server-selection-rules-mandatory)
44
45
— resolve the default `<SID>` once and reuse it, pass `--server-id <SID>`
45
46
after the subcommand on every `jf` call, and use one server per request.
0 commit comments