🔗
AI EngineeringTypeScript

OpenTag

by amplifthq

OpenTag is an AI Engineering skill for Claude Code, published by amplifthq in opentag.

1.4K stars76 forkson amplifthq/opentagAdded 2026/08/19Repository updated 2026/08/17
acpagent-client-protocolai-agentsclaude-codecodexcoding-agentsdeveloper-toolsgithublocal-firstslack
Install in seconds
Install OpenTag
Copy OpenTag into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/amplifthq/opentag/tree/main/skills/opentag ~/.claude/skills/opentag

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/amplifthq/opentag.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/opentag/SKILL.md in amplifthq/opentag
Installs to
~/.claude/skills/opentag
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What OpenTag does

OpenTag connects collaboration platforms to local coding agents so users can trigger and manage coding work from Slack, GitHub, Linear, and other tools. Use it for CLI setup, background service operation, hosted Control Plane pairing, governed completion, and verification.

OpenTag is cataloged under AI Engineering on DirSkills. OpenTag comes from a repository tagged acp, agent-client-protocol, ai-agents, claude-code and codex.

Documentation

README

OpenTag

OpenTag connects collaboration platforms to local coding agents. Use this skill for published CLI setup, background service operation, hosted Control Plane pairing, governed completion, platform configuration, and end-to-end verification.

Default Path

Use the published CLI first. Do not start from repo-internal apps, old shell scripts, or private package binaries unless the user is explicitly doing core development.

Recommended user path:

npm install -g @opentag/cli@0.11.0
opentag setup
opentag start

No global install:

npx @opentag/cli@0.11.0 setup
npx @opentag/cli@0.11.0 start

This is the opening of the README. Read the full README on GitHub.

Frequently asked about OpenTag

  • How does OpenTag compare to other AI Engineering skills?

    OpenTag ranks #1072 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of OpenTag against them. Open each page to compare what they document and how they install.