Plugins

12 plugins

Results for “ma”

1,202 skills
composiohq
Raisely Automation
Automate Raisely fundraising operations through Composio's Raisely toolkit via Rube MCP, with dynamic tool discovery and connection management.
66.9k
composiohq
Appveyor Automation
Automate Appveyor CI/CD operations through Composio's toolkit via Rube MCP, including tool discovery, connection management, and workflow execution.
66.9k
composiohq
Langbase Automation
Automate Langbase operations through Composio's Langbase toolkit via Rube MCP, including tool discovery, connection management, and tool execution.
66.9k
composiohq
News API Automation
Automates News API operations through Composio's News API toolkit via Rube MCP, including tool discovery, connection management, and execution.
66.9k
composiohq
Parsehub Automation
Automates Parsehub data extraction tasks through Composio's Parsehub toolkit via Rube MCP, with tool discovery and connection management.
66.9k
composiohq
Zyte API Automation
Automate Zyte API operations through Composio's Rube MCP integration, including tool discovery, connection management, and execution.
66.9k
composiohq
Appcircle Automation
Automate Appcircle CI/CD operations through Composio's Appcircle toolkit via Rube MCP, with tool discovery and connection management.
66.9k
composiohq
Braintree Automation
Automate payment processing operations via Stripe-compatible tooling, including managing customers, subscriptions, payment methods, balance transactions, and customer searches.
66.9k
composiohq
Cloudcart Automation
Automate Cloudcart e-commerce operations through Composio's Cloudcart toolkit via Rube MCP, with tool discovery and connection management.
66.9k
composiohq
Docupilot Automation
Automate Docupilot document generation tasks through Composio's toolkit via Rube MCP, with dynamic tool discovery and connection management.
66.9k
composiohq
Jobnimbus Automation
Automate Jobnimbus CRM operations through Composio's Jobnimbus toolkit via Rube MCP, including contact management, job tracking, and data synchronization.
66.9k
composiohq
Cloudlayer Automation
Automate Cloudlayer document processing tasks through Composio's toolkit via Rube MCP, with dynamic tool discovery and connection management.
66.9k
composiohq
Discordbot Automation
Automate Discord bot operations through Composio's Discordbot toolkit via Rube MCP, including tool discovery, connection management, and execution.
66.9k
composiohq
Epic Games Automation
Automate Epic Games operations through Composio's Epic Games toolkit via Rube MCP, including tool discovery, connection management, and execution.
66.9k
composiohq
Gender API Automation
Automate Gender API operations through Composio's Gender API toolkit via Rube MCP, with tool discovery and connection management.
66.9k
composiohq
Short Menu Automation
Automate Short Menu operations through Composio's Short Menu toolkit via Rube MCP, with dynamic tool discovery and connection management.
66.9k
composiohq
Dreamstudio Automation
Automate Dreamstudio image generation tasks through Composio's toolkit via Rube MCP, with dynamic tool discovery and connection management.
66.9k
composiohq
Signaturely Automation
Automate Signaturely document signing workflows through Composio's toolkit via Rube MCP, with dynamic tool discovery and connection management.
66.9k
composiohq
Zoho Invoice Automation
Automate Zoho Invoice tasks including invoices, estimates, expenses, clients, and payment tracking via Composio's toolkit.
66.9k
composiohq
Go To Webinar Automation
Automate GoToWebinar operations such as attendee management, webinar creation, and reporting through Composio's GoToWebinar toolkit via Rube MCP.
66.9k
composiohq
Lemon Squeezy Automation
Manage Lemon Squeezy products, orders, subscriptions, checkouts, and digital sales through Composio's toolkit via Rube MCP.
66.9k
composiohq
Scrapegraph AI Automation
Automates Scrapegraph AI operations through Composio's toolkit via Rube MCP, with tool discovery and connection management.
66.9k
composiohq
Openweather API Automation
Automate OpenWeather API operations through Composio's toolkit via Rube MCP, with tool discovery and connection management.
66.9k
composiohq
Cloudflare API Key Automation
Automate Cloudflare API operations through Composio's Cloudflare API toolkit via Rube MCP, with tool discovery and connection management.
66.9k
majiayu000
Ky
Provides a concise reference for using the Ky HTTP client, covering core usage, options, retries, hooks, error handling, and best practices.
567 · bundle
majiayu000
Ureq
Provides Rust code patterns for building blocking HTTP clients with ureq, including request construction, response handling, SSE streaming, and timeouts.
567 · bundle
agentskillexchange
Supabase MCP Server
Sets up a Supabase MCP server for managing Postgres databases through a RESTful API, including fetching tables, adding roles, and running queries.
28
lord1egypt
Creditclaw Shopping
Enables AI agents to make purchases using encrypted cards and stablecoin wallets with strict spending controls and approval modes.
2
joshuashepherd
Github
Interact with GitHub using the `gh` CLI to check PR status, manage issues, review code, and query the API.
1
chimeranext
Websocket Integration
Implements real-time bidirectional communication in Flutter apps using WebSocket or Socket.io, with auto-reconnection, message queuing, and connection state management.
4
phoroth
Yes Md
Governs AI coding agents with safety gates, evidence-based debugging, anti-slack detection, and machine-enforced hooks to ensure safe, thorough, and honest work.
3
lucaspmarie-a11y
Agentmail
Provides AI agents with real email addresses and a REST API to send and receive email, manage webhooks, and check karma balance.
5
matlab
Roadrunner Scenario Simulating
Expert guidance for simulating RoadRunner scenarios via the MATLAB programmatic API and Simulink co-simulation. Use when the user wants to run a simulation, step through a simulation, control actors during co-simulation, add observers, attach sensors, retrieve simulation logs, or read/write scenario variables. Covers simulateScenario, createSimulation, ScenarioSimulation set/get, ActorSimulation getAttribute/setAttribute, addObserver, SensorSimulation, Simulink co-sim blocks, and publishActorBehavior. NOT for project setup, scene building, scenario authoring, or trajectory export.
920 · bundle
claude-dev-suite
Lombok
Project Lombok for reducing Java boilerplate. Covers annotations for getters, setters, constructors, builders, logging, and more. Based on production patterns from castellino and gestionale-presenze projects. USE WHEN: user mentions "lombok", "@Data", "@Builder", "@Slf4j", asks about "boilerplate reduction", "getters/setters", "@RequiredArgsConstructor", "@Value" DO NOT USE FOR: Java language features - use `java` skill instead DO NOT USE FOR: MapStruct integration - use `mapstruct` skill DO NOT USE FOR: Spring annotations - use `backend-spring-boot` skill
28
matlab
Matlab Modernize Daq
Port MATLAB Data Acquisition Toolbox code from the discouraged (legacy) session-based interface (daq.createSession, addAnalogInputChannel, startBackground, DataAvailable listeners, queueOutputData, wait) to the recommended DataAcquisition interface (daq("ni"), addinput, start, ScansAvailableFcn, write, preload). Use when migrating legacy DAQ scripts, converting session-API calls, working with DataAcquisition objects, writing multi-feature DAQ scripts that combine triggers, callbacks, continuous acquisition, or analog output. Also use when a user says their DAQ script "used to work" or "errors on R20XX", since modernizing legacy session-API code is a frequent fix for those failures. Trigger keywords: daq, DAQ, NI, session interface, addtrigger, addclock, ScansAvailableFcn, ScansRequiredFcn, daq.createSession, addAnalogInputChannel, startBackground, queueOutputData, DataAvailable, evt.Data, evt.TimeStamps, wait(d), preload, discouraged, legacy, modernize, R2020a.
920 · bundle
microsoft
Azure AI Projects TS
Build AI applications using the Azure AI Projects SDK for TypeScript, managing agents, connections, deployments, datasets, indexes, and evaluations.
2.7k · bundle