algolia

A search platform for indexing content and providing fast search, filters, and recommendations in websites, apps, and online shops.

In plain words
What is it for?
It helps developers add searchable content, filtering, and recommendations to digital products.
Why use it?
It removes the need to build all search indexing and relevance logic from scratch.

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/withoneai/one-agent-plugin/algolia
Any agent
npx skills add withoneai/one-agent-plugin --skill algolia
Clone the repo
git clone --depth 1 https://github.com/withoneai/one-agent-plugin

Made for: Claude Code, Codex.

Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,389 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 73% copy Near-identical to another mod 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.00112 $0.05389
Opus 5 $0.00056 $0.02694
Sonnet 5 $0.00022 $0.01078
Haiku 4.5 $0.00011 $0.00539

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

Security

Grade A, and why

algolia scanned grade A with 0 findings 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 2d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

73% identical to 2-chat — 312 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

platforms/one-algolia/skills/algolia/SKILL.md · 199 lines

How it starts

The opening of the file, as written. The whole thing — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Algolia through One

Algolia is a search and discovery platform that provides APIs for indexing content, delivering fast relevance-based search, filtering, and recommendations, allowing developers and product teams to build responsive search experiences across websites, apps, and eCommerce products.

One exposes Algolia through four MCP tools. The table below carries real action ids from One's knowledge base, so for a common operation you can skip search and go straight to reading the action's parameters.

How to run an action

  1. Find the action in the table below, or call search_one_platform_actions with platform algolia if it is not listed.
  2. Call get_one_action_knowledge with the action id. Do this every time, including for actions in this table. The table gives you the id, not the parameters.
  3. Call execute_one_action with parameters copied from that knowledge.

Never guess a parameter name, a body field, or an enum value. The knowledge has the real schema, and a guessed field is either a 400 or a silent write of the wrong thing.

Before you start

Call list_one_integrations once and confirm Algolia is connected. If it is missing, the user has not connected it: say so and point them at https://app.withone.ai rather than reaching for raw HTTP.

Each connection carries an access field. If it reports {"policy": "methods", "methods": ["GET"]} the agent is read-only here, so plan a read-only answer instead of attempting a write that will be refused.

Before a write

Creates, updates, deletes and sends land on a real Algolia account and cannot be recalled. State the action and the specific target in one line before the first write in a task, and let the user stop you. Reads need no confirmation.

Actions

Tasks

Action Method Path Action id
List Tasks GET /2/tasks conn_mod_def::GMit7thqQxA::JQO1n0VpSRSfR-RjE5pCTg
Retrieve a Task GET /2/tasks/{{taskId}} conn_mod_def::GMit8G8sBdA::Qtq7LCkwTQGKLBuwCalGWQ
Wait for Task Completion GET /waitForTask conn_mod_def::GMiuAHj7xqg::fYGdg5MNSS-EtmOjaurJ-A
Create a Task POST /2/tasks conn_mod_def::GMit7LQfRUg::vEwXkE2FS7GH-PF4vhLmzA
Delete a Task DELETE /2/tasks/{{taskId}} conn_mod_def::GMit7ZlcOPA::N1uqgUZQQQO5Zxe6A0lEVg
Disable a Task PUT /2/tasks/{{taskId}}/disable conn_mod_def::GMit7gMEvtA::fcxTSCf3QDaO8Phx3GFUwQ
Enable a Task PUT /2/tasks/{{taskId}}/enable conn_mod_def::GMit7iUSD6A::zYcbKa4MQs6-8dIKPsyT_A
Fully Update a Task PUT /2/tasks/{{taskId}} conn_mod_def::GMit7hFD-jg::4VRwhrtWQrC63Vp2uAHifQ
Partially Update a Task PATCH /2/tasks/{{taskId}} conn_mod_def::GMit78BXlWA::G4wvJ5uTRiS-y_uA56fZ8A
Push Records by Task ID POST /2/tasks/{{taskId}}/push conn_mod_def::GMit7-aRjGg::n8OuXCr9SLaLDf_3Z9I7Og
Run a Task POST /2/tasks/{{taskId}}/run conn_mod_def::GMit8PfhjQA::-zlpCyY-RGCw0vrk_kVNWA
Search for Tasks POST /2/tasks/search conn_mod_def::GMit8a3V-tg::cZXrN3FWR-a4Et_yATl8eA

Read the full file on GitHub · 199 lines

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. 2d ago First seen · 199 lines · 0 tokens per session scan A d59476dcb5cf

Subscribe to this mod's changes

algolia is a skill published in the GitHub repository withoneai/one-agent-plugin (1 stars, last pushed 13d ago), licensed MIT. It adds 112 tokens to every session and 5,389 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 73% identical to 2-chat, differing in 312 lines, and is treated as a copy.

Related

Other skills, from other repositories

prepare-mcp-integration

Prepare MCP/vendor integrations through cited research, a content PR, exact-revision human approval, and one governed Paperclip connector PR per approved connection. Use for new integration research and delivery; not for ad hoc connector coding that bypasses the playbooks.

paperclipai/paperclip · 56 tokens

document-service

This skill should be used when the user asks to "analyze this codebase", "document this service", "generate technical docs", "I inherited this code", "help me understand this system", "create docs for this project", "what does this system look like", "onboard me to this codebase", "this codebase has no docs"…

awslabs/agent-plugins · 141 tokens

hyperpod-nccl

Diagnose NCCL failures and adjacent training-pod failures on HyperPod GPU clusters (EKS or Slurm) — training hangs, AllReduce / collective-op timeouts, EFA or libfabric errors, rendezvous failures, EFA TCP fallback, /dev/shm or memlock issues, NCCL version mismatch across pods, container OOM / exit-137 / OOMKilled…

awslabs/agent-plugins · 150 tokens

planning

Discovers user intent and generates a structured, step-by-step plan for model customization workflows. This skill must always be activated alongside any other skill when the user's request relates to model customization — including fine-tuning, training, building, customizing, reviewing data, or getting advice on…

awslabs/agent-plugins · 115 tokens

hyperpod-issue-report

Generate comprehensive issue reports from HyperPod clusters (EKS and Slurm) by collecting diagnostic logs and configurations for troubleshooting and AWS Support cases. Use when users need to collect diagnostics from HyperPod cluster nodes, generate issue reports for AWS Support, investigate node failures or…

awslabs/agent-plugins · 99 tokens

hyperpod-version-checker

Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…

awslabs/agent-plugins · 120 tokens