integration-tests

A procedure for running optional integration tests for an SDK or platform API. Integration tests check that multiple real services work together, including ClickHouse and, for the SDK, a live platform server.

In plain words
What is it for?
Use it to run, verify, or debug the project's live integration-test suites.
Why use it?
It documents the required services, environment variables, health checks, and cleanup steps needed for reliable test runs.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/hexamindorganisation/hexgate/integration-tests
Any agent
npx skills add HexamindOrganisation/hexgate --skill integration-tests
Clone the repo
git clone --depth 1 https://github.com/HexamindOrganisation/hexgate

Made for: Claude Code, Codex.

Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 441 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00068 $0.00441
Opus 5 $0.00034 $0.00220
Sonnet 5 $0.00014 $0.00088
Haiku 4.5 $0.00007 $0.00044

Measured 3d ago against content hash 5939a0efbcd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

integration-tests scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sf http://localhost:8000/health
.claude/skills/integration-tests/SKILL.md · 34 lines

What it actually says

Run Integration Tests

SDK integration tests (repo root — tests/adapters/*/test_integration.py, tests/audit/test_integration.py)

Hits a live platform server + ClickHouse end-to-end. Needs ClickHouse running, platform-api running, and a real HEXGATE_API_KEY minted via the dashboard (repo-root .env).

make clickhouse-up   # idempotent — safe to run even if already up, no-ops if unchanged

# Check platform-api first — it's NOT idempotent. uvicorn binds :8000 directly,
# so running `make platform-api` while one's already up fails with
# "Address already in use" instead of reusing the running instance.
curl -sf http://localhost:8000/health
# ^ if this 200s, platform-api is already up — skip starting it.
# If it fails, start `make platform-api` in a separate terminal (it's a
# foreground/blocking dev server — don't chain it into this script).

set -a && source .env && set +a   # loads HEXGATE_API_KEY etc. from .env into the shell
pytest -m integration

Unset afterward because some unit tests rely on not having any API key defined:

unset HEXGATE_API_KEY HEXGATE_API_URL LANGFUSE_PUBLIC_KEY LANGFUSE_SECRET_KEY LANGFUSE_HOST

Platform API integration tests (platform/api/tests/...)

Call the service layer directly against ClickHouse, in-process — no live platform server, no HEXGATE_API_KEY, just ClickHouse running.

make platform-api-test-integration   # starts ClickHouse (idempotent), then runs pytest -m integration
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 34 lines · 68 tokens per session scan A 5939a0efbcd7

Subscribe to this mod's changes

integration-tests is a skill published in the GitHub repository HexamindOrganisation/hexgate (18 stars, last pushed 5d ago), licensed MIT. It adds 68 tokens to every session and 441 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-harness-fault-injection

Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.

sickn33/agentic-awesome-skills · 34 tokens

terraform-skill

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

agentscope-ai/QwenPaw · 62 tokens

xlsx

当电子表格文件是主要输入或输出时使用此技能。这意味着用户想要:打开、读取、编辑或修复现有的 .xlsx、.xlsm、.csv 或 .tsv 文件(例如添加列、计算公式、格式化、制图、清理混乱数据);从头创建新的电子表格或从其他数据源创建;或在表格文件格式之间进行转换。当用户通过名称或路径引用电子表格文件时特别触发——即使是随意提及(如"我下载目录里的 xlsx")——并且想对其进行操作或从中生成内容。也适用于将混乱的表格数据文件(格式错误的行、错位的表头、垃圾数据)清理或重构为规范的电子表格。交付物必须是电子表格文件。当主要交付物是 Word 文档、HTML 报告、独立 Python 脚本、数据库管道或 Google Sheets…

agentscope-ai/QwenPaw · 232 tokens

terraform-cli-setup

Terraform CLI 安装与初始化技能。当用户本地未安装 Terraform 时自动完成安装,确保 terraform 命令可用并能执行 init/validate。不负责 Provider 凭证配置,凭证在实际使用时由 terraform-skill 引导。.

agentscope-ai/QwenPaw · 58 tokens

oma-scholar

Scholarly research companion using Knows sidecar spec (.knows.yaml). Generates, validates, reviews, queries, and compares structured research-paper sidecars, and fetches them from knows.academy. Use for academic literature search, survey synthesis, paper authoring assistance, and peer review with token-efficient…

first-fluke/oh-my-agent · 73 tokens

oma-hwp

Convert HWP / HWPX / HWPML files to Markdown using kordoc. Extracts text, headings, tables, lists, images, footnotes, and hyperlinks. Use for Korean word processor files (Hangul), government documents, and AI-ready data preparation.

first-fluke/oh-my-agent · 59 tokens