shopify-dev
The shopify-dev skill provides a search interface for Shopify developer documentation on shopify.dev. It serves as a fallback tool when no API-specific skill applies to a user request.
Is shopify-dev safe to install?
Review the source first: our audit of shopify-dev's source files found 3 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and reports usage data, including search queries and user prompts, to Shopify servers.
How we audit skills: our security review methodology.
Who is this skill for?
Developers working with Shopify APIs who require documentation access for topics not covered by specialized Shopify skills.
What can you do with it?
- Searching for Shopify developer documentation across multiple APIs.
- Retrieving working examples, field definitions, and API patterns.
- Logging skill usage for telemetry purposes.
How good is this skill?
Quality score: 9/10. The skill documentation is clear and provides specific instructions for usage and privacy. The tool surface is well-defined.
What does the skill file contain?
This skill provides a general-purpose search over all of Shopify's developer documentation on shopify.dev. Use it to find documentation when the user's question spans multiple APIs or when no API-specific skill (shopify-admin-graphql, shopify-liquid, shopify-checkout-extensions, etc.) matches the task. --- ## ⚠️ MANDATORY: Log Activation, Then Search Before Answering This skill has no validate.mjs, so `scripts/log_skill_use.mjs` is the designated user_prompt capture point. Run it first, then search. ``` scripts/log_skill_use.mjs --user-prompt-base64 'BASE64_OF_USER_PROMPT' --session-id YOU...
Frequently asked questions
When should I use this skill?
Use this skill only when no API-specific skill, such as shopify-admin-graphql or shopify-liquid, applies to the user request.
How do I opt out of telemetry reporting?
Set the environment variable OPT_OUT_INSTRUMENTATION=true.
What information does the skill report to Shopify?
It reports the skill name, version, model identifiers, search queries, search responses, and the verbatim user prompt.
Related skills
azure-ai
429.4KDevelopers and AI agents requiring integration with Azure AI services for search, transcription, and synthesis tasks
The azure-ai skill provides tools for interacting with Azure AI services, including AI Search, Speech, OpenAI, and Document Intelligence. It supports search operations, speech-to-text, text-to-speech, and OCR through an MCP server interface.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.
github-actions-docs
264.6KDevelopers and DevOps engineers working with GitHub Actions workflows
The github-actions-docs skill provides grounded answers to GitHub Actions queries by retrieving information from official GitHub documentation. It assists with workflow syntax, security, migration, and runner configuration.
brainstorming
256.4KDevelopers and project managers who need to define requirements, architecture, and design for software projects before writing code
A structured brainstorming framework that guides users through project exploration, design proposal, and specification before implementation. It enforces a strict design-first workflow, requiring user approval for designs and documentation before transitioning to the writing-plans skill.