ClawLink

How to connect Asana to Hermes Agent

Connect Asana to Hermes with ClawLink in one click — 153 tools your AI agent can call from chat via hosted OAuth. No API keys, no manual setup.

Get started for free
Hermes Agent
Hermes Agent
ClawLink
ClawLink
Asana
Asana
AsanaOAUTH2MCP

Track tasks, projects, and workflows. Once connected, Hermes Agent can read and act on Asana from chat — pairing, token refresh, and tool wiring handled for you.

153 tools

Most guides for giving Hermes Agent Asana access start with registering your own OAuth app or pasting API keys into env files, then leave the token refresh and tool wiring to you. ClawLink gives Hermes a more practical Asana setup: pair once in the browser and your always-on Hermes agent can act on Asana for you, reading and doing real work on your behalf with no auth, token refresh, or tool wiring to build yourself.

Copy this prompt into Hermes to install the plugin and pair your account.

Prompt for Hermes
Set up ClawLink for Hermes and tell me when it's ready.

1. Install the plugin:
hermes plugins install ClawLink-HQ/hermes-plugin --enable

2. Start pairing. It prints an approval link, so show me the link and stop, don't wait:
hermes clawlink begin

3. I'll approve it in my browser, then reply "approved".

4. When I say approved, finish setup:
hermes clawlink finish

5. Then run `hermes clawlink test` and tell me whether ClawLink is ready.

Setup

It takes three steps to connect Hermes to Asana.

  1. 1

    Install and pair

    Install the ClawLink plugin, then pair Hermes with a one-time browser approval:

    hermes plugins install ClawLink-HQ/hermes-plugin --enable
  2. 2

    Connect Asana

    One-click OAuth in the dashboard.

  3. 3

    Use it from chat

    Ask Hermes Agent: "What can you do with Asana?"

Install by command

The prompt above walks Hermes through this. By hand, it is four commands and a browser approval:

hermes plugins install ClawLink-HQ/hermes-plugin --enable
hermes clawlink begin    # prints an approval link — open it and approve
hermes clawlink finish   # after approving in the browser
hermes clawlink test

Then connect Asana in the ClawLink dashboard — a one-click OAuth approval, no API keys.

Verify the connection by asking Hermes:

List my tasks in the <workspace> workspace with asana_get_multiple_tasks, pick the one titled '<task title>', then update it with asana_update_a_task using the real gid from the list. Quote the updated fields.

Using a different agent?

The Hermes plugin is one client of ClawLink's MCP server. Claude Code, Cursor, Codex, or any agent that can run a shell command pairs with the same ClawLink account through the CLI:

npx -y @useclawlink/cli login

login opens the same browser approval and stores a credential locally. Once Asana is connected in the dashboard, that agent calls the same 153 Asana tools over MCP. Full setup for MCP clients and shell agents: connect apps to any AI agent.

Asana MCP for Hermes

Looking for a Asana MCP server for Hermes Agent? ClawLink connects Asana to Hermes Agent and exposes 153 Asana tools your agent can call over MCP, with hosted auth and nothing to run or maintain yourself. Using OpenClaw instead? The OpenClaw Asana integration works the same way.

Hermes Agent is the MCP-native agent runtime from Nous Research, and this page is about giving that runtime Asana tools it can call from chat. You connect Asana once in the browser and ClawLink hosts the OAuth flow, so there is no personal access token to generate in Asana's developer console and no environment file to edit. The plugin installs from the ClawLink-HQ/hermes-plugin repository with hermes plugins install ClawLink-HQ/hermes-plugin --enable, then pairing is hermes clawlink begin, approve in the browser, hermes clawlink finish. Those are the exact commands, because search engines currently teach a variant that does not exist.

What the Hermes Agent Asana integration can do

153 Asana tools are ready for Hermes Agent once the account is connected. The 30 below are the ones people reach for most; your agent can call all 153.

30 of 153 Asana tools for Hermes

