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.
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.
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.
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.
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.