Agent Plugins Marketplace
All plugins

anychat

v0.1.91

Search and export your own local chat archive (friends, groups, attachments) via the AnyChat CLI. Free Portal token. Content stays on your machine.

CodexClaude Code

By Jacky ZhangLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install anychat for Codex and Claude Code

Installs for the current user
codex plugin marketplace add jackyzhang69/plugins
codex plugin marketplace upgrade jacky-plugins
codex plugin add anychat@jacky-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the jacky-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “anychat” remain stable.

  • Codex: anychat@agent-plugin-marketplaceanychat@jacky-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jackyzhang69/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/anychat/.

Plugin files

plugins/anychat/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/anychat/.codex-plugin/plugin.json
{
  "name": "anychat",
  "version": "0.1.91",
  "min_supported_version": "0.1.0",
  "description": "Search and export your own local chat archive (friends, groups, attachments) via the AnyChat CLI. Free Portal token. Content stays on your machine.",
  "author": {
    "name": "Jacky Zhang",
    "url": "https://jackyzhang.app"
  },
  "repository": "https://github.com/jackyzhang69/plugins",
  "license": "MIT",
  "keywords": [
    "chat",
    "local-archive",
    "export",
    "anychat",
    "tell-jacky"
  ],
  "skills": "./skills/",
  "hooks": [
    "./hooks/codex-interrupt.json"
  ],
  "interface": {
    "displayName": "AnyChat",
    "shortDescription": "Query your own local chat archive from the agent.",
    "longDescription": "Use the bundled AnyChat CLI to search friends and groups, export transcripts, and download attachments from your personal local chat archive on macOS (Apple Silicon) or Windows x64. Setup is a one-time wizard; only a free Portal token is required. Chat content never leaves your machine except optional redacted Tell Jacky feedback you explicitly approve. On bare 'anychat' / 'what can you do' questions, load the anychat router skill and introduce the product from that contract.",
    "developerName": "Jacky Zhang",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://jackyzhang.app",
    "privacyPolicyURL": "https://jackyzhang.app/legal/anychat-privacy",
    "defaultPrompt": [
      "What can AnyChat do?",
      "Use AnyChat to show my recent chat with <friend name>.",
      "Use AnyChat to search all chats for keyword <word>.",
      "Use AnyChat to list images from my chat with <friend> and download them.",
      "Use AnyChat to show what <person> said across all groups.",
      "Tell Jacky about an AnyChat bug or feature idea."
    ]
  }
}
plugins/anychat/.claude-plugin/plugin.json
{
  "name": "anychat",
  "version": "0.1.91",
  "description": "Search and export your own local chat archive via the AnyChat CLI. Answers 'what can AnyChat do' from the anychat router; Tell Jacky feedback goes to Portal after user confirm.",
  "author": {
    "name": "Jacky Zhang"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[anychat on Agent Plugins Marketplace](https://pluginsmp.com/plugins/anychat)