com.xsec.system-terminal
v1.2.2XSEC workspace system terminal
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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/com.xsec.system-terminal/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
└── plugin.json
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "com.xsec.system-terminal",
"version": "1.2.2",
"description": "XSEC workspace system terminal",
"author": {
"name": "XSEC"
},
"license": "MIT",
"extensions": {
"com.xsec.desktop": {
"schemaVersion": 1,
"displayName": "系统终端",
"publisher": "XSEC",
"icon": "terminal",
"engines": {
"xsec": ">=0.1.0",
"pluginApi": "^1.2.0"
},
"entrypoints": {
"frontend": "./com.xsec.desktop/frontend/index.js"
},
"activationEvents": [
"onWorkspaceTool:system-terminal",
"onSettingsPage:system-terminal"
],
"contributes": {
"workspaceTools": {
"system-terminal": {
"title": "系统终端",
"icon": "terminal",
"scope": "session",
"launchable": true,
"policy": "multi",
"surface": "terminal",
"retain": "while-visible",
"preferredSideWidth": 520,
"preferredBottomHeight": 300,
"defaultDock": "bottom",
"surfaces": [
"interactive-dock"
]
}
},
"settingsPages": {
"system-terminal": {
"title": "系统终端",
"group": "plugins",
"page": "system-terminal",
"icon": "terminal",
"order": 120
}
}
},
"permissions": {
"workspace.session.read": {},
"terminal.shell:session.cwd": {},
"pluginData.read": {},
"pluginData.write": {}
},
"frontendApi": {
"version": 2,
"module": "single-esm",
"methods": {
"xsec.terminal.open": {
"capability": "terminal.shell",
"binding": "session"
},
"xsec.terminal.read": {
"capability": "terminal.shell",
"binding": "session"
},
"xsec.terminal.write": {
"capability": "terminal.shell",
"binding": "session"
},
"xsec.terminal.resize": {
"capability": "terminal.shell",
"binding": "session"
},
"xsec.terminal.close": {
"capability": "terminal.shell",
"binding": "session"
},
"xsec.terminal.settings.get": {
"capability": "pluginData.read",
"binding": "plugin"
},
"xsec.terminal.settings.set": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.plugin.settings.open": {
"capability": "pluginData.read",
"binding": "plugin"
}
}
}
}
}
}For maintainers
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.system-terminal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/com.xsec.system-terminal)