# Aptos Agent

> Python-based AI agent for interacting with the Aptos L1 blockchain. Supports wallet funding, balance checking, asset transfers, token creation, and social media posting.

- Skill: `yejiming/aptos-agent` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/aptos-agent`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/aptos-agent/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/aptos-agent

---


# Aptos Agent

Official AI agent from Aptos Labs.

A Python-based application designed to interact with the Aptos Layer 1 blockchain. It utilizes the Aptos SDK to perform various blockchain operations such as funding wallets, checking balances, transferring assets, and creating tokens. Currently operates on the Aptos Devnet.

## Installation

```bash
pip install -r requirements.txt
python main.py
```

Requires environment variables:
- `OPENAI_API_KEY` (required)
- `TWITTER_API_KEY`, `TWITTER_API_SECRET`, `TWITTER_ACCESS_TOKEN`, `TWITTER_ACCESS_TOKEN_SECRET` (optional, for tweet posting)

## Links

- **GitHub**: https://github.com/aptos-labs/aptos-agent

