본문으로 건너뛰기
이 콘텐츠는 아직 사용자의 언어로 제공되지 않아 영어로 표시됩니다.

买手技能

Skill
78

商品价格全网对比技能,获取商品在淘宝(Taobao)、天猫(TMall)、京东(JD.com)、拼多多(PinDuoDuo)、抖音(Douyin)、快手(KaiShou)的最优价格、优惠券,当用户想购物或者获取优惠信息时使用。Get the best price, coupons for goods on Chinese e-commerce platforms, compare product prices, and use when users want to shop or get discount information.

AI 요약

This skill provides two main tools: 'search' to find products across platforms like Taobao, Tmall, JD.com, and Pinduoduo, and 'detail' to get specific product information including direct purchase links and coupon details. It is implemented in Python and targets the Chinese e-commerce market.

Documentation

  • info:Configuration & parameter referenceThe available parameters for the `search` and `detail` commands are listed, but their default values and explicit precedence orders are not fully documented.

Versioning

  • warning:Release ManagementThere is no explicit versioning information (e.g., version field in package.json, CHANGELOG, or GitHub releases) available for this skill.

Code Execution

  • warning:ValidationWhile parameters are expected, the script does not show explicit schema validation for input arguments like 'keyword', 'source', or 'id' before they are used in API calls.
  • warning:Error HandlingThe script has basic error handling for API responses, but it could be more robust by providing more specific error messages or structured error codes for the agent to interpret.

Compliance

  • info:GDPRThe skill does not appear to operate on personal data directly, but the API it calls might. No explicit sanitization is present before sending data to the LLM.

Practical Utility

  • warning:Edge casesWhile the script handles API errors generally, specific failure modes like rate limiting, invalid product IDs, or no search results are not explicitly documented with recovery paths for the user.

Safety

  • warning:Halt on unexpected stateThe script could improve by explicitly listing preconditions for its commands (e.g., valid source type, existing product ID) and halting with a clear message if they are not met, rather than relying solely on API error responses.

설치

npx skills add aahl/skills

Vercel skills CLI(skills.sh)를 npx로 실행합니다. 로컬에 Node.js와 skills 호환 에이전트(Claude Code, Cursor, Codex 등) 중 하나 이상이 설치되어 있어야 합니다. 저장소가 agentskills.io 형식을 따른다고 가정합니다.

5 days ago에 업데이트됨
소스 코드 보기