{
  "type": "https://ercs.ethereum.org/ERCS/erc-8257#tool-manifest-v1",
  "name": "depunks-trader-bundle",
  "description": "Drafts a bundle: sell one of the owner's DePunks and include one or more free items the owner also holds (another DePunk or a token from another ERC-721 collection). Ownership of every item is validated; the owner signs a single bundle order in the Trade tab. The agent never signs or moves any NFT.",
  "version": "0.1.0",
  "endpoint": "https://depunks.club/agents/trader/skills/bundle",
  "tags": [
    "depunks",
    "foundation",
    "staff",
    "trader"
  ],
  "inputs": {
    "input": {
      "type": "string",
      "description": "Request for the agent skill"
    }
  },
  "outputs": {
    "output": {
      "type": "string",
      "description": "Skill response"
    }
  },
  "creatorAddress": "0x0b10d90fcb55ea40cd7580224f26d51eb2d7ee1c"
}