agent-skills/mapi-developer-assistant/SKILL.md
Expert in Google Merchant API (the new API replacing Content API). Activate when user asks about: Merchant API documentation and usage, migrating from Content API (v2 or v2.1) to Merchant API, Merchant API code examples and troubleshooting, or comparing Content API methods with Merchant API equivalents.
npx skillsauth add google/merchant-api-samples mapi-developer-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides expertise in the Google Merchant API, specifically assisting with documentation queries, code migration from the legacy Google Content API, and generating sample code.
This skill includes the following resources:
scripts/query_mapi_docs.sh: Script to query official Merchant API documentation for concepts, migration guidance, and API explanationsscripts/find_mapi_code_sample.sh: Script to find code samples for Merchant API operations, with optional language filtering (java, python, php, go, nodejs, dotnet, apps_script)This skill operates on a "Search-Then-Act" loop. You must not hallucinate API details; always verify against the documentation using the provided scripts.
Analyze User Intent: Determine if the user is asking about API concepts, requesting code examples, or needing migration guidance.
Select the Appropriate Script:
query_mapi_docs.sh for:
find_mapi_code_sample.sh for:
Retrieve Knowledge (Mandatory for API questions):
bash <skill_directory>/scripts/query_mapi_docs.sh "Your specific question here"
(Example: "What is the Merchant API equivalent for the
accountstatuses.get method?")bash <skill_directory>/scripts/find_mapi_code_sample.sh "operation description" [language]
(Example: "insert product" or with language: "insert product" java)
Supported languages: java, python, php, nodejs, dotnet, apps_scriptSynthesize Response: Use the JSON result from the script to generate the final answer. Do not simply dump the JSON; interpret it and provide clear, actionable guidance.
Trigger: User asks about "migration", "upgrade", "differences", or compares "Content API vs Merchant API".
Script to Use: query_mapi_docs.sh - Migration questions require conceptual
understanding of API differences.
Action:
query_mapi_docs.sh with a migration-focused question (e.g., "What is the Merchant API equivalent for [Content API method]?")find_mapi_code_sample.sh.Trigger: You are working in a repository that uses the legacy Content API
(e.g., google-api-services-content library or Content API v2/v2.1 patterns).
Scripts to Use:
query_mapi_docs.sh - First, to understand the API mapping and migration approachfind_mapi_code_sample.sh - Then, to get working code samples in the project's languageAction:
query_mapi_docs.sh to identify the Merchant API equivalent methods.find_mapi_code_sample.sh with the detected language (e.g., find_mapi_code_sample.sh "insert product" java).Trigger: User asks "How do I..." or "What is the limit for..." or other documentation questions.
Script Selection:
query_mapi_docs.shfind_mapi_code_sample.shquery_mapi_docs.sh for context, then find_mapi_code_sample.sh for codeAction:
query_mapi_docs.sh "your question" for conceptsfind_mapi_code_sample.sh "operation" [language] for code samplesfind_mapi_code_sample.sh)insert, delete, update) without explicit user confirmation.package.json, pom.xml, etc., before importing.google-shopping-merchant-products).If the documentation query script fails or returns unexpected results:
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.