Loading...
Loading...
Found 86 Skills
Shopee Store Authorization and Management Skill, supporting separate authorization for ERP and AD (Advertising) dual applications. Provides authorization process, query of authorized stores, and authorization status retrieval. When authorizing, you can fill in the store name shopName; region supports cn / global / br, and appType supports erp / ad. Triggered when users mention Shopee store authorization, Shopee store binding, ERP authorization, AD authorization, appType, query authorized Shopee stores, Shopee seller authorization, bind Shopee shop, Shopee Ads authorization. Even if "Shopee" or "authorization" is not explicitly mentioned, it should be triggered as long as it involves Shopee seller account binding, ERP/AD application authorization, or store list query.
Discover, navigate, and call Slack Web API methods (the family.method endpoints at slack.com/api like chat.postMessage, conversations.history, users.info, views.open). Use this skill whenever the developer asks which Slack API method does something, needs a method's required OAuth scopes or token type, wants to call or test a Web API method, is handling cursor pagination (next_cursor), hitting rate limits (tier/ratelimited/Retry-After), or debugging API errors like missing_scope, invalid_auth, or channel_not_found. Also trigger when they paste a slack.com/api/ URL or a docs.slack.dev/reference/methods link, or ask how to list/fetch/post/update Slack resources via the API. This skill covers the Web API method layer: finding the right method, reading its contract (scopes, arguments, errors), and calling it over raw HTTP with curl or through a Slack SDK.