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.
npx skills add amplifthq/opentag --skill opentag --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Default Path
- Route The Request
- Working Rules
- Npm Registry And Network Failures
- Codex Plan Mode Askhuman Setup Choices
- Setup Workflow
- Local Paths
- Useful Commands
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
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.