ToolWhat it does
Add followers to project asana_add_followers_to_projectAdd followers to an Asana project
Add followers to task asana_add_followers_to_taskAdd followers to an Asana task
Add members to project asana_add_members_to_projectAdd users to an Asana project
Add tag to task asana_add_tag_to_taskAdd an existing tag to an Asana task
Add task dependencies asana_add_task_dependenciesAdd dependency relationships to an Asana task
Add user to team asana_add_user_to_teamAdd a user to a team in Asana
Add user to workspace asana_add_user_to_workspaceAdd a user to an Asana workspace
Approve access request asana_approve_access_requestApprove an access request in Asana
Get a project asana_get_a_projectRetrieves a specific Asana project by its project_gid, with an option to include additional
Get a task asana_get_a_taskRetrieves full details for a specified task GID accessible by the user; use opt_fields to
Get a user task list asana_get_a_user_task_listRetrieves a specific user's task list from Asana by its user_task_list_gid, optionally
Get access requests asana_get_access_requestsRetrieve access requests for a target object
Get allocation asana_get_allocationGet an allocation by ID
Get allocations asana_get_allocationsGet multiple allocations
Get attachment asana_get_attachmentGet a single attachment by its globally unique identifier
Get audit log events asana_get_audit_log_eventsGet audit log events for a workspace
Get current user asana_get_current_userRetrieves the authenticated user's full record, including accessible workspaces, often used as
Get custom field asana_get_custom_fieldGet a single custom field by its globally unique identifier
Get custom fields for workspace asana_get_custom_fields_for_workspaceGet all custom fields in a workspace
Get custom types asana_get_custom_typesGet all custom types associated with a project
Get events asana_get_eventsRetrieve events on a resource to monitor changes
Get favorites for user asana_get_favorites_for_userGet a user's favorites within a specified workspace
Get goal asana_get_goalRetrieve the full record for a single goal by its GID
Get goal relationships asana_get_goal_relationshipsRetrieve goal relationships
Get goals asana_get_goalsRetrieve multiple goals
Get job asana_get_jobRetrieve a job by its globally unique identifier
Get membership asana_get_membershipRetrieve a single membership by its ID
Get memberships asana_get_membershipsRetrieve memberships for goals, projects, portfolios, or custom fields
Get multiple projects asana_get_multiple_projectsReturns a list of projects filtered by workspace or team (one required), with optional archived
Get multiple tasks asana_get_multiple_tasksRetrieves a list of tasks, allowing filtering by assignee (requires workspace), project

Try it: find the Asana tool you need

Browse the 30 Asana tools

Click any tool to see exactly what Hermes can do and copy a ready-to-use prompt.

Example prompts

List my tasks in the <workspace> workspace with asana_get_multiple_tasks, pick the one titled '<task title>', then update it with asana_update_a_task using the real gid from the list. Quote the updated fields.

Call asana_get_multiple_projects to get a real project gid, then asana_create_a_task with that project in the projects field, title '<title>', and notes '<notes>'. Confirm the new task gid.

Find the task '<title>' with asana_get_multiple_tasks, then add the user <user email> as a follower with asana_add_followers_to_task using the task gid you just looked up. Confirm the follower list.

How the Asana tools take their arguments

These four details, verified against the live tool schemas, are the difference between a tool that works and a 403 or 404.

  • Asana ids are global unique ids (gids), not numeric ids. Every tool that addresses a task, project, workspace, or user takes a gid. Example ids from documentation fail exactly like real typos do.
  • opt_fields is how you ask for more. asana_get_a_task returns the task's core fields; the schema says to use opt fields to customize returned data. If a field is missing from a result, the tool call needs the opt_fields argument, not a different tool.
  • The task list filters are coupled. asana_get_multiple_tasks accepts an assignee filter only together with a workspace, and a workspace filter together with an assignee. Passing one without the other is a documented requirement in the schema.
  • Task creation needs an anchor. asana_create_a_task requires a workspace, a parent, or projects to associate the task, and followers, projects, and tags are set only at creation, not later.

The alternative to ClawLink is usually manual OAuth app 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 Asana working from chat.

ManualClawLink
Connection flowRegister a Asana app, configure redirect URLs, manage consent details, and reconnect users when auth settings drift.Users connect Asana through the hosted browser flow and ClawLink keeps the token lifecycle out of your app code.
Ongoing maintenanceYou own refresh logic, permission debugging, environment config, and every provider-specific edge case for Asana.ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure.
Agent usabilityYou still need to expose the right Asana actions to the runtime in a format your agent can reliably use.153 tools for Asana are already exposed through ClawLink, so the agent can read and act from chat immediately.

Composio also exposes Asana to AI agents. It is developer infrastructure: Python and TypeScript SDKs, an MCP server, and a catalog past 1,000 apps, aimed at teams shipping agent products. ClawLink is built for Hermes Agent users instead. You install the plugin once, connect Asana in the browser, and the 153 tools above work from chat. There is no SDK, no config file, and no API key handling. Choosing between them? Read the full Composio alternatives comparison.

