Skip to main content

이 저장소의 skills

OrcaQubits/agentic-commerce-skills-plugins - 11페이지

SkillsMP는 OrcaQubits/agentic-commerce-skills-plugins에서 548개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

OrcaQubits/agentic-commerce-skills-plugins

수집된 skill 548개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Implement Shopify webhooks — subscription methods (HTTP, EventBridge, Pub/Sub, SQS), HMAC verification, mandatory GDPR webhooks, delivery methods, retry policy, and idempotency. Use when building event-driven Shopify integrations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement MPP one-time charge payment flows — per-request payment gates for API monetization, data access, and file downloads. Use when building pay-per-call APIs or protecting individual resources with HTTP 402 charges.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement MPP client-side payment handling with mppx.fetch(). Use when building AI agents or automated clients that consume 402-protected APIs, handling the transparent challenge-response payment flow.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Validate MPP implementations against the specification — verify HTTP 402 challenge-response compliance, header formats, payment method correctness, service discovery, and production readiness. Use when auditing an MPP integration or preparing for production…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Cross-cutting MPP development patterns — security, replay protection, HMAC challenge binding, receipt validation, error handling, retry logic, TLS requirements, and monitoring. Use when designing architecture or solving production concerns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement MPP payment proxies — wrap existing APIs with HTTP 402 payment gates without modifying the upstream service. Use when monetizing third-party APIs, adding payment layers to existing services, or building API marketplaces.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement MPP server-side middleware for Hono, Express, Next.js, and Elysia. Use when protecting API routes with HTTP 402 payment gates, configuring payment methods, or setting up the Mppx server instance.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement MPP service discovery — OpenAPI documents with x-payment-info extensions, x-service-info metadata, and llms.txt for autonomous agent discovery. Use when publishing paid API metadata for AI agents to find and pay for your services.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement MPP session-based streaming payment flows — authorize-once pay-as-you-go patterns for continuous data feeds, per-token billing, and micropayment aggregation. Use when building streaming APIs or services that charge incrementally.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scaffold an MPP project — install mppx SDK, configure payment methods, set up server middleware, and create a basic paid API endpoint. Use when starting a new MPP machine payments project from scratch.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement Shared Payment Token (SPT) lifecycle management for MPP — creation, usage, deactivation, webhook events, and reconciliation. Use when building the fiat/card payment flow within MPP using Stripe SPTs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure Stripe as an MPP payment method — card and wallet payments via Shared Payment Tokens (SPTs), integrating MPP's HTTP 402 flow with Stripe's payment infrastructure. Use when enabling fiat/card payments for machine-to-machine transactions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure Tempo blockchain as an MPP payment method — USDC stablecoin payments with sub-second finality, 100,000+ TPS, and no gas volatility. Use when setting up crypto-native payment rails for machine payments.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create and configure A2A Agent Cards — the discovery document describing an agent's capabilities, skills, authentication, and endpoint. Use when defining what your agent exposes to other agents.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Implement A2A authentication — API keys, Bearer tokens, OAuth 2.0, OpenID Connect, and mutual TLS. Use when securing agent-to-agent communication and configuring Agent Card security schemes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build an A2A client — the agent-side code that discovers other agents, sends tasks, handles responses, and manages multi-turn conversations. Use when implementing the client side that delegates work to A2A agents.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply A2A cross-cutting development patterns — orchestration topologies, idempotency, observability, agent registries, versioning, and production deployment. Use when architecting multi-agent systems or solving cross-cutting concerns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement A2A error handling — JSON-RPC errors, A2A-specific error codes, task failure states, retry strategies, and graceful degradation. Use when building robust error handling in A2A agents.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement the A2A JSON-RPC 2.0 transport layer — request/response format, method routing, batch requests, and HTTP details. Use when building custom A2A transport handling or debugging protocol-level issues.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build bridges between A2A and MCP — wrap A2A agents as MCP tools, use MCP tools from A2A agents, and architect hybrid multi-agent systems. Use when integrating A2A agent-to-agent communication with MCP tool access.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement A2A messages and parts — TextPart, FilePart, DataPart, message roles, metadata, and content negotiation. Use when building message construction, parsing, or content type handling in A2A agents.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement A2A multi-turn conversations — input-required state handling, context preservation, iterative refinement, and human-in-the-loop patterns. Use when building agents that need back-and-forth interaction.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement A2A push notifications — callback URL registration, notification delivery, and management methods. Use when building async notification delivery for long-running A2A tasks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build an A2A server — the agent-side endpoint that receives JSON-RPC requests, processes tasks, manages state, and returns results. Use when implementing the server side of an A2A agent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scaffold a new A2A project — install the SDK, create directory structure, configure the Agent Card, and set up a basic server/client. Use when starting a new A2A multi-agent project from scratch.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement A2A SSE streaming — message/stream method, Server-Sent Events, TaskStatusUpdateEvent, TaskArtifactUpdateEvent, and re-subscription. Use when building real-time streaming responses in A2A agents.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement A2A task lifecycle management — task creation, state transitions, terminal states, history, and artifacts. Use when building task state machines, handling state transitions, or managing task persistence.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Test A2A implementations — unit tests, integration tests, mock agents, protocol conformance, and end-to-end multi-agent testing. Use when building test suites for A2A servers, clients, or multi-agent systems.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement ACP affiliate attribution — privacy-preserving affiliate tracking without cookies using token-based first-touch and last-touch attribution. Use when building affiliate programs, referral tracking, or partnership attribution.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement ACP capability negotiation — dynamic discovery of mutually supported capabilities, extensions, payment handlers, and interventions. Use when building multi-feature merchant servers or agents that adapt to merchant capabilities.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement ACP checkout as an MCP server, exposing checkout operations as MCP tools. Use when building an MCP-based commerce server for AI agents that use tool-calling to complete purchases.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement the ACP REST checkout API — create, update, retrieve, complete, and cancel checkout sessions. Use when building merchant-side checkout endpoints, handling the checkout session state machine, or integrating with AI agent checkout flows.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Validate an ACP implementation against the protocol specification — schema validation, flow testing, error handling, idempotency, security checks, and production readiness. Use when preparing for launch or certifying compliance.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement the ACP delegated payment flow and SharedPaymentToken (SPT) provisioning. Use when integrating with Stripe for payment tokenization, handling SPT lifecycle, or building the payment completion flow.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Cross-cutting ACP development patterns — idempotency, error handling, 3D Secure flows, request signing, rate limiting, monitoring, and security best practices. Use when designing architecture or solving production concerns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement the ACP discount extension — discount codes, applied discounts, rejected codes, and line-item allocations. Use when adding coupon/promo code support to checkout flows.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Author custom ACP extensions — composable protocol add-ons with JSONPath targeting, schema composition, and independent versioning. Use when building proprietary or domain-specific extensions beyond the built-in ones.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement ACP fulfillment options — shipping, digital delivery, in-store pickup, and local delivery. Use when building fulfillment selection, rate calculation, delivery window management, or tracking integration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement ACP intent traces — structured cart abandonment signals with reason codes for analytics and automated recovery workflows. Use when building abandonment tracking, recovery automation, or conversion optimization.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement ACP order lifecycle management and webhook event delivery. Use when building order creation, status tracking, fulfillment updates, post-purchase adjustments, and HMAC-signed webhook emission.

원문 언어: 영어

업데이트
수집된 skill 548개 중 40개를 표시합니다.