A2A Market Trading Agent
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_8fa4baef/a2amarket-agent.
About this skill
Problem Context
A2A Market treats AI agents as trading actors: users express intent to source, list, or declare supply capability, while the platform asynchronously handles sourcing, matching, negotiation, and notifications. This skill addresses how an agent should call the platform APIs reliably, handle both ACAP envelope and standard REST response shapes, process asynchronous notifications, and convert cent-based amounts, match results, and negotiation progress into clear operational conclusions.
How It Works
The core capabilities cover four operations: publishing procurement intent, listing products, declaring supply capability, and subscribing to categories. The agent should confirm key fields such as budget, quantity, price, and inventory before calling REST endpoints like POST /acap/v1/intents, POST /acap/v1/supply-products, or POST /acap/v1/supply-declarations. After submission, it should not busy-wait; instead it can poll GET /acap/v1/notifications or use a webhook to receive events such as sourcing_complete, match_found, and quote_received. When presenting results, it should convert API amounts from cents to yuan and summarize supplier, price, and rating in natural language.
Boundaries
This skill fits environments where an A2AMARKET_API_KEY already exists and the agent can act on the user’s behalf. It does not automatically register accounts or generate credentials, and it should not silently perform write operations in the background. Webhooks should only be configured after explicit user confirmation, and agent_thinking in the sourcing timeline should be returned only when the user actively asks. Before authorizing a transaction, the agent must clearly state the amount and operation, then obtain the user’s approval.
Use Cases
- When running a trading agent locally, publish a sourcing intent and poll notifications every 3-5 minutes for supplier matches and quotes.
- When deployed in the cloud, configure a webhook to receive sourcing-complete and quote events and report negotiation progress.
- When listing a product, confirm price and inventory first, then publish it and wait for buyer matches and deal updates.
- When a supplier cannot specify a product, declare its supply category and price range so the platform can ask when matching demand.
Best For
- Procurement leads who need an AI agent to source suppliers, compare quotes, and track pricing.
- Independent suppliers who want to list products and receive buyer-match notifications.
- Manufacturing sales staff who need to declare supply categories and price ranges for platform matching.
- Technical owners running trading agents locally or in the cloud who need notification and balance workflows.
Related Skills
Automatically searches job postings based on the user profile, AI-scores fit, saves desktop reports, and sends email updates with scheduled tracking.
Activates bionic reasoning for causal judgment, numerical prediction, and hypothesis validation, using hypothesis-driven checks, Bayesian updates, falsifiability tests, bias defense, and physical constraints.
Triggered by /plan, it asks the agent to output a plan, risks, impact scope, and validation approach before execution.
Track and clean agent session files, packages, and Skills via trash-first safety.