trelio-agent-workspaces
v1.13.10Production integration for private Trelio meetings, guided setup diagnostics, working-folder onboarding, guarded project access management, scoped Agent Workspaces, Agent Secrets, live skill catalogs, declarative Remote MCP, and backend-managed signed runtimes.
By Trelio0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 30, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add trelio-agent-workspaces@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/trelio-ru/agent-workspacesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/trelio-agent-workspaces/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/trelio-diagnostics/SKILL.md├── skills/trelio-project-access/SKILL.md├── skills/trelio-project-onboarding/SKILL.md├── skills/trelio-skill-catalog/SKILL.md├── skills/trelio-workspace-worker/SKILL.md└── .mcp.json
Included Skills5
Diagnose Trelio Agent Workspaces installation, loaded plugin version, hooks, MCP/OAuth, bundled bridge, Node.js, Git, pairing, and stale-session failures in Codex or Claude Code. Use when the user asks to check or repair Trelio setup or reports a hook, MCP, OAuth, bridge, pairing, Git, Node, version, or post-update current-task error. Do not use for ordinary Trelio task work or working-folder onboarding when no failure or health-check request exists.
Manage one existing Trelio company member's direct role in one project through the guarded MCP plan/apply flow. Use when a company owner or administrator asks to add, remove, promote, demote, or otherwise change a project's moderator, participant, or observer, or when an agent proposes such an access change.
Set up Trelio Agent Workspaces in one durable local working folder in Codex or Claude Code, create or safely extend its AGENTS.md company/project binding, verify client-specific OAuth and local bridge prerequisites/pairing on macOS or Windows, discover the live Trelio skill catalog, and guide selected company or personal connections without exposing credentials. Use after installing or authorizing the Trelio plugin, when the user asks to connect or configure Trelio in a working folder, when a folder needs its Trelio AGENTS.md block, or when the user wants to configure the Trelio skills available to them.
Discover and load current agent skills enabled by Trelio companies and projects through MCP. Use after Trelio authorization, when starting work in a Trelio company/project, when the user asks what company skills are available, or before connecting or using an integration that Trelio may provide. For generic integration requests, resolve the Trelio catalog before installing, authorizing, or invoking an overlapping native or third-party integration.
Work through private Trelio meetings, company/project agent rules, and dossier or task Agent Workspaces with MCP and the local Git bridge. Use when the user supplies a meeting transcript; asks Codex to take, continue, analyze, prepare materials for, complete, restore, or preserve OCR/vision output for work tied to Trelio; asks for an editable task-comment proposal or reply with or without an Agent Run; asks to change a task status or prepare a separate editable status proposal, including the one-shot start-of-work decision for a task Run; needs checklist completion-state review or a separate checklist proposal; needs durable dossier context, a dossier transfer, or task controls; requests personal/company/project agent-rule changes; or needs recovery from a blocker or concurrent Agent Runs encountered during that work. Use the dedicated trelio-diagnostics skill for a direct setup health check or a standalone plugin, hook, MCP, OAuth, Git, Node, pairing, or version failure.
MCP servers1
- command
- ./scripts/launch-trelio-node
- args
- ./scripts/trelio-remote-mcp.mjs
- cwd
- .
Plugin manifests2
{
"name": "trelio-agent-workspaces",
"version": "1.13.10",
"description": "Production integration for private Trelio meetings, guided setup diagnostics, working-folder onboarding, guarded project access management, scoped Agent Workspaces, Agent Secrets, live skill catalogs, declarative Remote MCP, and backend-managed signed runtimes.",
"author": {
"name": "Trelio"
},
"skills": "./skills/",
"interface": {
"displayName": "Trelio Agent Workspaces",
"shortDescription": "Работайте со связанным контекстом безопасно.",
"longDescription": "Проверяет установку Trelio и состояние hooks, Node.js, Git, MCP и локального bridge без вывода секретов; помогает настроить Trelio в текущей рабочей папке Codex или Claude Code, подключает Trelio MCP, сохраняет private-встречи, безопасно управляет доступом к проектам, поиском задач и рабочими пространствами, закреплённым контекстом, одноразовым локальным применением Agent Secrets и актуальными backend-managed навыками компаний и проектов через декларативный Remote MCP и независимо выпускаемые signed runtimes.",
"developerName": "Trelio",
"category": "Productivity",
"capabilities": [],
"brandColor": "#1F8FFF",
"composerIcon": "./assets/trelio-composer-icon.svg",
"logo": "./assets/trelio-logo.svg",
"logoDark": "./assets/trelio-logo-dark.svg",
"defaultPrompt": [
"Настрой Trelio Agent Workspaces для текущей рабочей папки.",
"Проверь установку Trelio Agent Workspaces и объясни, что мешает работе.",
"Возьми доступную задачу Trelio, выполни её, содержательно сообщи результат и сохрани материалы в рабочем пространстве."
]
},
"mcpServers": "./.mcp.json"
}{
"name": "trelio-agent-workspaces",
"version": "1.13.10",
"description": "Private Trelio meetings, guided setup diagnostics, working-folder onboarding, guarded project access management, scoped Agent Workspaces, one-use local Agent Secrets, live skill catalogs, declarative Remote MCP, and backend-managed signed runtimes.",
"author": {
"name": "Trelio"
}
}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.
[trelio-agent-workspaces on Agent Plugins Marketplace](https://pluginsmp.com/plugins/trelio-agent-workspaces)