> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-docs-ai-sdk.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Injective EVM Developer Agent Skill

> 在你的 AI 工程框架中使用 Injective EVM Developer Agent Skill

在 Injective 上开发 EVM 智能合约和 dApps。

## 安装

通过 NPM 安装到当前目录，仅供当前项目使用：

```bash theme={null}
npx skills add InjectiveLabs/agent-skills --skill injective-evm-developer
```

通过 NPM 全局安装，供所有项目使用：

```bash theme={null}
npx skills add InjectiveLabs/agent-skills --global --skill injective-evm-developer
```

## 使用

请参阅 skill 目录中的 `references/sample-prompts.md` 获取示例提示词。

安装 skill 后，在框架中输入你的提示词以使用此 skill。
