Przejdź do głównej treści
Ta treść nie jest jeszcze dostępna w Twoim języku i jest wyświetlana po angielsku.

买手技能

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.

Podsumowanie 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.

Instalacja

npx skills add aahl/skills

Uruchamia Vercel skills CLI (skills.sh) przez npx — wymaga lokalnego Node.js oraz co najmniej jednego zainstalowanego agenta zgodnego ze skills (Claude Code, Cursor, Codex, …). Zakłada, że repozytorium jest zgodne z formatem agentskills.io.

Zaktualizowano 4 days ago
Zobacz kod źródłowy