Ecosystem & Integrations
Everything that connects to 1Claw in one place. Each entry links to a demo repo, guide, or external docs.
Agent Frameworks
LangChain
LangGraph ReAct agent where every LLM call is routed through Shroud — 20 layers of inspection, vault-managed provider keys, and tool secrets fetched at runtime so nothing enters the LLM context.
| Website | langchain.com |
| Demo repo | 1clawAI/1claw-langchain-demo |
| What it shows | ChatOpenAI / ChatAnthropic pointed at Shroud via base_url, vault-fetched tool secrets, create_react_agent loop |
CrewAI
Secure secret fetching for CrewAI agents via 1Claw vaults. Credentials are retrieved at runtime using a scoped agent identity — never copied into prompts, repos, or long-lived agent memory.
| Website | crewai.com |
| GitHub | 1clawAI/1claw-crewai-tools |
Hermes Agent (Nous Research)
TypeScript integration for Hermes Agent — MCP-based secret fetching, Shroud LLM sidecar, per-subagent scoped identities, and Intents API transaction signing with client-side guardrails.
| Website | hermes-agent.nousresearch.com |
| GitHub | 1clawAI/1claw-hermes |
NemoClaw (NVIDIA)
Run autonomous AI agents safely with NVIDIA NemoClaw — privacy and security controls over OpenClaw powered by NVIDIA OpenShell. 1Claw provides policy, plugin, and blueprint for secret management inside NemoClaw sandboxes.
| Website | nvidia.com/en-us/ai/nemoclaw |
| GitHub | 1clawAI/1claw-nemoclaw |
LLM Providers (Shroud)
These providers are natively supported by the Shroud TEE proxy. Set X-Shroud-Provider to route traffic.
Darkbloom (Eigen Labs)
Decentralized inference on hardware-attested Apple Silicon with end-to-end encryption. The node operator never sees your prompts.
| Website | darkbloom.dev |
| Provider header | X-Shroud-Provider: darkbloom |
| Supported models | Reference |
| Guide | Private AI Agents with Shroud, Darkbloom & Venice |
Venice AI
Privacy-first inference with zero data retention, optional TEE and E2EE modes. Supports Claude, GPT, Grok, and TEE-backed open-source models.
| Website | venice.ai |
| Provider header | X-Shroud-Provider: venice |
| Supported models | Reference |
| Guide | Private AI Agents with Shroud, Darkbloom & Venice |
Payments & Commerce
ampersend (Edge & Node)
The control layer for the agent economy — policies, approvals, and audit trails for every agent transaction. 1Claw manages session keys in the vault while Ampersend handles smart-account x402 payments on Base.
| Website | ampersend.ai |
| Example | 1clawAI/1claw-examples/ampersend-x402 |
| What it shows | x402 paywall, ERC-6492 smart-account signing, session key in vault, local facilitator settlement |
Arc (Circle)
Stablecoin-native EVM L2 where USDC is the native gas token. Sign and broadcast USDC transfers on Arc using the Intents API — same flow as Ethereum/Base, but fees are paid in USDC (~$0.01/tx).
| Website | docs.arc.io |
| Example | 1clawAI/1claw-examples/arc-stablecoin |
| Chain ID | 5042002 (testnet) |
| What it shows | Intents API transaction signing on Arc, vault-stored keys, USDC guardrails |
Developer Tools & Platforms
OpenClaw (OpenAI)
Official gateway plugin for the OpenClaw agent runtime: native 1Claw tools, slash commands, secret redaction, optional Shroud LLM routing, and a bundled skill.
| npm | @1claw/openclaw-plugin |
| GitHub | 1clawAI/1claw-openclaw-plugin |
| Guide | Using 1Claw with OpenClaw |
Scaffold-Agent
Build onchain AI agents with Scaffold-ETH 2 and 1Claw. A starter kit that wires HSM-backed secrets and Intents API signing into a full-stack dApp scaffold.
| Website | scaffoldagent.xyz |
| GitHub | 1clawAI/scaffoldagent_xyz |
| Video | YouTube demo |
| Guide | Scaffold-Agent guide |
Pinata Agents
OpenClaw workspace template for Pinata Agents. Agents self-enroll with 1Claw, fetch secrets at runtime from the vault, and route LLM traffic through Shroud — all from a single ocv_ key.
| Website | pinata.cloud |
| GitHub | 1clawAI/1claw-pinata-template |
| Video | YouTube demo |
Coder
Terraform workspace module that gives every Coder workspace a dedicated 1Claw agent identity with scoped vault access. Per-workspace provisioning, lifecycle cleanup, and MCP config for Cursor and Claude Code.
| Website | coder.com |
| GitHub | 1clawAI/1claw-coder-workspace-module |
Infrastructure
Tenderly
Tenderly powers transaction simulation in the Intents API — simulate before sign, inspect gas and balance changes, and catch reverts with Tenderly's dashboard links from failed runs.
| Website | tenderly.co |
| Related guide | Intents API |
Google Cloud
1Claw uses Google Cloud for production cryptography: Cloud HSM-backed envelope encryption for secrets, and Confidential Computing (AMD SEV-SNP) for the Shroud TEE proxy.
| Cloud KMS / HSM | cloud.google.com/security/products/security-key-management |
| Confidential Computing | cloud.google.com/security/products/confidential-computing |
| Related guide | HSM architecture |
Want to add yours?
If you've built something with 1Claw, email ops@1claw.xyz and we'll add it here and on 1claw.xyz/ecosystem.