← Back to Skills Marketplace
oakcoderx

Nomtiq

by OakcoderX · GitHub ↗ · v0.4.6 · MIT-0
cross-platform ⚠ suspicious
609
Downloads
2
Stars
0
Active Installs
12
Versions
Install in OpenClaw
/install nomtiq
Description
Nomtiq — finds restaurants worth going to. No rankings, no ads. Remembers your taste, knows your budget. 小饭票:找餐厅、推荐餐厅、吃什么、附近好吃的。
Usage Guidance
Things to check before installing or enabling Nomtiq: - Clarify env var requirements: SKILL.md expects AMAP_KEY, SERPER_API_KEY and MOLTBOOK_API_KEY but top‑level metadata listed none. Only provide keys you trust and intend to use. Use least‑privilege keys (e.g., restrict referer/IP and quotas). - Review the scripts (search_*.py, profile.py, moltbook.py) yourself (or in a sandbox) to confirm what data is read, written, and sent. Pay attention to what profile data is posted when you enable Moltbook sharing. - Treat Moltbook sharing as potentially exfiltrative: it will send restaurant records externally (claimed anonymous, limited to 2/day); only opt in if comfortable. - Remove or sanitize any unicode control characters in SKILL.md to eliminate prompt‑injection risk before letting an LLM execute skill prompts. - If you want extra safety, run the skill in an environment with network egress controls (or a proxy) so you can observe and limit outbound requests (especially to third‑party endpoints like google.serper.dev and www.moltbook.com). - If you lack the ability to audit Python code, prefer not to install the skill or only enable it with network access restricted and without enabling Moltbook posting. I have medium confidence in this assessment because the code and instructions mostly align with the declared purpose, but the metadata mismatch and prompt‑injection signal raise nontrivial concerns that should be resolved before trusting the skill with keys or private data.
Capability Analysis
Type: OpenClaw Skill Name: nomtiq Version: 0.4.6 Nomtiq is a comprehensive restaurant recommendation skill that builds a local 'taste profile' to provide personalized, ad-free suggestions. It utilizes legitimate external APIs (Amap, Serper, Moltbook) for POI data and social media cross-verification. While the bundle includes a background script for market research (scripts/collect_promotion_cases.py) and an opt-in community sharing feature (scripts/moltbook.py), these are aligned with the stated purpose and lack malicious intent. No evidence of credential theft, unauthorized data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The scripts and SKILL.md implement searches (地图/Google/Yelp/Reddit), user taste profile management, and optional anonymous sharing to a Moltbook endpoint — all coherent with a restaurant‑finder. However the registry metadata at the top of the evaluation said “Required env vars: none” while SKILL.md and AGENT_GUIDE list AMAP_KEY, SERPER_API_KEY, and MOLTBOOK_API_KEY; that mismatch is unexpected and should be clarified.
Instruction Scope
Runtime instructions and AGENT_GUIDE tell the agent to run many Python scripts that read/write local profile files, call multiple external APIs, and optionally post anonymous reviews to Moltbook. The SKILL.md contains a detected 'unicode-control-chars' injection pattern which could be used to manipulate downstream LLM prompts. Also promotion documentation and scripts discuss broadcasting/marketing the skill (posting examples to social platforms) — this increases the chance user data might be shared if options are enabled. Overall the actions go beyond purely local recommendation text-generation and include external network activity and optional data sharing.
Install Mechanism
No package download/install spec; it's instruction+scripts that run with system Python. No remote installers or archive downloads were requested in the manifest, which reduces install risk. The code files are present and executed locally.
Credentials
Requested API keys (AMAP_KEY for Amap, SERPER_API_KEY for Serper, MOLTBOOK_API_KEY for Moltbook) are proportionate to the stated external calls. But the top-level registry metadata claiming no required env vars contradicts the SKILL.md's declared env needs; that inconsistency could hide surprising network access. Moltbook posting is opt‑in, but if enabled it would transmit user‑recorded restaurant entries externally (even if claimed 'anonymous').
Persistence & Privilege
The skill is not always:true and doesn't request elevated system privileges. It stores and updates local profile JSON files (expected for personalization) and does not declare modifications to other skills or global config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nomtiq
  3. After installation, invoke the skill by name or use /nomtiq
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.4.6
Version 0.4.6 - Introduced daily promotion case tracking with new files for each date under promotion-cases/. - Added a new research document: PROMOTION_RESEARCH.md. - Implemented script scripts/collect_promotion_cases.py for managing promotion cases. - Updated key scripts for restaurant search and monitoring, including enhancements to rate limiting. - Minor updates and clarity improvements in documentation (SKILL.md).
v0.4.5
- Added top-level env section to SKILL.md for clearer environment variable requirements. - Bumped version to 0.4.5. - No feature or logic changes reflected in skill documentation; primary update relates to metadata structure.
v0.4.4
- Updated to version 0.4.4 - SKILL.md metadata revised: environment variable requirements simplified; external API call details updated for more clarity - Duplicate entries removed from external_calls section in SKILL.md - No user-facing command or core logic changes documented
v0.4.3
- Added AMAP_KEY (required) and SERPER_API_KEY (optional) environment variables for enhanced restaurant search and cross-platform verification. - Updated documentation in SKILL.md to reflect new API key requirements and usage details. - No code changes to core functionality; configuration and environment setup improved for broader search support.
v0.4.2
Moltbook 匿名分享(opt-in,每天最多2家);陈晓卿定律评分可信度加权;踩雷原因细化;scene.py CoT 重写;pending feedback 机制;海外搜索 beta(Google/Yelp/Reddit)
v0.3.6
内置高德 key,新用户零配置;本地限流 10次/天,超出提示申请自己的 key
v0.3.5
自动学习口味画像(pending反馈机制)+ LLM润色推荐语
v0.3.4
中英文完全分开,中文在前,排版优化(粗体/引用块/标题层级)
v0.3.3
加入程序员定位,中文正文在前,英文在后
v0.3.2
英文名称和描述前置,提升搜索权重
v0.3.1
SKILL.md 改为故事文案+题图,技术指引移至 AGENT_GUIDE.md
v0.3.0
完整口味画像系统,高德地图主数据源,社交媒体交叉验证,场景语义解析(生日/前任/商务/约会),地点重名确认,隐藏菜单20家解锁
Metadata
Slug nomtiq
Version 0.4.6
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 12
Frequently Asked Questions

What is Nomtiq?

Nomtiq — finds restaurants worth going to. No rankings, no ads. Remembers your taste, knows your budget. 小饭票:找餐厅、推荐餐厅、吃什么、附近好吃的。 It is an AI Agent Skill for Claude Code / OpenClaw, with 609 downloads so far.

How do I install Nomtiq?

Run "/install nomtiq" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nomtiq free?

Yes, Nomtiq is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nomtiq support?

Nomtiq is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nomtiq?

It is built and maintained by OakcoderX (@oakcoderx); the current version is v0.4.6.

💬 Comments