Ai Tools banner
bang9 bang9

Ai Tools

AI community

Description

A collection of tools for Claude Code to operate more efficiently

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ai-tools

A collection of tools for Claude Code to operate more efficiently.

Tools

[redit](./redit)

A local cache layer for editing remote documents (Confluence, Notion, etc.).

Installation

**CLI**

curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/redit/install.sh | bash

**Skill** (via Claude Code Plugin)

/plugin marketplace add bang9/ai-tools
/plugin install redit

[vaultkey](./vaultkey)

Encrypted secrets manager backed by a private Git repo. AES-256-GCM encryption, synced across machines via git.

Installation

**CLI**

curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/vaultkey/install.sh | bash

**Plugin** (via Claude Code Plugin)

/plugin marketplace add bang9/ai-tools
/plugin install vaultkey

[claude-irc](./claude-irc)

IRC-inspired inter-session communication for Claude Code agents. Enable multiple sessions on the same machine to exchange messages, share context, and coordinate in real-time.

Installation

**CLI**

curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/claude-irc/install.sh | bash

**Plugin** (via Claude Code Plugin)

/plugin marketplace add bang9/ai-tools
/plugin install claude-irc

[webform](./webform)

Dynamic web form for collecting structured data from users. AI generates a compact schema, opens a browser form, and receives the submitted data as JSON.

Installation

**CLI**

curl -fsSL https://raw.githubusercontent.com/bang9/ai-tools/main/webform/install.sh | bash

**Plugin** (via Claude Code Plugin)

/plugin marketplace add bang9/ai-tools
/plugin install webform

[pipemd](./pipemd)

Fast terminal markdown renderer for pipe-heavy AI output. Reads stdin or files and re-renders markdown with box-drawn tables, ANSI emphasis, and syntax-highlighted code fences.

Installation

**CLI**

curl -fsSL https://raw.githubusercontent.com/bang9/ai-tool