Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@
"keywords": ["skills", "learn", "install", "agent", "directory"],
"category": "productivity",
"tags": ["skills", "marketplace", "discovery"]
},
{
"name": "hol-guard",
"source": {
"source": "github",
"repo": "hashgraph-online/hol-guard-plugin"
},
"description": "Install and operate HOL Guard local security for AI coding agents, MCP, skills, plugins, and package actions.",
"version": "0.1.0",
"author": {
"name": "Hashgraph Online",
"url": "https://hol.org/guard"
},
"homepage": "https://hol.org/guard",
"repository": "https://github.com/hashgraph-online/hol-guard-plugin",
"license": "Apache-2.0",
"keywords": ["hol-guard", "ai-security", "agent-security", "mcp", "supply-chain-security"]
}
]
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ ags setup
```bash
/plugin marketplace add https://agentskill.sh/marketplace.json
/plugin install learn@agentskill-sh
/plugin install hol-guard@agentskill-sh
```

Note: the plugin marketplace only installs the `/learn` skill. Use `npx @agentskill.sh/cli setup` to get all skills.
The plugin marketplace includes `/learn` plus directly installable plugins such as `hol-guard`. Use `npx @agentskill.sh/cli setup` to get all skills.

</details>

Expand Down