Tools
Plugin Skillpack
Openclaw Plugin Skillpack. Use Anthropic skills to the OpenClaw
Install
openclaw plugins install @opsdeck/skillpack
Configuration Example
{
"plugins": {
"entries": {
"skillpack": {
"enabled": true,
"config": {
"apiUrl": "http://localhost:8080",
"apiKey": "optional-key-for-future-premium-features"
}
}
}
}
}
README
# @opsdeck/skillpack
Skillpack plugin for [Skillpack](http://localhost:8080) — search, convert, and install agentskills directly from OpenClaw.
## Installation
```bash
openclaw plugins install @opsdeck/skillpack
```
## Usage
Search for skills by topic or agent type:
```bash
openclaw skillpack search seo
```
Convert an agentskill and download it as an OpenClaw agent (use `repo/skillId` format):
```bash
openclaw skillpack install coreyhaines31/marketingskills/seo-audit
```
Build a custom agent from a natural language description:
```bash
openclaw skillpack build
```
## Built-in Agent Integration
Once installed, your OpenClaw agent gains access to the `skillpack_search` tool and a `SKILL.md` that teaches it when to use Skillpack for skill discovery.
## Configuration (Optional)
In your OpenClaw config (e.g. `~/.openclaw/openclaw.json` under `plugins.entries.skillpack.config`):
```json
{
"plugins": {
"entries": {
"skillpack": {
"enabled": true,
"config": {
"apiUrl": "http://localhost:8080",
"apiKey": "optional-key-for-future-premium-features"
}
}
}
}
}
```
When OpenClaw runs inside Docker, set `apiUrl` to `http://host.docker.internal:8080` so the plugin can reach the Skillpack backend on the host.
## Architecture
This plugin talks to the [opsdeck/skillpack backend](http://localhost:8080), which:
1. Searches the [agentskills.io](https://agentskills.io) index
2. Downloads standard skills and extracts their metadata
3. Generates high-quality `SKILL.md` and tests using `gemini-2.5-pro`
4. Packages everything into an OpenClaw-compatible bootstrap zip
---
I maintain Skillpack and personally fund the cloud LLM inference (Gemini 2.5 Pro) that powers every conversion — so you get quality results for free.
If Skillpack saved you time, a small tip keeps the lights on 🙏
[](https://clawgistry.lemonsqueezy.com/buy/support)
[](https://clawgistry.lemonsqueezy.com/buy/support-monthly)
tools
Comments
Sign in to leave a comment