Connect 100+ apps with one-click OAuthRead the docs
Hermes AgentHermes Agent×Cloudflare

Connect Hermes Agent to Cloudflare

ClawLink connects Hermes Agent to Cloudflare in one click with managed credential setup, no manual app setup, and 12 tools your agent can call from chat.

ClawLink gives Hermes Agent a more practical Cloudflare setup than rolling your own integration. Instead of building auth, token refresh, and tool wiring yourself, you connect once and start using real Cloudflare actions from chat.

  • Hosted setup — no custom app wiring
  • 12 tools available immediately.
  • First integration free.
Hermes Agent
+
Hermes Agent connected to Cloudflare through ClawLink

How to connect Hermes Agent to Cloudflare

Three steps. No developer needed.

1

Install ClawLink

Add the ClawLink plugin to Hermes Agent once. Takes under a minute.

2

Connect Cloudflare

Click Connect next to Cloudflare in the ClawLink dashboard. Authenticate in a single click.

3

Use from chat

Ask Hermes Agent to use Cloudflare in plain English. ClawLink routes the call.

Why teams connect Cloudflare to Hermes Agent

These use cases change by integration category, available tools, and setup model. This page is not just a cloned template with the logo swapped.

Use case

Resolve engineering work without switching tabs

Use Cloudflare through Hermes Agent to inspect issues, repos, tasks, logs, or alerts while staying in the same conversation.

Use case

Ship routine updates faster

Hermes Agent can pull the relevant context from Cloudflare, draft the next step, and execute common maintenance actions.

Use case

Keep debugging grounded in source data

Instead of relying on memory, ask Hermes Agent to fetch the latest state from Cloudflare before it recommends a fix.

What Hermes Agent can do with Cloudflare

12 Cloudflare tools available the moment you connect. Every action is one chat message away.

cloudflare_create_dns_record

Tool to create a new DNS record within a specific zone. Requires write privileges and makes live changes to the zone. Use after obtaining the zone ID via CLOUDFLARE_LIST_ZONES to programmatically add DNS entries.

cloudflare_create_list

Create a new empty custom list for use in WAF rules and filters. Lists can contain IP addresses, hostnames, ASNs, or redirects. Once created, use separate actions to add items to the list. Note: List availability depends on plan (Free: 1 list, Pro/Business: 10 lists, Enterprise: 1000 lists). Example: CREATE_LIST(account_id='abc123', kind='ip', name='blocklist', description='Block malicious IPs')

cloudflare_create_zone

Creates a new DNS zone (domain) in Cloudflare. A zone represents a domain and its DNS records. Use this when adding a new domain to manage with Cloudflare. Requires account ID (obtainable via LIST_ACCOUNTS). The zone will be in 'pending' status until nameservers are updated at the domain registrar.

cloudflare_delete_dns_record

Tool to delete a DNS record within a specific zone. Deletion is immediate and irreversible. Use only after confirming both zone and record IDs. Requires write privileges on the zone. Example: 'Delete DNS record 372e6795... from zone 023e105f4ecef...'

cloudflare_delete_list

Tool to delete a WAF list. Use when you need to remove a list after verifying no filters reference it. Example: DELETE_LIST(account_id='<account_id>', list_id='<list_id>')

cloudflare_delete_zone

Tool to delete a zone. Use after confirming the zone identifier to permanently remove a DNS zone and all its DNS records from your Cloudflare account. Example: DELETE_ZONE(zone_identifier='023e105f4ecef8ad9ca31a8372d0c353')

+ 6 more Cloudflare tools available after you connect.

Example prompts for Hermes Agent + Cloudflare

Real examples based on the actual Cloudflare tools exposed through ClawLink.

Tool to create a new DNS record within a specific zone. Requires write privileges and makes live changes to the zone. Use after obtaining the zone ID via CLOUDFLARE_LIST_ZONES to programmatically add DNS entries

