somnia-agents-invoke

Invoke on-chain AI and web extraction agents from the CLI.

1|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/emrestay/somnia-agents-skills --skill somnia-agents-invoke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: somnia-agents-invoke
Source: https://github.com/emrestay/somnia-agents-skills/tree/main/skills/somnia-agents-invoke
Command: npx skills add https://github.com/emrestay/somnia-agents-skills --skill somnia-agents-invoke

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires viem, dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to invoke on-chain AI agents from the command line, simplifying testing and prototyping of decentralized compute workflows.

Core Features & Use Cases

  • On-demand Agent Invocation: Send requests to execute AI or web extraction agents without deploying contracts.
  • Request Monitoring & Receipt Retrieval: Wait for finalization and fetch detailed off-chain receipts for auditing and debugging.
  • Use Case: A developer wants to test a web scraping agent that extracts a product title from a website by issuing a simple CLI command and reviewing the generated receipt.

Quick Start

Use the CLI to invoke the JSON fetch agent to retrieve Bitcoin price data directly.

Frequently Asked Questions about somnia-agents-invoke

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I invoke on-chain AI agents from the command line for prototyping?

You can invoke on-chain AI agents from the command line by executing CLI commands that send requests to decentralized compute workflows without deploying contracts, requiring a Node.js environment with viem and dotenv dependencies.

Can I test web extraction agents via CLI without deploying smart contracts?

Yes, you can test web extraction agents via CLI by sending on-demand invocation requests to extract web data, such as scraping product titles or fetching Bitcoin prices, without needing to deploy any smart contracts.

How do I fetch receipts for decentralized compute agent requests?

To fetch receipts for decentralized compute agent requests, the CLI monitors request finalization and retrieves detailed off-chain receipts, allowing you to audit and debug the executed on-chain AI workflows.

Do I need Node.js and viem to run decentralized AI agent invocations?

Yes, you need Node.js along with viem and dotenv dependencies to run decentralized AI agent invocations, as the environment requires project-specific references for network and agent configuration.

What is the best way to debug on-chain AI workflows during rapid prototyping?

The best way to debug on-chain AI workflows during rapid prototyping is using CLI commands to execute agents and fetch off-chain receipts, which provide detailed auditing data for decentralized compute requests.