bestbuy-automation

Automate Bestbuy operations and task execution through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Bestbuy's interface for repetitive tasks, allowing for programmatic interaction with product data and account operations.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and execution plans for Bestbuy operations.
  • Connection Management: Handle authentication and session state for the Bestbuy toolkit via Rube MCP.
  • Workflow Execution: Perform bulk operations and multi-step tasks using discovered tool slugs.

Quick Start

Ask the agent to discover available Bestbuy tools and execute a search for the latest product inventory.

Frequently Asked Questions about bestbuy-automation

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

FAQPage Schema
How do I connect my Bestbuy account to the agent?

Use the RUBE_MANAGE_CONNECTIONS command with the 'bestbuy' toolkit argument. The system will provide an authentication link to authorize your account and establish an active session.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available endpoints change frequently. Calling RUBE_SEARCH_TOOLS ensures you have the most current input requirements and prevents execution errors caused by outdated tool definitions.

Can I automate bulk operations on Bestbuy?

Yes, use the RUBE_REMOTE_WORKBENCH command to run bulk operations. This allows you to execute multiple tool calls in a single workflow session using the run_composio_tool function.

What should I do if my connection status is not active?

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If it is not active, follow the provided auth link to re-authenticate your Bestbuy toolkit session.

Are there limitations to using the Bestbuy toolkit?

The toolkit relies on the Rube MCP gateway. Always include the memory parameter in your execution calls and ensure you are using the correct session IDs to maintain state across steps.