hex

$npx mdskill add openai/plugins/hex

Search Hex projects and answer Hex Threads questions

  • Helps users find or interact with Hex projects, dashboards, or data apps
  • Uses the Hex API to search projects and access threads
  • Triggers when user explicitly mentions Hex or asks to search Hex assets
  • Returns project links or thread responses directly to the user

SKILL.md

.github/skills/hexView on GitHub ↗
---
name: hex
description: Search Hex projects and ask Hex Threads questions. Use when the user explicitly references Hex, Hex projects, Hex dashboards, Hex data apps, Hex Threads, or asks to search an existing Hex workspace asset.
---

# Hex

Use Hex when the user explicitly references Hex, Hex projects, Hex dashboards, Hex data apps, Hex analyses, or Hex Threads, or when they ask to search an existing Hex workspace asset.

Do not use Hex as the default owner for generic company metrics, KPI reporting, dashboard creation, report generation, metric diagnostics, or notebook-backed analysis. Route those through the relevant analytics or Data Science skills unless the user asks to do the work in Hex.

## Workflow

1. Classify the request.
   Use Hex only for explicit Hex intent or existing Hex asset discovery. Generic metrics, KPI, dashboard, report, notebook, or company-data prompts belong to the relevant analytics or Data Science skills unless the user names Hex as the target surface. Do not use Hex for generic web research, uploaded-file-only analysis, or questions about how Hex itself works unless the user explicitly wants to search their Hex workspace.

2. Search existing projects first.
   Use [$Hex](app://connector_690a9430a270819196671dcb4c95898e) `search_projects` with the strongest query terms from the user's request. Present relevant project links before starting a new Thread.

3. Use existing threads when provided.
   If the user provides a Hex Thread id or link, use [$Hex](app://connector_690a9430a270819196671dcb4c95898e) `get_thread` to read the thread state and messages before answering or proposing a follow-up.

4. Confirm before write actions.
   `create_thread` and `continue_thread` can start or modify Hex Thread work. Before calling either tool, tell the user what prompt will be sent to Hex and ask for confirmation. After a write call, poll with `get_thread` until the thread is complete or until the user asks you to stop.

5. Answer with provenance.
   When project search returns results, include the project names and links. When using a thread, summarize the final Hex response and include the Hex Thread link or id when available.

## Good Fits

- `Find the Hex dashboard for campaign segmentation.`
- `What Hex projects mention churn analysis?`
- `Ask Hex to analyze revenue drivers for the last quarter.`
- `Check this Hex Thread and summarize the result.`
- `Find the Hex project that has our pipeline forecast.`

## Negative Cases

- Do not use Hex for general market questions, web-only questions, or product documentation lookup.
- Do not use Hex just because the word `data` appears if the user supplied a local file that can be analyzed directly.
- Do not use Hex just because a prompt mentions metrics, KPIs, dashboards, reports, or notebooks. Use the relevant analytics or Data Science skills unless the user asks for Hex.
- Do not use Hex for permission, billing, or workspace-admin questions unless the user asks to search a Hex project or thread about that topic.

## Safety

- Start with read-only operations: `search_projects` and `get_thread`.
- Treat `create_thread` and `continue_thread` as writes.
- Never invent project names, thread status, SQL, charts, or analysis results.

More from openai/plugins

SkillDescription
accessibility-and-inclusive-visualizationMake data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.
agent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.
agent-browser-verifyAutomated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.
agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
ai-elementsAI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.
ai-gatewayVercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.
ai-generation-persistenceAI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation
ai-sdkVercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
aiq-deploy|
aiq-research|