Automate Ncscale tasks via Rube MCP using current tool schemas first.
This skill itself is an open-source prompt/documentation artifact and does not directly require local secrets or embed code execution. However, it is designed to connect to a remote Rube MCP service and operate external Composio/Ncscale tooling, so it warrants caution rather than a high-risk rating.
The material says there is 'no API key,' but it requires creating an ACTIVE `ncscale` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, which implies third-party account authorization or token handling. The docs do not state where credentials are stored, what scopes are granted, or how revocation works.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using the Composio/Ncscale toolchain for discovery, connection, and execution. This means task arguments, session IDs, and possibly business data are sent to declared external services, but the material does not detail data flows or retention practices.
Based on the objective checks, this is a prompt-only skill. The material contains no local install script, shell command, or instruction to directly execute code on the host; its role is to guide use of remote MCP tools rather than grant local code execution.
The skill itself does not declare reading local files or databases, but through `RUBE_MULTI_EXECUTE_TOOL`, `RUBE_REMOTE_WORKBENCH`, and session/memory parameters it can perform operations on external Ncscale resources. The effective data access scope depends on the connected account's permissions, and the docs do not define least-privilege boundaries.
The source is a GitHub open-source repository with very strong community adoption (about 64.9k stars), which materially lowers supply-chain risk. The current material is also only a skill description text. Still, the missing license declaration and unknown maintenance status mean the downstream Rube/Composio services should be reviewed separately.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ncscale-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ncscale-automation/SKILL.md 2. Save it as ~/.claude/skills/ncscale-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Ncscale operations through Composio's Ncscale toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ncscale
RUBE_MANAGE_CONNECTIONS with toolkit ncscaleRUBE_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 ncscaleAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ncscale 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 Ncscale task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ncscale"]
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 Ncscale-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ncscale |
| 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 Ayrshare social publishing, scheduling, and analytics through Rube MCP.
Automate Apipie AI workflows via Rube MCP with schema-first tool discovery.
Automate DeskTime tasks through Rube MCP for time tracking workflows.
Automate Detrack workflows via Rube MCP with schema lookup first.
Automate Demio webinar and registration workflows through Rube MCP.
Automate Twitch tasks through Rube MCP for faster stream operations and management.
Automate Nasa tasks through Rube MCP with schema-first tool discovery.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate NPM installs, scripts, and package management through Rube MCP.
Automate Idea Scale workflows through Rube MCP using current tool schemas first.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Nango workflows via Rube MCP using current tool schemas first.