integrations

Configure, test, and subscribe to REST and WebSocket data sources via CLI.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill integrations-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/integrations
Command: npx skills add https://github.com/nirholas/agenti --skill integrations-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing external data sources, connectors, and real-time data streams for trading bots and MCP servers can be complex and error-prone. This skill provides a single CLI interface to discover, configure, test, and orchestrate data sources, enabling reliable data flow for automation and decision making.

Core Features & Use Cases

  • Built-in data sources: access and manage standard feeds (REST and WebSocket) used across integrations.
  • Custom sources: add webhook, REST, or WebSocket data sources and configure polling, transformation, and error handling.
  • Operational tooling: list, status, connect, and disconnect data platforms; subscribe to feeds and retrieve latest data for bots and analytics.

Quick Start

Run the Integrations CLI and list connected sources and view their health, then connect or test a source as needed.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I manage multiple data streams for trading bots?

Manage multiple data streams for trading bots through a centralized CLI interface that connects, tests, and orchestrates external data feeds. It provides a consistent command surface to configure polling, transformations, and error handling for reliable data flow.

Can I connect custom webhook and REST data sources to MCP servers?

Connect custom webhook and REST data sources to MCP servers by adding them as custom sources. You can configure polling intervals, data transformations, and error handling to ensure reliable real-time data flow for your automation workflows.

How do I test and monitor the health of WebSocket feeds for trading bots?

Test and monitor WebSocket feeds for trading bots using the operational CLI tooling to list connected sources and view their health status. You can connect, disconnect, and test individual data platforms to ensure real-time feeds remain active.

What is the best way to centralize external data connectors for automated trading?

Centralize external data connectors for automated trading by using a single CLI interface to discover, configure, and subscribe to built-in and custom sources. It standardizes access to REST, WebSocket, and webhook feeds for bots and analytics.

Does this integrations CLI require additional dependencies to manage data sources?

No additional dependencies are required to manage data sources, as the integrations CLI operates independently with built-in tooling. It exposes frontmatter metadata for discovery and includes optional resources like scripts and references to support configuration.