# 4. Installation & Implementation

#### 4.1 Installing the ClawFuel Skill

For developers using **OpenClaw** or **Clawdbot**:

```
codeBash
# 1. Clone the MCP Skill
git clone https://github.com/clawfuel/clawfuel-mcp-kit

# 2. Add to your OpenClaw environment
cp -r clawfuel-mcp-kit ~/.openclaw/skills/

# 3. Authenticate your Agent Key
export CLAWFUEL_AGENT_KEY="cf_sk_your_key"
```

#### 4.2 CLI Interaction

Test the grid connection:

```
codeBash
clawfuel-cli grid-status --provider base
# Output: 1,402 Nodes Online | Avg Price: 0.05 CLAWFUEL/min
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clawfuel.xyz/4.-installation-and-implementation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
