needle-automation

Automate Needle platform operations through Rube MCP tool discovery and execution workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill needle-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: needle-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/needle-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill needle-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Needle platform tasks by providing a standardized, automated interface for tool discovery and execution, eliminating the need for manual API interaction.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and execution plans via Rube MCP.
  • Connection Management: Handles authentication and status verification for Needle toolkits.
  • Workflow Execution: Supports multi-step tool execution, including bulk operations and remote workbench tasks.
  • Use Case: Automate repetitive Needle data management tasks by programmatically discovering available tools and executing them within a managed session.

Quick Start

Use the needle-automation skill to discover available tools for your specific task and execute the required operations within a managed session.

Frequently Asked Questions about needle-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Needle tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve available tool slugs, input schemas, and execution plans for the Needle toolkit.

How to verify my Needle connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'needle' toolkit parameter to check if your connection status is ACTIVE before attempting any tool execution.

Can I reuse session IDs for Needle workflows?

Yes, you should reuse session IDs within a single workflow to maintain state, but generate new session IDs when starting entirely new, unrelated workflows.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available slugs change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current, valid input arguments and prevents execution errors.

What should I do if the connection is not ACTIVE?

If RUBE_MANAGE_CONNECTIONS returns a non-active status, follow the provided authentication link to complete the setup process and re-verify the connection status.