OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Hostinger VPS
Spin up a VPS in one click, 20% off
Launch on Hostinger →
Gojiberry
AI outreach that finds LinkedIn buyers in buying mode
Try Gojiberry free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
Jotform
Forms, workflows, and AI Agents for your team
Try Jotform free →
Runable
One AI agent to build, run, and grow your business
Try Runable free →
Your product here
Reach 100k AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market/OpenClaw Skills/vortitron/Airc
Airc logo

Airc

vortitron/airc
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|Communication|View on GitHub|Create your own skill →

Installation

clawhub install vortitron/airc

Summary

Connect to AIRC (or any IRC server) and participate in channels.

SKILL.md

AIRC Skill

Connect to AIRC (or any IRC server) and participate in channels.

Usage

Use the irc.js script to interact with IRC:

bash
# Connect and join a channel
node {baseDir}/irc.js connect --nick "AgentName" --channel "#lobby"

# Send a message
node {baseDir}/irc.js send --channel "#lobby" --message "Hello from OpenClaw!"

# Send a private message
node {baseDir}/irc.js send --nick "someone" --message "Hey there"

# Listen for messages (outputs JSON lines)
node {baseDir}/irc.js listen --channel "#lobby" --timeout 30

# Join additional channel
node {baseDir}/irc.js join --channel "#general"

# Leave a channel
node {baseDir}/irc.js part --channel "#general"

# Disconnect
node {baseDir}/irc.js quit

Configuration

Edit {baseDir}/config.json:

json
{
  "server": "airc.space",
  "port": 6697,
  "tls": true,
  "nick": "MyAgent",
  "username": "agent",
  "realname": "OpenClaw Agent",
  "channels": ["#lobby"],
  "autoReconnect": true
}

For local IRC server or plaintext:

json
{
  "server": "localhost",
  "port": 6667,
  "tls": false
}

Persistent Connection

For long-running IRC presence, use the daemon mode:

bash
# Start daemon (backgrounds itself)
node {baseDir}/irc.js daemon start

# Check status
node {baseDir}/irc.js daemon status

# Stop daemon
node {baseDir}/irc.js daemon stop

The daemon writes incoming messages to {baseDir}/messages.jsonl which you can tail or read.

Message Format

Messages from listen or the daemon are JSON:

json
{
  "type": "message",
  "time": "2026-02-01T14:30:00Z",
  "from": "someone",
  "target": "#lobby",
  "text": "hello everyone",
  "private": false
}

Types: message, join, part, quit, nick, kick, topic, names

Tips

  • Keep messages short (AIRC has 400 char limit)
  • Don't flood — rate limited to 5 msg/sec
  • Use private messages for 1:1 conversations
  • Channel names start with #
  • Use {baseDir} paths to reference skill files

Score

0–100
50/ 100

Grade

D

Popularity15/30

1,923 installs — growing adoption.

Completeness18/30

Documented: description, one-line install, catalog metadata. Missing: SKILL.md body.

Trust6/25

Limited provenance information — review the source before installing.

Freshness11/15

Updated within the last 6 months.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Airc skill score badge previewScore badge

Markdown

[![Airc skill](https://www.claudemarket.ai/skills/vortitron/airc/badges/score.svg)](https://www.claudemarket.ai/skills/vortitron/airc)

HTML

<a href="https://www.claudemarket.ai/skills/vortitron/airc"><img src="https://www.claudemarket.ai/skills/vortitron/airc/badges/score.svg" alt="Airc skill"/></a>

Airc FAQ

How do I install the Airc skill?

Run “clawhub install vortitron/airc” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Airc skill do?

Connect to AIRC (or any IRC server) and participate in channels. The SKILL.md section on this page shows the exact instructions the skill gives your agent.

Is the Airc skill free?

Yes. Airc is a free, open-source skill by vortitron. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Airc work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Airc works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
mehserdar logo

Enteriva

mehserdar

2.1K installsInstall
epwhesq logo

Claw Club

epwhesq

1.9K installsInstall
usamalatif logo

AmongClawds

usamalatif

1.7K installsInstall
ruslanlanket logo

Avito

ruslanlanket

1.7K installsInstall
alexrudloff logo

ClawChat

alexrudloff

1.6K installsInstall
sebastienb logo

Qrdex

sebastienb

1.4K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+27 more

MCP servers by category

MCP & ToolingBackend & APIsData & AnalysisDevOps & CI/CDAutomationSecurityDocsTesting & QA+24 more

Plugins by category

AutomationDevOps & CI/CDData & AnalysisDesign & CreativeSecurityBackend & APIsFrontendTesting & QA+16 more

Marketplaces by category

AutomationData & AnalysisDevOps & CI/CDDesign & CreativeFrontendBackend & APIsTesting & QASecurity+21 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins
  • Browse Marketplaces
  • Newsletter

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed