Automate Nasa tasks through Rube MCP with schema-first tool discovery.
This skill is identified as prompt-only, and the materials do not show built-in secrets, code execution, or local file access; combined with an open-source GitHub source and strong community adoption, the overall risk is relatively low. Caution is still warranted because it depends on remote Rube MCP/Composio/Nasa connectivity and dynamic tool discovery, so real data egress and permission scope depend on the external MCP service and any downstream authorization flows.
The materials say the skill itself needs no API keys, but the README explicitly requires establishing a `nasa` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link if inactive, indicating that real use may involve third-party account authorization or token handling. There is no evidence that the skill itself directly collects or stores secrets, but credential handling is delegated to the external Rube/Composio connection flow, so the authorization scope and token storage model should be reviewed.
Although the system metadata says there is no remote host, the README actually instructs users to add `https://rube.app/mcp` as an MCP server and references `composio.dev` docs plus a NASA toolkit connection flow, so normal network egress to declared external services is involved. No red flag shows data going to unrelated or unknown endpoints, but user inputs, session IDs, and tool arguments may be sent through Rube MCP/Composio.
The objective checks classify this skill as prompt-only, and the materials do not include install scripts, local commands, shell instructions, or steps that require spawning local processes. The content mainly instructs use of external MCP tool APIs rather than arbitrary local execution, so no local code execution capability is evidenced in the skill itself.
There is no indication that the skill reads or writes local files, databases, clipboard contents, or system resources; the documentation focuses on remote tool discovery, connection checks, and tool execution flow. Data access appears to occur through external NASA/Rube tools against remote resources rather than the skill itself gaining local data permissions, so no excessive local data access is evident.
The source is an open-source GitHub repository with strong community adoption (~64.7k stars), both of which materially reduce supply-chain risk; the prompt-only classification also lowers dependency and installation-chain exposure. The license is unspecified, maintenance status is unknown, and the README points to the external Rube/Composio ecosystem, so upstream service trust and repo maintenance should still be verified, but the current materials do not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "nasa-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/nasa-automation/SKILL.md 2. Save it as ~/.claude/skills/nasa-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Nasa operations through Composio's Nasa toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/nasa
RUBE_MANAGE_CONNECTIONS with toolkit nasaRUBE_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 nasaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Nasa 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 Nasa task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["nasa"]
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 Nasa-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit nasa |
| 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 Bannerbear workflows to generate and manage marketing visuals at scale.
Automate Fomo tasks via Rube MCP with tool schema lookup first.
Retrieve and analyze Gong calls, transcripts, and conversation data with natural language.
Automate Beamer workflows to streamline updates, publishing, and team coordination.
Automate Benchmark Email campaigns, contacts, and routine email marketing workflows.
Enhance image quality, sharpness, and resolution for docs, presentations, and social posts.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Nasdaq queries and data workflows through Rube MCP tools.
Automate Simplesat tasks via Rube MCP after checking current tool schemas.
Automate Ncscale tasks via Rube MCP using current tool schemas first.
Automate Nango workflows via Rube MCP using current tool schemas first.