Agent Plugins Marketplace
All plugins

com.xsec.workspace.conversation-tree

v1.2.2

XSEC conversation-tree workspace tool

Agent Plugins

By XSECLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
0 skill or MCP entries
Source updated
Aug 29, 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

Get the plugin

git clone https://github.com/tzf1003/xsec-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/com.xsec.workspace.conversation-tree/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/com.xsec.workspace.conversation-tree/
└── plugin.json

Plugin manifests1

plugins/com.xsec.workspace.conversation-tree/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "com.xsec.workspace.conversation-tree",
  "version": "1.2.2",
  "description": "XSEC conversation-tree workspace tool",
  "author": {
    "name": "XSEC"
  },
  "license": "MIT",
  "extensions": {
    "com.xsec.desktop": {
      "schemaVersion": 1,
      "displayName": "对话树",
      "publisher": "XSEC",
      "icon": "message-circle",
      "engines": {
        "xsec": ">=0.1.0",
        "pluginApi": "^1.2.0"
      },
      "entrypoints": {
        "frontend": "./com.xsec.desktop/frontend/index.js"
      },
      "activationEvents": [
        "onWorkspaceTool:conversation-tree"
      ],
      "permissions": {
        "workspace.session.read": {},
        "workspace.session.write": {}
      },
      "frontendApi": {
        "version": 2,
        "module": "single-esm",
        "methods": {
          "xsec.conversation-tree.read": {
            "capability": "workspace.session.read",
            "binding": "session"
          },
          "xsec.conversation-tree.navigate": {
            "capability": "workspace.session.write",
            "binding": "session"
          }
        }
      },
      "contributes": {
        "workspaceTools": {
          "conversation-tree": {
            "title": "对话树",
            "icon": "message-circle",
            "scope": "session",
            "launchable": true,
            "policy": "singleton",
            "surface": "standard",
            "retain": "active",
            "preferredSideWidth": 420,
            "preferredBottomHeight": 340,
            "surfaces": [
              "interactive-dock"
            ]
          }
        }
      }
    }
  }
}

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

[com.xsec.workspace.conversation-tree on Agent Plugins Marketplace](https://pluginsmp.com/plugins/com.xsec.workspace.conversation-tree)