← 返回 Skills 市场
609
总下载
2
收藏
0
当前安装
12
版本数
在 OpenClaw 中安装
/install nomtiq
功能描述
Nomtiq — finds restaurants worth going to. No rankings, no ads. Remembers your taste, knows your budget. 小饭票:找餐厅、推荐餐厅、吃什么、附近好吃的。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nomtiq - 安装完成后,直接呼叫该 Skill 的名称或使用
/nomtiq触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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家解锁
元数据
常见问题
Nomtiq 是什么?
Nomtiq — finds restaurants worth going to. No rankings, no ads. Remembers your taste, knows your budget. 小饭票:找餐厅、推荐餐厅、吃什么、附近好吃的。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 609 次。
如何安装 Nomtiq?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nomtiq」即可一键安装,无需额外配置。
Nomtiq 是免费的吗?
是的,Nomtiq 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nomtiq 支持哪些平台?
Nomtiq 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nomtiq?
由 OakcoderX(@oakcoderx)开发并维护,当前版本 v0.4.6。
推荐 Skills