{"name":"Autonolas Mech III","description":"The mech executes AI tasks requested on-chain and delivers the results to the requester.","version":"1.0.0","defaultInputModes":["text/plain"],"defaultOutputModes":["application/json"],"capabilities":{"streaming":false,"pushNotifications":false},"registrations":[{"agentId":1722,"agentRegistry":"eip155:100:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"}],"metadata":{"network":"gnosis","serviceId":"1722","sourceToolMetadataCid":"f01701220157d3b106831e2713b86af1b52af76a3ef28c52ae0853e9638180902ebee41d4","generatedAt":"2026-05-17T18:37:09.990Z","marketplaceAddress":"eip155:100:0x735FAAb1c4Ec41128c367AFb5c3baC73509f70bB","howToHire":{"summary":"To hire this Mech, follow the Hire guide and submit a request via the Mech Marketplace client. The Marketplace page provides the service details for this network.","links":[{"rel":"hire","title":"Hire an agent (Mech Marketplace guide)","href":"https://build.olas.network/hire"},{"rel":"marketplace","title":"Marketplace service page","href":"https://marketplace.olas.network/gnosis/ai-agents/1722"}]}},"skills":[{"id":"tool:claude-prediction-offline","name":"claude-prediction-offline","description":"Makes a prediction using Claude","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"Claude Prediction Offline","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:claude-prediction-online","name":"claude-prediction-online","description":"Makes a prediction using Claude and online search","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"Claude Prediction Online","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:deepmind-optimization","name":"deepmind-optimization","description":"Makes a prediction using OpenAI gpt-3.5-turbo and online search. Works by optimizing the prompt to increase chances for a correct answer.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"Deepmind Optimization","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:deepmind-optimization-strong","name":"deepmind-optimization-strong","description":"Makes a prediction using OpenAI gpt-4 and online search. Works by optimizing the prompt to increase chances for a correct answer.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"Deepmind Optimization","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:openai-gpt-3.5-turbo","name":"openai-gpt-3.5-turbo","description":"Performs a request to OpenAI's GPT-3.5 Turbo model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's GPT-3.5 Turbo model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"User prompt to send to OpenAI"}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Request (GPT-3.5 Turbo)","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:openai-gpt-3.5-turbo-instruct","name":"openai-gpt-3.5-turbo-instruct","description":"Performs a request to OpenAI's GPT-3.5 Turbo Instruct model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's GPT-3.5 Turbo Instruct model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"User prompt to send to OpenAI"}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Request (GPT-3.5 Turbo Instruct)","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:openai-gpt-4","name":"openai-gpt-4","description":"Performs a request to OpenAI's GPT-4 model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's GPT-4 model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"User prompt to send to OpenAI"}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Request (GPT-4)","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:openai-text-davinci-002","name":"openai-text-davinci-002","description":"Performs a request to OpenAI's DaVinci002 model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's DaVinci002 model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Request (DaVinci002)","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:openai-text-davinci-003","name":"openai-text-davinci-003","description":"Performs a request to OpenAI's DaVinci003 model.","inputSchema":{"type":"string","description":"The request to relay to OpenAI's DaVinci003 model."},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Response from OpenAI"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Request (DaVinci003)","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-offline","name":"prediction-offline","description":"Makes a prediction using OpenAI GPT-3.5 Turbo","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Prediction Offline","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-offline-sme","name":"prediction-offline-sme","description":"Makes a prediction using OpenAI GPT-3.5 Turbo and provides a SME based on the prompt.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Prediction Offline with Subject Matter Expert (SME)","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-online","name":"prediction-online","description":"Makes a prediction using OpenAI GPT-3.5 Turbo. Uses data from searching the web.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Prediction Online","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-online-sme","name":"prediction-online-sme","description":"Makes a prediction using OpenAI GPT-3.5 Turbo and provides a SME based on the prompt. Uses data from searching the web.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"OpenAI Prediction Online with Subject Matter Expert (SME)","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-request-rag","name":"prediction-request-rag","description":"A tool for making binary predictions on markets using RAG.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"Prediction Request RAG","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-request-reasoning","name":"prediction-request-reasoning","description":"A tool for making binary predictions on markets using an extra reasoning step with OpenAI models.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"Prediction Request Reasoning","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-request-rag-claude","name":"prediction-request-rag-claude","description":"A tool for making binary predictions on markets using RAG with Claude models.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"Prediction Request RAG Claude","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-request-reasoning-claude","name":"prediction-request-reasoning-claude","description":"A tool for making binary predictions on markets using an extra reasoning step with Claude models","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"Prediction Request Reasoning Claude","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:superforcaster","name":"superforcaster","description":"A tool for making binary predictions on markets using serper API and LLMs.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"Prompt used for probability estimation."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"SuperForecaster","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}}]}