Use this skill when the user wants a terminal IRC client — connect to channels, run scripts, or stay on IRC over SSH without a GUI.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-28f63bba)More formats (shields.io, HTML) on the badges page.
---
name: irssi
description: Use this skill when the user wants a terminal IRC client — connect to channels, run scripts, or stay on IRC over SSH without a GUI.
---
# irssi Plugin
Modular terminal IRC client. Lightweight, scriptable with Perl, and ideal for persistent IRC sessions over SSH or on headless servers.
## Installation
```bash
apt install irssi
# or
brew install irssi
```
## Basic Usage
```bash
# Launch irssi (connects using ~/.irssi/config)
irssi
# Connect to a network and join a channel (inside irssi)
/connect irc.libera.chat
/join #supercli
```
## Key Features
- Multiple server windows and tabbed channels
- Perl scripting for automation and custom commands
- Works over SSH — no desktop environment required
- Persistent sessions with screen/tmux for always-on IRC
## Usage Examples
- "Connect to Libera Chat and join #myproject"
- "Run a terminal IRC client over SSH"
- "Set up a persistent IRC session with irssi"
## SuperCLI
```bash
sc irssi _ _
sc plugins learn irssi
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...