Troubleshooting

Hermes paired but still can't use Asana

Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.

Connection succeeds but no tools appear

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

"Tool schema not loaded yet" error when calling Asana tools

Asana tool schemas load on demand the first time a tool runs and are cached after that, so this error usually clears on its own: wait a few seconds and retry the same request. If every Asana call keeps failing with it in a fresh chat, reconnect from the dashboard, and contact support if it still persists — that pattern points to a configuration problem on our side, not something you can fix by reconnecting again.

Asana returns 403 or "permission denied" on one action while others work

Two usual causes. The connected account may not have access to the specific workspace, inbox, store, or project in the request — check that first. If access looks right, the agent may have sent a placeholder value (like "YOUR_ID" or an example id from documentation) instead of a real one: ask it to run a list or search tool first, then retry the action with a real id from those results. Most failures at this stage are one of these two, not ClawLink bugs.

Asana API 403 insufficient permissions

Search engines answer this shape with Asana's own vocabulary, and the two causes they teach map onto this integration. First: the connected account is not a member of the project or does not hold the granular role the action needs. Asana's roles are Admin, Editor, and Commenter, and several tools (adding members, changing project fields) need at least Editor on that project. Second, and this is the cause the engines never teach: the agent passed a placeholder id from documentation, like an example gid, instead of a real one. Asana ids are global unique ids, not numbers you can guess. Ask the agent to run a list tool like asana_get_multiple_tasks or asana_get_multiple_projects first and retry with the real gid from the result.

Ask the agent to diagnose it:

Call asana_get_current_user and then asana_get_multiple_projects, tell me which workspaces and projects the account can see, then run the failing tool once more and quote the exact error.
Asana MCP tool not found

On this SERP the error usually belongs to Asana's own MCP server, not to a hosted plugin: Asana shut down its V1 MCP endpoint and clients must point at https://mcp.asana.com/v2/mcp, clear the local mcp-remote cache, and re-authenticate. If you are running Asana's official server, that is the fix. On the ClawLink hosted flow the equivalent error is 'Tool schema not loaded yet': schemas load on demand the first time a tool runs, so wait a few seconds and retry, and reconnect from the dashboard only if every call fails in a fresh chat.

OAuth finished in the browser but the account is still missing

Try reconnecting Asana and complete the consent flow in the same browser session. Partial OAuth approvals or switching accounts mid-flow can leave the connection incomplete.

FAQ

Is there a Hermes Agent Asana integration?

Yes. ClawLink is the fastest way to connect Hermes to Asana: link your Asana account once in the browser and Hermes Agent can call the Asana API through 153 ready-made tools — no custom code or token handling.

How do I connect Asana to Hermes with ClawLink?

Install the plugin with hermes plugins install ClawLink-HQ/hermes-plugin --enable, then pair once: run hermes clawlink begin, approve the link in your browser, and run hermes clawlink finish. Connect Asana in the dashboard and Hermes can use it from the next message — no config files or API keys to manage.

How long does it take to connect Asana to Hermes Agent?

About two minutes. Sign in, click Connect next to Asana in the dashboard, authenticate, and Hermes Agent can use it from the next chat message.

Why use ClawLink instead of wiring Asana up myself?

The alternative to ClawLink is usually manual OAuth app 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 Asana working from chat.

Which Hermes is this?

Hermes Agent, the Nous Research agent runtime. ChatGPT asked 'which Hermes' on 2 of 3 runs of the head query, so the disambiguation is worth one sentence: this page is about the Hermes Agent runtime, not the Hermes ecosystem's other tools or any product named after the Greek god. If you run Hermes Agent and want Asana from chat, this is the integration you would connect.

Do I still need an Asana personal access token?

No. The connection is hosted OAuth: you sign in to Asana in the browser once, and the token lives on the ClawLink server, not in a config file on your machine. You never open Asana's developer console. What you do keep is your Asana account's permissions, which is the point: the agent acts with the same access your account has, and Asana's own per-account rules still apply to every call.

Is it safe to connect Asana to an AI agent?

The connection uses Asana's OAuth consent flow, the same mechanism Asana uses for any third-party app: you approve the scopes on Asana's own screen, the agent never sees your password, and the connection can be removed from the ClawLink dashboard at any time, after which Asana rejects further calls. The practical boundary to know is that your agent can do whatever your Asana account can do, so connect with the account whose permissions you intend it to have.

Hermes paired but still can't use Asana

Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.