Python-based AI agent for interacting with the Aptos L1 blockchain. Supports wallet funding, balance checking, asset transfers, token creation, and social media posting.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill aptos-official-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aptos Official Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-aptos-official-agent)More formats (shields.io, HTML) on the badges page.
---
name: aptos-agent
description: "Python-based AI agent for interacting with the Aptos L1 blockchain. Supports wallet funding, balance checking, asset transfers, token creation, and social media posting."
version: 1.0.0
metadata:
openclaw:
tags: [aptos, agent, python, blockchain, l1, move, ai-agent]
official: true
source: "https://github.com/aptos-labs/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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!