Back to skills directory
wordbricks/skills

wordbricks/skills

@wordbricks 1

Query org data and knowledge graphs via OneQuery and Velen CLIs from Claude Code.

wordbricksvelenonequerycliagent-skillsknowledge-graphqueryclaude-codeautomation

Install

$ npx skills add wordbricks/skills

README

# GitHub Repository: wordbricks/skills

**URL:** https://github.com/wordbricks/skills
**Author:** wordbricks
**Description:** Installable agent skills for Wordbricks and Velen workflows
**Homepage:** 
**Language:** 

## Stats
- Stars: 1
- Forks: 0
- Open Issues: 0
- Commits: 30
- Created: 2026-03-10T05:07:30Z
- Updated: 2026-06-25T09:02:54Z
- Pushed: 2026-06-25T09:02:50Z

## README
# Wordbricks Plugins And Skills

This repository contains the Wordbricks Claude Code marketplace plugins plus standalone skills.

## Available Plugins

- [`onequery`](./plugins/onequery/README.md): Use the OneQuery CLI from Claude
  Code for authenticated org discovery, source inspection, and read-only query
  workflows.
- [`velen`](./plugins/velen/README.md): Use the Velen CLI from Claude Code for
  authenticated org discovery, insight inspection, read-only Velen-managed data
  access, and org-scoped Knowledge Graph memory workflows.

## Available Skills

- [`onequery-cli`](./skills/onequery-cli/SKILL.md)
- [`velen-cli`](./skills/velen-cli/SKILL.md)

## Installation

### Add the marketplace

Add this marketplace to Claude Code:

```bash
/plugin marketplace add wordbricks/skills
```

### Browse or install a plugin

After adding the marketplace:

```bash
/plugin
/plugin install <plugin>@wordbricks
```

See each plugin README for exact install commands, usage, local development,
and team configuration:

- [`plugins/onequery/README.md`](./plugins/onequery/README.md)
- [`plugins/velen/README.md`](./plugins/velen/README.md)

### Install a standalone skill

Install the Velen CLI skill with the Skills CLI:

```bash
npx skills add wordbricks/skills --skill velen-cli
```

### Team installation

For team-wide marketplace availability, add this to your project's
`.claude/settings.json`:

```json
{
  "extraKnownMarketplaces": {
    "wordbricks": {
      "source": {
        "source": "github",
        "repo": "wordbricks/skills"
      }
    }
  }
}
```

Then enable the specific plugin entries you want from the matching plugin
README.

Information

Language
Unknown
Created
2026/6/25
Updated
2026/6/26