track-competitors
Use when the user wants to track competitor accounts on X (Twitter). Monitors their posts, measures their growth, benchmarks engagement, and surfaces their best-performing tweets. Read-only competitor intelligence.
top-replies
Use when the user wants the best replies under a tweet on X (Twitter), ranked by likes and engagement. Pulls the top reply thread for any public tweet. Read-only.
send-dms
Use when the user wants to send a direct message on X (Twitter), read DM history with a recipient, or manage their DM inbox. Covers one-to-one DM sends only; no bulk blasting.
search-tweets
Use when the user wants to search tweets on X (Twitter) by keyword, phrase, hashtag, from a specific user, within a date range, or with engagement filters. Covers both the live search endpoint (latest matches) and bulk tweet search extractions (up to 1,000 tweets per job). Returns tweet IDs, text, authors, metrics, and timestamps.
run-giveaway
Use when the user wants to run a giveaway on X (Twitter). Pulls entrants from likes, retweets, replies, or quote tweets of a seed tweet, applies follower and account-age filters, picks verifiable winners, and exports the entrant list. End-to-end draw workflow.
post-tweets
Use when the user wants to post a tweet, reply to a tweet, quote tweet, or publish a note tweet (long-form, up to 25,000 characters) on X (Twitter). Handles tweet text, media attachments, reply targeting, community posting, and note tweets. Covers posting actions only - for search, analytics, or monitoring see the related skills.
optimize-tweets
Use when the user wants to optimize a tweet for the X (Twitter) algorithm before posting. Scores drafts against engagement predictors, suggests rewrites, and compares variants. Text scoring only - no posting.
monitor-accounts
Use when the user wants to monitor one or more X (Twitter) accounts for new tweets, replies, or profile changes. Creates long-running monitors, polls events, and can fire webhooks on match. Continuous monitoring workflow.
grow-followers
Use when the user wants a plan to grow their X (Twitter) followers. Analyzes their recent tweets, identifies what worked, suggests content patterns, and recommends posting cadence based on style analysis. Advisory; does not post or follow anyone autonomously.
going-viral
Use when the user wants to maximize a tweet's chances of going viral on X (Twitter). Combines idea generation, style matching, algorithm scoring, and viral-reference mining into one end-to-end workflow. Advisory; user always confirms the final post.
for-you-feed
Use when the user wants to read the For You home timeline on X (Twitter) through the API. Surfaces the algorithmic home timeline (cursor-paginated) with an option to suppress already-seen tweets. Read-only.
follow-unfollow
Use when the user wants to follow or unfollow accounts on X (Twitter), or check whether one account follows another. Single-target only; bulk follow operations require explicit per-account confirmation.
find-viral-tweets
Use when the user wants to find viral or high-engagement tweets on X (Twitter) around a topic, from a specific author, or across a hashtag. Filters by minimum likes, retweets, or views. Read-only discovery tool.
find-influencers
Use when the user wants to find X (Twitter) influencers in a niche. Searches users by bio keyword, filters by follower count and engagement, and surfaces active accounts suited for outreach or partnership research. Read-only discovery.
find-bangers
Use when the user asks for 'bangers' on X (Twitter) - breakout tweets with exceptional engagement relative to the author's usual performance. Surfaces anomalously high-performing tweets for inspiration or trend-spotting. Read-only.
extract-followers
Use when the user wants to extract the follower list of any public X (Twitter) account. Pulls follower profiles, filters by verified status, and exports to CSV or JSONL for analysis. Read-only.
export-tweets-csv
Use when the user wants to export X (Twitter) data to CSV, JSONL, or XLSX. Covers exporting extraction results (tweets, followers, mentions, giveaway entrants) and formatting them for spreadsheets or pipelines. Download handling only.
clean-followers
Use when the user wants to audit their X (Twitter) followers for bots, inactive accounts, or ghosts. Analysis-only; removal is not exposed via the API and must be done in the dashboard or X app.
check-mutuals
Use when the user wants to check mutual follows on X (Twitter) - which accounts follow each other, or which of account A's followers also follow account B. Useful for relationship mapping and social graph analysis. Read-only.
sai-rest-api
Query the Sai REST API (DexPal) for aggregated metrics, stats, yield, markets, referrals, and health checks. Use when working with Sai REST endpoints, /dexpal/v1/*, sai-api.nibiru.fi, or when needing quick stats instead of full GraphQL.
sai-perps-query
>-
sai-keeper-graphql
>-
sai-db
>-
repo-map
>-
postgresql-psql
>-
nibiru-cli-nibid
Query Nibiru chain state and submit transactions with the `nibid` CLI, including setup via `ud`, config inspection, key discovery with `nibid keys list`, bank transfers, bank balance queries, wasm contract queries, wasm execute/instantiate flows, and transaction lookups by hash. Use when the user mentions `nibid`, Nibiru CLI, `nibid keys list`, `--from`, `nibid tx bank`, `nibid tx wasm`, `nibid q bank`, `nibid q wasm`, `nibid q tx`, balances, contract-state smart, or tx hashes.
nibid-gov-upgrade
Queries Nibiru governance proposals (including software-upgrade proposals) using the `nibid` CLI, maps explorer UI fields to on-chain queries, computes quorum/threshold/veto metrics, and correlates validator votes using staking queries. Use when the user mentions `nibid q gov`, governance proposals, software upgrades, votes, deposits, tally, quorum/threshold, validators, proposal status, or `nibid tx gov`.
indexer-user-balances
Queries the Nibiru indexer (Heart Monitor) for user account and balance data. Use when querying user balances by address, the user/users root fields, Token amounts, or HeartMonitor.user/users in the TS SDK.
indexer-staking
Use when the user asks about the Nibiru indexer (Heart Monitor), staking GraphQL schema, GQLValidator, GQLDelegation, HeartMonitor, or querying staking data via GraphQL. Explains that staking is under query.staking, not root-level deprecated fields; rewards come from the chain (distribution), not the indexer; amounts are Int in base units (e.g. unibi).
gh-pr
Writes clear pull request descriptions from the current branch diff against a base branch. Defaults to `main`, but supports `dev` or any other user-specified comparison branch. Use when the user asks for a PR description, pull request summary, or a markdown write-up for changes against a base branch.
evm-rpc
Query EVM JSON-RPC methods for transaction debugging and endpoint
epics-plus
Discover, read, and manage Epics+ markdown documents in the boku repository. Use when asked about active tasks, priorities, epics for specific repos or tags, or when needing to regenerate the epic index (INDEX.md) using the epics-plus CLI.
commit-diff
>-
imagine
vofy-cli overview and command quick-reference for AI agents to generate images and videos
imagine-tasks
Task management for vofy-cli — listing, filtering, checking status, and downloading completed media
imagine-models
Model selection guide for vofy-cli — helps choose the right image or video model based on use case, with capability summaries
imagine-create
Step-by-step workflow for creating images and videos with vofy-cli, including mode selection and flag guidance
frappe-workflow-generator
Generate Frappe Workflows for document state management and approvals. Use when creating approval workflows, state transitions, or multi-step document processes.
frappe-webhook-manager
Create webhook handlers for Frappe integrations. Use when implementing webhooks, event-driven integrations, or external system notifications.
frappe-web-form-builder
Generate Frappe Web Forms for public-facing forms. Use when creating customer portals, registration forms, surveys, or public data collection forms.
frappe-unit-test-generator
Generate comprehensive unit tests for Frappe DocTypes, controllers, and API methods. Use when creating test files, writing test cases, or setting up test infrastructure for Frappe/ERPNext applications.
frappe-tenant-query
Generate tenant-isolated database queries using TenantAwareDB to prevent cross-tenant access.
Generate TDD Tests
Generate Frappe-style unit tests using FrappeTestCase, with optional BDD API tests. Follow TDD principles.
frappe-state-machine-helper
Generate state machine logic for Frappe DocTypes. Use when implementing complex status workflows, state transitions, or document lifecycle management.
frappe-sne-runner
Set up local Frappe/ERPNext development using vyogo SNE (Single Node Environment) images. Replaces the traditional multi-container setup (MariaDB, Redis, workers, scheduler) with a single all-in-one container.
frappe-secure-endpoint
Generate secure, tenant-aware API endpoints with authentication and tenant isolation.
frappe-report-generator
Generate Frappe reports (query/script) with filters, charts, HTML templates, and JS customization.
frappe-performance-optimizer
Generate optimized queries, caching, and indexes for Frappe performance. Use when optimizing slow queries, implementing caching, or improving performance.
Validate Microservice Code
Validate code follows frappe-microservice-lib patterns, security best practices, and framework conventions.
frappe-microservice-scaffold
Generate complete microservice boilerplate with tenant isolation, Containerfile, and entrypoint.
Page 2 of 1446 · 72261 results