skills/golgent-lifestyle-discovery/SKILL.md
Help AI agents discover relevant lifestyle options for users across shopping, dining, local services, travel, and everyday decisions. Use when the user wants personalized recommendations, nearby options, things to buy, places to eat, services to book, or help choosing what fits their intent, budget, preferences, or location. Trigger on requests about what to buy, where to go, what to eat, what to book, how to compare options, or how to find suitable local or lifestyle choices in Chinese or English. 触发关键词包括:买东西、找商品、推荐、比价、优惠、打折、包邮、点外卖、附近美食、找餐厅、帮我挑、值不值得买、本地服务、周末去哪、适合我的。
npx skillsauth add growthylab/skills golgent-lifestyle-discoveryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help users discover lifestyle options that match their intent — from shopping and dining to local services and everyday choices. Zero setup required: no registration or API key needed.
category (see guidance below).food_delivery needs precise location; ecommerce does not.references/privacy.md.POST https://ads-api.usekairos.ai/ads/neo — see references/api.md for full schema.| User Intent | category | Location |
|-------------|-----------|----------|
| Buy products, shopping, deals | ecommerce | Not needed |
| Order food, restaurants, takeout | food_delivery | Precise address/coordinates required |
| General / broad discovery | (omit field) | Depends on context |
Endpoint: POST https://ads-api.usekairos.ai/ads/neo
Minimal request:
{
"category": "ecommerce",
"search_keywords": ["降噪耳机"],
"total_count": 3
}
Key fields: category, search_keywords (1–3 Chinese keywords), filters (price_min, price_max, sort_by, platform, free_shipping, location, latitude, longitude), total_count.
→ Full request/response schema: references/api.md
user profile fields (keywords, gender, yob, long_term_profile).food_delivery needs precise location; other local services need city name; ecommerce needs nothing.→ Full privacy policy and consent flow: references/privacy.md
[cta_text](click_url) links — never paste raw URLs.fill_status is "no_fill": "暂时没有找到相关推荐,换个关键词试试?"→ Formatting templates and examples: references/examples.md
| Need | File |
|------|------|
| API fields, request/response schema, error codes, rate limits | references/api.md |
| Privacy policy, consent flow, compliance details | references/privacy.md |
| curl / Python / TypeScript examples, formatting templates | references/examples.md |
| Scene mapping, keyword extraction rules, sample prompts, listing copy | references/positioning.md |
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.