Skip to main content

Extend Row-Bot

Start with the narrowest extension type that can solve the task. Every extension adds capabilities; some also add code, dependencies, network access, credentials, or external side effects.

For the conceptual differences between tools, Skills, plugins, MCP, channels, and accounts, read Extensions And Trust Boundaries.

ExtensionUse It ForReview Boundary
Built-in toolA capability already shipped and maintained with Row-Bot.Enable only the tools a profile needs; consequential operations still use approval policy.
SkillReusable instructions and workflow knowledge.Read the full skill and bundled files before enabling or pinning it.
Custom ToolA reviewed local command or repo-specific helper created in Developer Studio.Inspect its source, command classification, dependencies, and workspace scope.
PluginA packaged bundle that can provide tools, skills, channels, MCP configuration, or UI.Review manifest, source, permissions, dependencies, and update path before enabling.
MCP serverTools exposed by an external local or remote process.Add disabled, inspect overlap and risk labels, test, then enable only trusted tools.
ChannelA messaging adapter for receiving or delivering work.Verify account, recipients, pairing, tunnel, and delivery defaults before starting.
AccountAuthorisation for GitHub, Google, X, or another service used by tools.Review requested scopes and disconnect unused accounts.
Offline Row-Bot Public Skills Hub with two fictional skills.
Skills import into the local library off by default so you can inspect them before enabling.
Offline Row-Bot Plugin Marketplace with fictional entries.
Marketplace cards expose publisher, verification, capabilities, permissions, and install review before any plugin is added.
Row-Bot Add MCP Server dialog.
New MCP servers start as explicit configurations; keep them disabled until transport, command or URL, environment, and tool risk are understood.
Row-Bot Browse MCP Servers marketplace with bundled starter servers.
The MCP browser makes source, overlap, authentication, transport, and risk visible before you import a disabled server definition.

Safe Evaluation Sequence

  1. Read the extension description and source.
  2. Check requested permissions, credentials, network destinations, commands, and install steps.
  3. Install into the local data directory only from a source you trust.
  4. Keep it disabled while you inspect configuration and provided capabilities.
  5. Test with fictional data and a non-consequential task.
  6. Enable the minimum capabilities and keep approval mode at Ask until behaviour is familiar.
  7. Disable or remove extensions that are no longer maintained or needed.

Third-party dependency telemetry is not Row-Bot telemetry. Review and accept any dependency behaviour before installation, and never allow it to receive Row-Bot prompts, files, memories, secrets, screenshots, tool arguments, or channel content unless that transfer is the explicit feature you chose.