Automate Helpwise support and collaboration tasks to streamline team workflows.
This skill is an open-source prompt-only instruction asset from a highly trusted GitHub repository, with no clear red flags for local execution or local file access. The main security consideration is that it relies on remote Rube MCP and a connected Helpwise account, which may access and operate on Helpwise data on the user's behalf, so the overall posture is low to moderate caution.
The material says the skill itself does not require local API keys or environment variables, but it does require an active Helpwise connection via `RUBE_MANAGE_CONNECTIONS` and an external auth-link flow. This means third-party managed account tokens/authorizations are still involved; there is no explicit sign of credential abuse, but the authorization scope and session handling should be reviewed.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing operations through the Composio/Helpwise toolchain; user requests and Helpwise-related data may therefore be transmitted to or processed by that remote service. The egress target and purpose are disclosed, which is typical for this kind of integration, but it still means business data may leave the local client environment.
Based on the provided material, this is a prompt-only skill description with no executable install script, shell command, or instruction to start local processes. It directs the user to call remote MCP tool interfaces rather than execute arbitrary local code, so no local code-execution red flag is evident.
The skill is intended to 'Automate Helpwise operations' and executes actions through a connected Helpwise toolkit, so its effective data access scope is the user's authorized Helpwise account data and objects. The material does not indicate access to the local filesystem, system directories, or unrelated resources, but the remote business-data access should still be reviewed under least-privilege principles.
The source is an open-source GitHub repository with very strong community adoption (64.7k stars), both of which materially reduce risk; the material is also a skill document rather than a closed-source binary. Although the license is not stated and maintenance status is unknown, that alone is not enough to create a high supply-chain risk signal, and overall auditability is reasonably good.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "helpwise-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/helpwise-automation/SKILL.md 2. Save it as ~/.claude/skills/helpwise-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Helpwise operations through Composio's Helpwise toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/helpwise
RUBE_MANAGE_CONNECTIONS with toolkit helpwiseRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit helpwiseAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Helpwise operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Helpwise task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["helpwise"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Helpwise-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit helpwise |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Mural board tasks to streamline collaboration, organization, and workflow execution.
Automate Nasa tasks through Rube MCP with schema-first tool discovery.
Automate Neon serverless Postgres projects, branches, databases, roles, and connection URIs.
Automate NetSuite customer, order, invoice, inventory, and record workflows with SuiteQL.
Automate Neuronwriter tasks for faster content optimization and workflow execution.
Automate Msg91 workflows like messaging, templates, and delivery operations via Rube MCP.
Automate Wit AI workflows via Rube MCP using current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Supportbee tickets and support workflows through Rube MCP.
Automate Composio search workflows and fetch current tool schemas via Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.