O

@omneity/x

@omneity
3 downloads

Search and monitor X (twitter) posts, replies, communities, lists, and more.

Herd

What is Herd?

Herd is a powerful browser automation platform that lets you connect any AI like ChatGPT, Claude, or even Cursor to your favorite websites. This Trail is a pre-built automation  for twitter.com. An MCP (Model Context Protocol) server exposes standard tools to your Agent to read from and interact with twitter.com via your browser securely.

With Herd and this trail, your agent can run:
  • list-posts: Selector for post in list on X (twitter)
  • post-replies: Selector for reply to post on X (twitter)
  • account-posts: Selector for post by account on X (twitter)
See all actions

Trail Details

Selected Version
v1.0.1 (2 versions available)
Last Updated
4/10/2025
Downloads
3

Quick Actions - MCP compatible

Install Herd browser extension to connect your AI tools.

Supported Websites

Herd is not affiliated with twitter.com and is not endorsing its content. Herd makes websites accessible over MCP and API, but never hosts any content. Make sure to accept the respective terms of service before using this trail.

All trademarks reserved to their respective owners.

Installation and Usage

Quick Run

herd trail server @omneity/x

SDK Implementation

Usage Example
import { HerdClient } from '@monitoro/herd';

// Initialize Herd client (use your own API key)
const herd = new HerdClient({ token: 'YOUR_HERD_API_KEY' });

// Run the 'list-posts' action
const result = await herd.runTrail('@omneity/x@1.0.1', {
	actionName: 'list-posts',
	params: {
		list_id: "String"
	}
});

console.log('Trail result:', result);

Available Actions

All the following actions for @omneity/x are accessible via the built-in MCP server, CLI, REST API as well as programmatically via the SDK.

list-posts

Selector for post in list on X (twitter)

Parameters

Name Type Description Required
list_id String list id Yes

post-replies

Selector for reply to post on X (twitter)

Parameters

Name Type Description Required
post_id String post id Yes
account_name String account name Yes

account-posts

Selector for post by account on X (twitter)

Parameters

Name Type Description Required
account_name String account name Yes

search-results

Selector for result in search on X (twitter)

Parameters

Name Type Description Required
search_query String search query Yes

community-posts

Selector for post in community on X (twitter)

Parameters

Name Type Description Required
community_id String community id Yes

account-followers

Selector for follower on X (twitter)

Parameters

Name Type Description Required
account_name String account name Yes

account-following

Selector for following on X (twitter)

Parameters

Name Type Description Required
account_name String account name Yes

community-members

Selector for member in community on X (twitter)

Parameters

Name Type Description Required
community_id String community id Yes

community-moderators

Selector for moderator in community on X (twitter)

Parameters

Name Type Description Required
community_id String community id Yes

search-posts-by-keyword

Selector for keyword mention on X (twitter)

Parameters

Name Type Description Required
keyword_to_track String keyword to track Yes

account-verified-followers

Selector for verified follower on X (twitter)

Parameters

Name Type Description Required
account_name String account name Yes