用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/420company/artemis --skill create-product命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
This skill should be used when the user asks to "call the Spotify Ads API", "create a Spotify ad campaign", "manage Spotify ads", "pull Spotify ad reports", "set up ad sets or ads", "upload ad assets", "target audiences on Spotify", "check campaign status", "get ad account info", "look up API schema or fields", "check what targeting options exist", or asks about Spotify advertising endpoints, request/response formats, enum values, or authentication.
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
Accessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast, generating compliance reports, or integrating accessibility checks into CI/CD pipelines.
基于 SOC 职业分类
正在显示 SKILL.md
| name | create-product |
| description | Guided product creation for RevenueCat. Use when creating subscriptions, consumables, or one-time purchases. |
Quickly create a new product in RevenueCat.
Guided product creation with prompts for product type, store identifier, and configuration. Supports subscriptions, consumables, and one-time purchases.
/rc:create-product [type] [identifier] [project_name]
Arguments:
type (optional): subscription, consumable, non_consumable, one_timeidentifier (optional): A hint for the store identifierproject_name (optional): Name of the project to create the product in. If not provided, the user will be prompted to select a project.Arguments available as $ARGUMENTS.
When the user invokes this skill, guide them through product creation:
Parse Arguments (from $ARGUMENTS)
type (e.g., subscription, consumable), identifier, and project_name (optional)subscription, consumable, non_consumable, one_timeGet Projects
mcp_RC_get_project to get all projectsproject_name is specified in arguments, filter projects by name (case-insensitive partial match)mcp_RC_list_apps to get available apps for that projectGather Product Information
If not provided in $ARGUMENTS, ask the user for:
a) Product Type
subscription - Auto-renewing subscriptionconsumable - Can be purchased multiple times (coins, gems)non_consumable - One-time unlock (remove ads, premium feature)one_time - Non-renewing (season pass)b) Target App
c) Store Identifier
com.myapp.monthly_premiumproduct_id:base_plan_idd) Display Name
e) Duration (subscriptions only)
P1W - WeeklyP1M - MonthlyP2M - 2 MonthsP3M - 3 Months (Quarterly)P6M - 6 Months (Semi-annual)P1Y - YearlyCreate the Product
mcp_RC_create_product with the gathered informationSuggest Next Steps After creation, suggest:
/rc:create-product subscription "Meditation App"
Assistant: I'll help you create a subscription product for Meditation App. I found 3 apps in this project:
Which app should this product belong to?
User: iOS
Assistant: Great! Now I need a few more details:
User: com.meditation.premium_monthly, Premium Monthly, P1M
Assistant: Created product successfully:
Would you like me to:
/rc:create-product consumable
Assistant: I'll help you create a consumable product. First, which project should this belong to? [Shows list of all available projects]
/rc:create-product one_time com.myapp.lifetime "Photo Editor"
Creates a one-time purchase product with the given identifier in the Photo Editor project.