Page cover

boltQuick Start

You can get DragonClaw running in minutes.

The fastest path is the install script, followed by the onboarding command.

1

Install DragonClaw

curl -fsSL https://dragonclaw.asia/install.sh | bash

Or install with npm:

npm i -g dragonclaw
2

Run onboarding

dragonclaw onboard

This sets up your base configuration, provider choice, and local runtime state.

3

Start the agent

dragonclaw start

The gateway listens on port 18789 by default.

4

Send your first prompt

Try messages like:

  • BTC现在什么价格?

  • 审计这个合约 0x...

  • 最近有什么热门 meme 币?

circle-info

For production, keep the gateway behind Nginx and enable a gateway token.

Last updated