Skip to content

v1.5.12

Choose a tag to compare

@boboliu-1010 boboliu-1010 released this 02 Jul 10:35

Release for twitter-digest/twitter-mcp installers.

This release points to the same commit as v1.5.12-beta.11.

Digest install:

curl -fsSL https://raw.githubusercontent.com/BofAI/skills/v1.5.12/twitter-digest/install.sh | env TWITTER_DIGEST_INSTALL_CLIENT=codex sh

Claude digest install:

curl -fsSL https://raw.githubusercontent.com/BofAI/skills/v1.5.12/twitter-digest/install.sh | env TWITTER_DIGEST_INSTALL_CLIENT=claude TWITTER_DIGEST_ALLOW_CLAUDE_COMMANDS=1 TWITTER_DIGEST_ALLOW_CLAUDE_STATE_READ=1 sh

Twitter MCP install:

curl -fsSL https://raw.githubusercontent.com/BofAI/skills/v1.5.12/twitter-mcp/install.sh | env X_MCP_REGISTER_CODEX=1 X_MCP_REGISTER_CLAUDE=0 sh

Claude Twitter MCP install:

curl -fsSL https://raw.githubusercontent.com/BofAI/skills/v1.5.12/twitter-mcp/install.sh | env X_MCP_REGISTER_CODEX=0 X_MCP_REGISTER_CLAUDE=1 sh