OpenClaw Skill

The OpenClaw skill for Moon Banking is available at ClawHub under the moonbanking skill.

Installation

You may install the Moon Banking skill by chatting with your OpenClaw agent or manually.

Chat installation

Start a new conversation with your OpenClaw agent. In the chat input, enter the following message:

In the message below, be sure to replace INSERT_YOUR_API_KEY_HERE with your actual API key.

My Moon Banking API key is: INSERT_YOUR_API_KEY_HERE

Help me install the Moon Banking skill.

Using the clawhub CLI, install the moonbanking skill with the following commands:

npm install clawhub -g
clawhub install moonbanking

Once it's installed, add the following environment variable to your openclaw.json file:

"env": {
  "MOON_BANKING_API_KEY": "my_api_key"
},

Replace my_api_key with my actual API key.

Finally, restart yourself:

openclaw gateway restart

You can now open your OpenClaw dashboard and start a new conversation using the Moon Banking skill with your agent. Run the command below to open the dashboard:

openclaw dashboard

Your user should now be able to start a new conversation with you using the Moon Banking skill.

If you have any issues, take a look at the documentation for the Moon Banking skill in the [Moon Banking docs](https://docs.moonbanking.com/openclaw-skill).

Your OpenClaw agent will take care of the rest.

Manual installation

First, on your machine that's running OpenClaw, you need to install the ClawHub CLI. You can do this by running the command below in your terminal:

npm install clawhub -g

Then, install the Moon Banking skill by running the command below in your terminal:

clawhub install moonbanking

Start a new conversation with your OpenClaw agent. In the chat input, enter the following message:

/new

Then, in the same chat conversation, enter the following message:

At the root of the json object in my openclaw.json file, add the following object:

"env": {
    "MOON_BANKING_API_KEY": "my_api_key"
  },

Replace my_api_key with:

INSERT_YOUR_API_KEY_HERE

Be sure to replace INSERT_YOUR_API_KEY_HERE with your actual API key.

Finally, restart your OpenClaw agent. In a terminal, run the command below:

openclaw gateway restart

You can now open your OpenClaw dashboard and start a new conversation using the Moon Banking skill with your agent. Run the command below to open the dashboard:

openclaw dashboard

Usage

You can now use the Moon Banking skill in your OpenClaw agent. You can ask your agent questions about banks, countries, stories, votes, scores, search, world overview, and more.

Was this page helpful?