fakechat
NewOfficial PluginDevelopmentby Anthropic
Localhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/fakechat.md https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/external_plugins/fakechat/SKILL.md3
Invoke in Claude Code
/fakechattesting
Frequently Asked Questions
What is fakechat?
Localhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.
How to install fakechat?
To install fakechat, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /fakechat.
What is fakechat best for?
fakechat is a plugin categorized under Development. It is designed for: testing. Created by Anthropic.