square-automation
Automate Square tasks via Rube MCP (Composio): payments, orders, invoices, locations. Always search tools first for current schemas.
Content Preview
--- name: square-automation description: "Automate Square tasks via Rube MCP (Composio): payments, orders, invoices, locations. Always search tools first for current schemas." requires: mcp: [rube] category: ecommerce --- # Square Automation via Rube MCP Automate Square payment processing, order management, and invoicing through Composio's Square toolkit via Rube MCP. **Toolkit docs**: [composio.dev/toolkits/square](https://composio.dev/toolkits/square) ## Prerequisites - Rube MCP must be
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/square-automation.md \
https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/square-automation/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/davepoon/buildwithclaudeThen reference at plugins/all-skills/skills/square-automation/SKILL.md