Skip to main content
NanoClaw and OpenClaw are lightweight Python agent runners. They don’t bundle credential management. Authsome fills that gap. The same patterns work for any Python-native agent runner. For Hermes Agent, use the dedicated Hermes Agent page. Its primary integration is the agentskills.io skill install path, not the patterns below.

Run under the proxy

The runner sees placeholder env vars. Outbound HTTPS to matched providers is authenticated at the proxy layer. This is the recommended path.

Export when the proxy is not enough

If you need explicit env vars in the runner process:
See Python library for the daemon HTTP API.

When to use which

What’s next

Run agents with the proxy

The proxy injection model.

Python library

the CLI export path or the daemon HTTP API.