{"uid":"cap_uW-zILlUDg0kaqrlSOXR1","slug":"agent402-tools-decode-blob-47c23122","name":"agent402.tools Decode Blob","description":"Bundled execution of the Decode this blob workflow - Hand the agent an opaque string - a JWT, a base64'd JSON payload, a gzip-encoded API response, a hex-encoded hash - and walk it through identifying what it is and unwrapping it layer by layer until it's human-readable. One x402 payment runs 7 underlying tools (jwt-decode, gunzip, brotli-decompress, base64, hex, json-format, hash); partial-success per step.","url":"https://agent402.tools/api/skill/decode-blob","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"blob":{"type":"string","description":"The opaque string to identify and decode"}}},"responseSchema":{"type":"json","example":{"args":{"blob":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ"},"pack":"decode-blob","steps":[{"ok":true,"slug":"jwt-decode","result":{}},{"ok":true,"slug":"gunzip","result":{}},{"ok":true,"slug":"brotli-decompress","result":{}},{"ok":true,"slug":"base64","result":{}},{"ok":true,"slug":"hex","result":{}},{"ok":true,"slug":"json-format","result":{}},{"ok":true,"slug":"hash","result":{}}],"summary":"7/7 steps succeeded"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.007","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.007/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.007","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.007","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_PlaqTuferDaJKxMEms9HP","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.007","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Identifies and decodes opaque encoded strings (JWTs, base64, gzip, hex, etc.) layer by layer, revealing their underlying content and structure.","exampleAgentPrompt":"Can you decode this blob and tell me what it is and what's inside it: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c — walk me through each layer.","exampleUseCases":null,"resultDescription":"A structured breakdown identifying the encoding type(s) of the input blob and the decoded/unwrapped content at each layer — e.g. 'This is a JWT; header: {...}, payload: {...}' or 'This is base64-encoded gzip containing {...}'.","failureModes":["Unrecognized encoding type — blob cannot be identified or decoded","Malformed input — string is corrupted or truncated mid-encoding","Encrypted content — encoding can be identified but content cannot be decrypted without a key","Empty or null blob input — validation error returned"],"whenToPreferThis":"Use this endpoint when you have an opaque string of unknown encoding and need to identify its format and extract its contents without knowing in advance whether it is a JWT, base64, hex, gzip, or other encoding. Prefer this over single-purpose decoders when you are uncertain of the encoding type or when the payload may have multiple nested layers.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T07:05:05.823Z","isFirstParty":false}