MCPVault

omniwire_agent_task

MCP tool from Omniwire by NetVar1337

Background task dispatch with poll/retrieve.

How to use it

omniwire_agent_task is exposed by the Omniwire MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the omniwire_agent_task tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Omniwire

$npm install -g omniwire
FULL OMNIWIRE LISTING

Other tools in Omniwire (39)

omniwire_a2a_message

Agent-to-agent message queues (send/receive/peek).

omniwire_agent_registry

Agent capability discovery + heartbeat.

omniwire_batch

N commands in 1 call. Chaining {{prev}}, abortonfail, parallel/sequential.

omniwire_bg

List/poll/retrieve background task results.

omniwire_blackboard

Shared blackboard for swarm coordination.

omniwire_broadcast

Execute on all nodes simultaneously.

omniwire_capability

Query node capabilities for intelligent routing.

omniwire_cron

List/add/remove cron jobs.

omniwire_deploy

Deploy one file to all nodes in parallel.

omniwire_disk_usage

Disk usage for all nodes.

omniwire_docker

Docker commands on any node.

omniwire_env

Get/set persistent environment variables.

omniwire_event

Pub/sub events per topic.

omniwire_exec

Run command on any node. retry, assert, storeas, format:"json", {{key}}, viavpn.

omniwire_find_files

Glob search across nodes.

omniwire_firewall

nftables engine — presets, rate-limit, geo-block, port-knock, ban/unban. Mesh whitelisted.

omniwire_git

Git commands on repos on any node.

omniwire_healthcheck

Parallel health probe all nodes (disk, mem, load, docker).

omniwire_install_package

Install via apt/npm/pip.

omniwire_kernel

dmesg, sysctl, modprobe, lsmod, strace, perf.

omniwire_list_files

List directory contents.

omniwire_live_monitor

Snapshot metrics: cpu, memory, disk, network.

omniwire_mesh_status

Health, latency, CPU/mem/disk — all nodes.

omniwire_network

ping, traceroute, dns, ports, speed, connections.

omniwire_node_info

Detailed info for one node.

omniwire_pipeline

Multi-step DAG with {{prev}}/{{stepN}} interpolation.

omniwire_process_list

List/filter processes across nodes.

omniwire_read_file

Read file from any node (node:/path).

omniwire_run

Multi-line scripts via temp file.

omniwire_semaphore

Distributed locking — atomic acquire/release.

omniwire_service_control

systemd start/stop/restart/status.

omniwire_store

Session key-value store for cross-call chaining.

omniwire_syslog

Query journalctl with filters.

omniwire_tail_log

Last N lines of a log file.

omniwire_task_queue

Distributed priority queue — enqueue/dequeue/complete.

omniwire_transfer_file

Copy between nodes (auto SFTP/netcat/aria2c).

omniwire_watch

Poll until assert matches — deploys, builds, readiness.

omniwire_workflow

Reusable named workflow DAGs.

omniwire_write_file

Write/create file on any node.