Agent skill · AI & Agents

opentag

Set up, run, and troubleshoot OpenTag with the published CLI across Slack, GitHub, GitLab, Linear, Lark / Feishu, Codex, Claude Code, OpenClaw, local config, platform credentials, and callback delivery.

AmpliftHQ1,373★ · +7/wk · 1 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add amplifthq/opentag --skill opentag --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/opentag/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,378 · +5 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenTag OpenTag connects collaboration platforms to a local coding agent. Use this skill when a user wants help with `opentag setup`, `opentag start`, Slack, GitHub, GitLab, Linear, Lark / Feishu, Codex, Claude Code, OpenClaw, local OpenTag config, or end-to-end setup 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: ```bash npm install -g @opentag/cli opentag setup opentag start ``` No global install: ```bash npx @opentag/cli setup npx @opentag/cli start ``` ## Route The Request Read only the reference needed for the user's path: - First setup or Echo test loop: `references/local-echo.md` - Slack setup: `references/slack-setup.md` - GitHub setup: `references/github-setup.md` - ACP coding-agent execution: `references/codex-runner.md` - Broken setup, missing callbacks, rejected runs, or auth errors: `references/troubleshooting.md` For platform credential steps, use the repository docs as the source of truth: - Slack: `docs/platforms/slack.en.md` - GitHub: `docs/platforms/github.en.md` - GitLab: `docs/platforms/gi

What's inside
Steps it walks through
  1. Default Path
  2. Route The Request
  3. Working Rules
  4. Npm Registry And Network Failures
  5. Codex Plan Mode Askhuman Setup Choices
  6. Setup Workflow
  7. Local Paths
  8. Useful Commands
Ships with 6 files
  • agents/openai.yaml
  • references/codex-runner.md
  • references/github-setup.md
  • references/local-echo.md
  • references/slack-setup.md
  • references/troubleshooting.md
Commands it runs
npm install -g @opentag/cli
opentag setup
opentag start
npx @opentag/cli setup
npx @opentag/cli start
node --version
npm config get registry
npm config get proxy
npm config get https-proxy
env | grep -i proxy
About this skill
What does the opentag skill do?

Set up, run, and troubleshoot OpenTag with the published CLI across Slack, GitHub, GitLab, Linear, Lark / Feishu, Codex, Claude Code, OpenClaw, local config, platform credentials, and callback delivery.

How do I install it?

Run `npx skills add amplifthq/opentag --skill opentag --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From amplifthq/opentag, a repository with 1,378 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going