Installation guide

Install the Nomtiq restaurant finder skill

Add the skill, configure one search provider for the restaurant destination, and test it without exposing an API key.

  1. Install from GitHub

    For an Agent Skills-compatible client:

    npx skills add OakcoderX/nomtiq --skill nomtiq -g

    To inspect the skill before installing, open the public GitHub repository or read its raw SKILL.md.

  2. Or install in OpenClaw

    npx clawhub@latest install @oakcoderx/nomtiq

    The GitHub release is the canonical source for the current public code. The ClawHub listing is the OpenClaw distribution channel.

  3. Choose a live-search provider

    Provider choice follows the destination, not the language of the prompt:

    • Mainland China: set AMAP_WEBSERVICE_KEY for Amap Web Service.
    • Outside mainland China: set SERPER_API_KEY for Google Maps results through Serper.

    Put credentials in the agent process environment or a secret manager. Do not paste keys into prompts, source files, screenshots, command arguments, or logs.

  4. Run the setup check

    python3 scripts/doctor.py

    If no supported key is present, the doctor returns a setup-required result and explains what to configure. It should not print a secret value.

  5. Try a bounded first prompt

    Find a quiet date-night restaurant near Shibuya, around ¥8,000 per person, where we can talk.

    A useful answer should explain why each result fits the location, budget, group, and occasion. See the date-night workflow for a fuller example.

Supported clients

Nomtiq uses the portable Agent Skills directory format: a root SKILL.md plus scripts and reference material. Installation details still vary by client, so consult the client’s own documentation when its skill directory or environment handling differs.