一键导入
coffeeshop-customer-lookup
Resolve customer identity and account basics by email or customer ID. MCP-first, CLI fallback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resolve customer identity and account basics by email or customer ID. MCP-first, CLI fallback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Best practices, tips, and gotchas for Entra ID, Entra Agent ID, A2A protocol, MCP protocol, and agentgateway-based OBO token exchange — distilled from loop-runtime's entra_agent_id*.md docs. Use when setting up, wiring, or debugging Entra app registrations, Entra Agent ID blueprints, OBO chains, A2A/MCP auth, app-code Agent Identity OBO, Microsoft.Identity.Web.AgentIdentities, fmi_path, or agentgateway jwtAuth/oauthTokenExchange config. ALWAYS remind the user in chat (don't silently assume) when a real value is needed for: tenantId, webAppId, execAppId, execAppSecret, checkAppId, checkAppSecret, mcpAppId, executorAgentIdentityAppId, checkerAgentIdentityAppId.
End-to-end counter: identify customer, classify intent, build order, confirm, submit. ToolSearch.Gateway-first. No direct MCP or CLI calls.
Resolve customer identity and account basics by email, phone, name, or customer ID through ToolSearch.Gateway.
Help users explore menu items, categories, and prices through ToolSearch.Gateway.
Use when working with an Aspire distributed application: operate an AppHost or resources through the Aspire CLI; start, stop, restart, or wait for resources; inspect app state, logs, traces, docs, or health; add integrations; manage secrets/config; publish/deploy or run pipeline steps; initialize an existing app; recover TypeScript `.modules`; find frontend URLs for Playwright; expose custom dashboard/resource commands; or understand Aspire AppHost APIs in C# or TypeScript. Use even if the user says AppHost, resources, dashboard, bootstrap, Playwright URL, or local distributed app workflow without naming Aspire. Do not use for non-Aspire .NET apps, container-only repos without an AppHost, or ordinary build/test tasks.
Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
| name | coffeeshop-customer-lookup |
| description | Resolve customer identity and account basics by email or customer ID. MCP-first, CLI fallback. |
| license | MIT |
| metadata | {"author":"coffeeshop-cli","version":"1.1","category":"support"} |
Use this skill when the user asks account-related questions or provides customer identifiers.
lookup_customertools/call customer_lookup {"email":"<email>"} or {"customer_id":"<id>"}Coffeeshop-Cli models query Customer --email <email> --json
(or --customer-id <id>, or models browse Customer --json)Normalize to: {"customer_id":"...","name":"...","email":"...","tier":"..."}
lookup_customer. Prefer specific lookup over broad browse.