ai-agent

Command

:black_nib: Making the web better with Slack-like slash commands.
1,102 stars70 forksJavaScriptUpdated 7/25/2017100% free · open source
What it does

Command allows you to create custom Slack-like slash commands for the web, making it easy to interact with your application or website.

When to use it
  • Building a custom chat interface for your web application
  • Creating a voice assistant-like experience for your website
  • Integrating conversational AI with your web application
Ready-to-paste prompt
curl -X POST -H "Content-Type: application/json" -d "{\"text\": "/hello"}" http://localhost:3000/command
Heads up: Make sure to set up a valid token for authentication by calling `cmd.setup({ token: 'YOUR_TOKEN' })` before starting the Command server
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/command && curl -fsSL https://workflowstacks.com/api/skills/command/claude-skill -o ~/.claude/skills/command/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Command works
Codeflow
Free to inspect

Command is a small JavaScript project (~1.7k lines across 63 code files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 111 months ago, MIT license, has a test suite.

Size
Small codebase
~1.7k lines · 63 code files · 14 min skim
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Node.js
No API keys detected
JavaScript 91%CSS 7%Shell 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    package.json
    Dependencies and the commands it exposes
  3. 3
    src/background/index.js
    Inside src/ — the main logic begins here
What's in each folder
src/Core code — the actual logic66 files
dev-env/Folder25 files
resources/Folder1 files
test/Tests — proof it works1 files
READMEHas testsThin docsNo CIMIT licenseLast update 111 mo ago
Quick Actions
Details
Creator
jessepollak
Language
JavaScript
Category
ai-agent
Published
2/14/2016

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.