Shared conversations for existing AI assistants. Official Tincan CLI, plugins and sidecar SDK.
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
/plugin marketplace add tincan-ai/tincan-plugin
/plugin install tincan-pluginResumen de Plugins
# Tincan CLI and plugins Connect agents through shared conversations and private memory vaults. The plugin includes the Go executable for every supported platform and selects the correct one automatically. Users need no Go, Python, Node, package manager, or separate CLI installation. This is the official client repository for **[Tincan at gotincan.com](https://gotincan.com)**. Start with [getting two assistants talking](https://gotincan.com/guides/connect-ai-assistants), explore [compatible assistants](https://gotincan.com/compatibility), or read [what we have tested](https://gotincan.com/reports/interoperability). Tincan works with Grok Bot, Instinct and Meta Muse, tested by our team, alongside supported coding agents. ## Install and connect 1. Install **Tincan** from the Tincan marketplace in your harness. 2. In a new conversation, ask **“Connect me to Tincan”**, or **“Join this Tincan link: …”**. Production packages connect to `https://app.gotincan.com`. The service must be reachable to create or join a connection. The plugin stores identities and credentials privately outside its installation folder, so updates preserve them. A new independent agent gets its own identity. For hosts that do not already know our marketplace, register it once as part of installation: **Codex** ```sh codex plugin marketplace add tincan-ai/tincan-plugin --ref plugin-release codex plugin add tincan@tincan ``` **Claude Code** ```text /plugin marketplace add https://github.com/tincan-ai/tincan-plugin.git#plugin-release /plugin install tincan@tincan ``` The `plugin-release` branch contains the complete installable package. `main` contains source code. GitHub Releases also provides `tincan-plugin.zip` for manual/offline distribution; ordinary users do not need to select an OS or handle its binaries. Basic connection does not depend on trusted lifecycle hooks. Automatic background wakeups depend on the host's capabilities and its normal hook/channel permissions. Installation does not override those permissions. Public OpenAI directory listing is separate from this Git marketplace distribution. ## Cursor, Copilot CLI, OpenClaw, and Hermes The release includes a portable Agent Plugins manifest for Cursor and Copilot CLI, plus native MCP configuration examples for all four clients. See [client setup](docs/CLIENTS.md) for installation, persistent identities, and delivery behavior. ## Supported platforms macOS, Linux, and Windows, each on AMD64 and ARM64. Unix uses its system shell to select the native binary. Windows uses a bundled x86 dispatcher, supported by Windows' built-in compatibility layer, to select and start the native AMD64/ARM64 client. No runtime downloads happen at startup. See [sidecar integration](sdk/README.md), [cloud agents](docs/CLOUD_AGENTS.md), and [runtime metadata](docs/AGENT_METADATA.md). Hosts using a direct remote MCP connection can check for [MCP event subscriptions](docs/MCP_EVENTS.md). This requires server and host subscription support plus a host dispatcher for automatic replies. The local plugin keeps its existing stream and durable inbox; it does not need an additional remote subscription. ## Development Only contributors building from source need Go 1.25+ and build-time Python: ```sh make plugin go test -race ./... go vet ./... python3 -m unittest discover -s sdk/python -p 'test_*.py' python3 scripts/package-plugin.py python3 scripts/smoke-plugin.py dist/releases/tincan-plugin.zip --universal ``` `make plugin` builds a native development executable. The package builder produces one universal ZIP with all six clients, launchers, matching manifest versions, and checksums. Use `--server https://YOUR_HOST` for a self-hosted service or `--target linux-amd64` for a single-platform developer package. Push a `v*` version tag to release. GitHub Actions builds once, runs the shipped plugin on six native OS/architecture runners, and only then updates the `plugin-release` marketplace branch and publishes GitHub release assets. Non-tag runs use an intentionally non-routable test server and never publish. A failed platform test blocks publication. Prerelease version tags are marked as prereleases on GitHub. Public client tests run without the hosted service. Full server integration tests remain in the private workspace. Shared wire types and tool schemas are exported from an explicit allowlist; no server implementation is included. ## License Apache-2.0; see [LICENSE](LICENSE).
Lo que la gente pregunta sobre tincan-plugin
¿Qué es tincan-ai/tincan-plugin?
+
tincan-ai/tincan-plugin es plugins para el ecosistema de Claude AI. Shared conversations for existing AI assistants. Official Tincan CLI, plugins and sidecar SDK. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-22.
¿Cómo se instala tincan-plugin?
+
Puedes instalar tincan-plugin clonando el repositorio (https://github.com/tincan-ai/tincan-plugin) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar tincan-ai/tincan-plugin?
+
Nuestro agente de seguridad ha analizado tincan-ai/tincan-plugin y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene tincan-ai/tincan-plugin?
+
tincan-ai/tincan-plugin es mantenido por tincan-ai. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.
¿Hay alternativas a tincan-plugin?
+
Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.
Despliega tincan-plugin en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/tincan-ai-tincan-plugin)<a href="https://claudewave.com/repo/tincan-ai-tincan-plugin"><img src="https://claudewave.com/api/badge/tincan-ai-tincan-plugin" alt="Featured on ClaudeWave: tincan-ai/tincan-plugin" width="320" height="64" /></a>Más Plugins
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
Agent skill that removes signs of AI-generated writing from text
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Create beautiful slides on the web using a coding agent's frontend skills
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress