fakechat

Localhost iMessage-style web chat for Claude Code — test surface with file upload and edits. No tokens, no access control.

Content Preview
{
  "name": "fakechat",
  "description": "Localhost iMessage-style web chat for Claude Code \u2014 test surface with file upload and edits. No tokens, no access control.",
  "version": "0.0.1",
  "keywords": [
    "fakechat",
    "web",
    "localhost",
    "testing",
    "channel",
    "mcp"
  ]
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/fakechat.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/external_plugins/fakechat/.claude-plugin/plugin.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at external_plugins/fakechat/.claude-plugin/plugin.json

Related Skills