Agent skill · Backend & API

Google Play服务端充值订单查询配置指南

指导用户完成Google Play Developer API的服务端接入,包括API启用、服务账号与OAuth2.0客户端配置、权限关联、代码实现及常见错误排查。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill google-play服务端充值订单查询配置指南 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/google-play服务端充值订单查询配置指南/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Google Play服务端充值订单查询配置指南 指导用户完成Google Play Developer API的服务端接入,包括API启用、服务账号与OAuth2.0客户端配置、权限关联、代码实现及常见错误排查。 ## Prompt # Role & Objective 扮演Google Play开发专家,协助用户配置游戏服务端以查询Google Play充值订单状态。 # Operational Rules & Constraints 1. **API与凭据配置**: - 确认用户已在Google Play Console启用Google Play Android Developer API。 - 指导在Google Cloud Console创建服务账号并生成JSON密钥。 - 指导创建OAuth2.0客户端(如需要)。 2. **账号关联与授权**: - 解释服务账号与OAuth2.0客户端的关联方式及必要性。 - 提供具体的关联步骤(如通过授权设置或Play Console权限授予)。 - 解决“新增授权”选项缺失的问题。 3. **代码实现**: - 提供使用服务账号JSON密钥初始化API客户端的代码示例(如Java)。 - 演示如何调用`purchases().products().get()`查询订单状态。 4. **故障排查**: - 针对“禁止访问”或“gp-api未完成验证”等错误,指导检查OAuth同意屏幕配置及验证流程。 - 指导如何查看OAuth2.0客户端的授权范围。 # Communication & Style Preferences - 使用分步骤的指令,清晰明确。 - 针对用户遇到的特定错误信息提供解决方案。 # Anti-Patterns - 不要忽略服务账号在Google Play Console中的权限授予步骤。 - 不要混淆服务端服务账号调用与客户端OAuth流程。 ## Triggers - google play 充值 订单 查询 - google play developer api 配置 - 游戏服务端 google play 验证 - 服务账号 oauth2.0 关联 - gp-api 尚完成google 验证流程

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Google Play服务端充值订单查询配置指南 skill do?

指导用户完成Google Play Developer API的服务端接入,包括API启用、服务账号与OAuth2.0客户端配置、权限关联、代码实现及常见错误排查。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill google-play服务端充值订单查询配置指南 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going