Use Cloudflare to tool to create a new dns record within a specific zone. requires write privileges and makes live changes to the zone. use after obtaining the zone id via cloudflare_list_zones to programmatically add dns entries and walk me through the result in plain English.

Create a new empty custom list for use in WAF rules and filters. Lists can contain IP addresses, hostnames, ASNs, or redirects. Once created, use separate actions to add items to the list. Note: List availability depends on plan (Free: 1 list, Pro/Business: 10 lists, Enterprise: 1000 lists). Example: CREATE_LIST(account_id='abc123', kind='ip', name='blocklist', description='Block malicious IPs')

Create it in Cloudflare for me, then confirm the important fields before you finish.

Creates a new DNS zone (domain) in Cloudflare. A zone represents a domain and its DNS records. Use this when adding a new domain to manage with Cloudflare. Requires account ID (obtainable via LIST_ACCOUNTS). The zone will be in 'pending' status until nameservers are updated at the domain registrar

Use Cloudflare to creates a new dns zone (domain) in cloudflare. a zone represents a domain and its dns records. use this when adding a new domain to manage with cloudflare. requires account id (obtainable via list_accounts). the zone will be in 'pending' status until nameservers are updated at the domain registrar and walk me through the result in plain English.

Tool to delete a DNS record within a specific zone. Deletion is immediate and irreversible. Use only after confirming both zone and record IDs. Requires write privileges on the zone. Example: 'Delete DNS record 372e6795... from zone 023e105f4ecef...'

Use Cloudflare to tool to delete a dns record within a specific zone. deletion is immediate and irreversible. use only after confirming both zone and record ids. requires write privileges on the zone. example: 'delete dns record 372e6795... from zone 023e105f4ecef...' and walk me through the result in plain English.

How ClawLink compares to manual Cloudflare setup

The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Cloudflare working from chat.

Credential handling

Manual setup

Collect, validate, store, and rotate the Cloudflare API key yourself, then make sure every tool call uses the right account.

With ClawLink

Users complete the hosted ClawLink setup once and the connected Cloudflare account becomes available to the agent without you building credential management.

Ongoing maintenance

Manual setup

You own refresh logic, permission debugging, environment config, and every provider-specific edge case for Cloudflare.

With ClawLink

ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure.

Agent usability

Manual setup

You still need to expose the right Cloudflare actions to the runtime in a format your agent can reliably use.

With ClawLink

12 tools for Cloudflare are already exposed through ClawLink, so the agent can read and act from chat immediately.

More Developer Tools connections for Hermes Agent

If Cloudflare is only one part of the workflow, these nearby integrations are the next places to look.

What setup looks like for Cloudflare

Connect cloudflare through ClawLink's hosted Composio setup.

Cloudflare relies on an API key connection, but ClawLink still keeps the setup in one place and exposes the tools to the agent after the account is linked.

Hermes Agent works best when the request is concrete. Ask for a specific outcome in Cloudflare instead of a vague "check this" instruction.

Common connection issues

Connection succeeds but no tools appear

Reconnect Cloudflare from the dashboard, then start a fresh chat if the runtime still has the old tool catalog loaded.

The Cloudflare account is connected but the action fails

Check whether the connected account has access to the workspace, inbox, store, or project you are trying to use. Most failures at this stage are permission mismatches, not ClawLink bugs.

API key setup works but results look incomplete

Double-check that the API key for Cloudflare has the right scopes or account access. A valid key can still be too limited for some reads or writes.

Using OpenClaw?

Also available for OpenClaw

Cloudflare

Ready to connect Cloudflare?

Your first integration is free. Get Hermes Agent talking to Cloudflare in under two minutes.

Connect Cloudflare to Hermes Agent

No credit card required for the first integration.

ClawLink is the simplest way to connect Hermes Agent to Cloudflare. Page canonical: https://claw-link.dev/hermes/cloudflare.