用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/whyzsm/tiny-agents --skill walter-product-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Single-Agent T-MAX Java backend architecture and engineering rule package. Use when Codex must design, implement, review, or diagnose T-MAX backend services involving Java 8, Spring Boot, Kylin, MyBatis XML, TiDB/MySQL, Apollo/Nacos, Feign, AnePageHelper, ResponseResult/DataGridResult, UEP export, Redis, RabbitMQ, or Maven multi-module repositories. Routes one Agent through repository intake, architecture decisions, API/data contracts, implementation diagnosis, quality/security review, and bounded evidence loops while keeping builds, tests, live calls, commits, and pushes as separate authority boundaries.
Create polished consulting-style single-file HTML research reports from messy business notes, screenshots, metrics, and iterative user feedback. Use this skill whenever the user asks for a 咨询风/艾瑞咨询风/研究报告/汇报报告/HTML报告, wants business or AI landing-practice material turned into a management-facing report, asks to add charts/diagrams, or asks to update report metrics and keep the whole HTML report consistent.
Audit HarmonyOS applications for AppGallery/AGC release readiness, including Huawei UX/HMI controls, system-feature integrations, and performance gates for multi-input interaction, latency, frame rate, content display, memory, and CPU. Use when users ask for 鸿蒙上架自检、应用市场审核、AGC发布前检查、控件/系统特性/人机交互/签名/隐私/权限/截图/性能核对或 release 包门禁, especially for Stage-model projects with module.json5, build-profile.json5, hvigorw, and local-first data constraints.
基于 SOC 职业分类
正在显示 SKILL.md
| name | walter-product-research |
| description | 亚马逊选品调研 skill. Walter Product Research skill from the ecommerce-product-selection-team expert package. |
"我这个想法能不能做?"
用户: "我想做沙滩裤"
用户: "women active shorts能不能做"
用户: "分析下这个市场"
[选品调研报告]
[Decision] GO / CAUTION / NO-GO
[Score] 72/100
├─ 市场容量: 640,240 units/月
├─ 竞争程度: CR3=63% (高)
├─ 市场趋势: +8.5%/月 (上升)
├─ 利润空间: $2.08/unit (8.3%)
└─ 风险提示: 高品牌集中度
[详细报告] [竞品分析] [生成Listing]
class ProductResearch:
def analyze(self, keyword: str, price: float = None, cost: float = None) -> Dict:
"""
选品调研完整流程
"""
# 1. 快速扫描
scan = self.quick_scan(keyword)
# 2. 市场分析
market = self.analyze_market(scan['node_id'])
# 3. 利润测算
profit = self.calculate_profit(price, cost)
# 4. 竞品发现
competitors = self.discover_competitors(keyword)
# 5. 风险评估
risks = self.assess_risks(scan, market)
return {
'decision': scan['recommendation'],
'score': scan['score'],
'market': market,
'profit': profit,
'competitors': competitors,
'risks': risks
}
unified_data_layer_v2.py - 统一数据层sellersprite_mcp.py - MCP客户端V1 - 2026-04-13