.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/omnuron/omniclaw
home/mcp-servers/omnuron/omniclaw
omnuron avatar

omniclaw

byomnuron· 1 MCP server

Stars

574

Forks

43

Category

Finance & Trading

View on GitHub

TL;DR

Economic Execution and Control Layer for Agentic Systems

How to install omniclaw?

omnuron/omniclaw
$git clone https://github.com/omnuron/omniclaw

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install omniclaw by running `git clone https://github.com/omnuron/omniclaw`, then use it for the current task and follow its documentation at https://github.com/omnuron/omniclaw.

Files · 1

View on GitHub
README.md
1# OmniClaw
2 
3Policy-controlled payment infrastructure for agent buyers.
4 
5OmniClaw core is focused on one job: letting agents and applications pay through controlled, auditable rails without giving software unrestricted wallet authority.
6 
7## Product Boundary
8 
9| Product | Directory | Owns |
10| --- | --- | --- |
11| OmniClaw core | `src/omniclaw` | buyer SDK, policy engine, wallet/payment routing, x402 buyer execution, Gateway buyer readiness |
12 
13Core should not include recipient-side paid endpoint hosting or settlement service code.
14 
15## Core Capabilities
16 
17- Financial Policy Engine for budgets, approvals, trust checks, and execution control
18- Python buyer SDK via `OmniClaw().pay(...)`
19- Agent buyer CLI via `omniclaw-cli pay`, `inspect-x402`, and `can-pay`
20- Circle Gateway buyer funding/readiness helpers
21- Standard x402 buyer flow for paying external paid endpoints
22- Ledger, idempotency, simulation, and payment-intent controls
23 
24## Core Quickstart
25 
26Install:
27 
28```bash
29pip install omniclaw
30```
31 
32Start the policy engine:
33 
34```bash
35cp .env.example .env
36# Hybrid mode (default): leave OMNICLAW_BUYER_MODE=hybrid and fill CIRCLE_API_KEY,
37# ENTITY_SECRET, OMNICLAW_PRIVATE_KEY, OMNICLAW_AGENT_TOKEN, OMNICLAW_OWNER_TOKEN,
38# OMNICLAW_NETWORK, and OMNICLAW_RPC_URL.
39# x402-only Gateway mode: set OMNICLAW_BUYER_MODE=x402, leave CIRCLE_API_KEY and
40# ENTITY_SECRET empty unless you need optional Circle Gateway API helpers, and fill
41# OMNICLAW_PRIVATE_KEY, OMNICLAW_AGENT_TOKEN, OMNICLAW_OWNER_TOKEN,
42# OMNICLAW_NETWORK, and OMNICLAW_RPC_URL.
43 
44mkdir -p examples/agent/buyer/runtime
45cp examples/agent/buyer/policy.example.json examples/agent/buyer/runtime/policy.json
46# Edit examples/agent/buyer/runtime/policy.json so the token matches OMNICLAW_AGENT_TOKEN.
47 
48docker compose -f examples/agent/buyer/docker-compose.yml --env-file .env up --build
49```
50 
51The policy file is stable configuration. Generated wallet state is written separately
52to `examples/agent/buyer/runtime/wallet-state.json`.
53 
54Buyer-facing policy rails are:
55 
56- `circle_transfer` for direct Circle Developer Wallet transfers.
57- `x402` for paid API payments. OmniClaw chooses Gateway nanopayment or the standard
58 x402 payment path internally based on seller accepts, buyer config, and Gateway balance.
59 
60Configure the buyer CLI:
61 
62```bash
63set -a; source .env; set +a
64export OMNICLAW_SERVER_URL="http://127.0.0.1:9091"
65export OMNICLAW_TOKEN="$OMNICLAW_AGENT_TOKEN"
66```
67 
68Inspect and pay an x402 endpoint:
69 
70```bash
71omniclaw-cli inspect-x402 --recipient "http://127.0.0.1:4023/compute?size=20"
72omniclaw-cli pay --recipient "http://127.0.0.1:4023/compute?size=20" --amount 0.10 --idempotency-key job-123
73```
74 
75## Development
76 
77Run core tests:
78 
79```bash
80uv run pytest
81```

Preview

omnuron/omniclawomnuron/omniclaw
Repoomnuron/omniclaw
TypeMCP Servers
CategoryFinance & Trading
UpdatedMay 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. jerbouma avatarfinancetoolkit200+ transparent financial metrics calculated from raw statements, not third-party endpoints.MCP ServersJul 202661k5.2k
  2. financial-datasets avatarmcp-serverAn MCP server for interacting with the Financial Datasets stock market API.MCP ServersJun 202556k2.2k
  3. quantconnect avatarmcp-serverPython MCP server for local interactions with the QuantConnect API.MCP ServersMay 202656k78
  4. alpacahq avataralpaca-mcp-serverAlpaca Trading API integration for Model Context Protocol (MCP). V2 generates 60+ tools directly from Alpaca's OpenAPI specs using FastMCP.MCP ServersJul 202643k891
  5. getnable avatarfinopsmcpSee where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.MCP ServersJul 202616k14
  6. xeroapi avatarxero-mcp-serverMCP server implementation for Xero integrationMCP ServersJun 202614k342