From string
Controls the String MCP tool for managing apps, reading files/URLs, running shell sessions, and configuring credentials via commands like /open, /act, /install, /set.
How this skill is triggered — by the user, by Claude, or both
Slash command
/string:using-stringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have the installed String MCP tool named `string`; some hosts display it with a server prefix.
You have the installed String MCP tool named string; some hosts display it with a server prefix.
Call it with { topic, cmd }, for example { "topic": "main", "cmd": "/info" }.
Use topics like main, app:<name>, app:<name>:<config>, bash:<name>, or hubs app, tool, bash, system.
cmd must start with /; use /help, /info, and /act --help to discover what to do.
Use /open to read files, URLs, or apps; installed apps can run /act.<name> directly from app:<name> if you already know the action.
Use /install to add apps; /set $VAR = "..." for app credentials.
Read the payload inside <𝒞=string:TOPIC>...</𝒞> and follow Recovery: or next: hints.
npx claudepluginhub string-os/string --plugin stringDiscovers and invokes MCP server capabilities on-demand using the mcp CLI tool. Useful for one-off calls, testing, and avoiding permanent integration.
Guides integration of Model Context Protocol (MCP) servers into Claude Code plugins via .mcp.json or plugin.json for external service tools, with scope management (local, project, user).
List tools and invoke calls on MCP servers using fastmcp CLI. Handles HTTP/Python files/configs/stdio targets, schemas, JSON output, auth, and discovery for workflows.