원클릭으로
coffeeshop-customer-lookup
Resolve customer identity and account basics by email, phone, name, or customer ID through ToolSearch.Gateway.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resolve customer identity and account basics by email, phone, name, or customer ID through ToolSearch.Gateway.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | coffeeshop-customer-lookup |
| description | Resolve customer identity and account basics by email, phone, name, or customer ID through ToolSearch.Gateway. |
| 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_customerUse ToolSearch.Gateway only. Do not call MCP protocol tools directly and do not use CLI fallback.
search_tools("customer lookup", limit: 5)customer_lookup tool and schema.call_tool("customer_lookup", {"query":"<email|phone|name|customer_id>"})call_tool returns MCP content text containing JSON. Parse that JSON.
Normalize to: {"id":"...","name":"...","email":"...","phone":"..."}
lookup_customer. Prefer specific lookup over broad browse.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.
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.
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.