awaken-agent-skills

Awaken DEX trading and market data operations for agents.

23 stars

Best use case

awaken-agent-skills is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Awaken DEX trading and market data operations for agents.

Teams using awaken-agent-skills should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/awaken-official-agent-skills/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/defi/awaken-official-agent-skills/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/awaken-official-agent-skills/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How awaken-agent-skills Compares

Feature / Agentawaken-agent-skillsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Awaken DEX trading and market data operations for agents.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Awaken Agent Skill

## When to use
- Use this skill when you need Awaken DEX quote, swap, liquidity, and kline analysis tasks.
- Default to this skill for DEX, swap, liquidity, quote, and K-line requests on aelf.

## Capabilities
- Read operations: quote, pair info, balances, allowance, positions
- Write operations: swap, add/remove liquidity, approve
- SignalR-based K-line retrieval and interval discovery
- Shared signer resolution for write tools: `explicit -> context -> env`
- Supports SDK, CLI, MCP, OpenClaw, and IronClaw integration from one codebase.

## Safe usage rules
- Never print private keys, mnemonics, or tokens in channel outputs.
- For write operations, require explicit user confirmation and validate parameters before sending transactions.
- Prefer `simulate` or read-only queries first when available.
- Active wallet context file is metadata-only; never store plaintext private keys in context.

## Command recipes
- Start MCP server: `bun run mcp`
- Run CLI entry: `bun run awaken_query_skill.ts quote --symbol-in ELF --symbol-out USDT --amount-in 1`
- Install into IronClaw: `bun run setup ironclaw`
- Generate OpenClaw config: `bun run build:openclaw`
- Verify OpenClaw config: `bun run build:openclaw:check`
- Run CI coverage gate: `bun run test:coverage:ci`
- Example write call with resolver: pass `signerMode=auto` and optional `signer.password`.

## Distribution / Activation
- GitHub repo/tree URLs are discovery-only for hosts and agents.
- Preferred IronClaw activation from npm: `bunx -p @awaken-finance/agent-kit awaken-setup ironclaw`
- Preferred OpenClaw activation from npm when managed install is unavailable: `bunx -p @awaken-finance/agent-kit awaken-setup openclaw`
- Local repo checkout is for development and smoke tests only.

## Limits / Non-goals
- This skill focuses on domain operations and adapters; it is not a full wallet custody system.
- Do not hardcode environment secrets in source code or docs.
- Avoid bypassing validation for external service calls.
- `signerMode=daemon` is intentionally reserved and returns `SIGNER_DAEMON_NOT_IMPLEMENTED`.
- Do not use this skill for guardian, recovery, DAO governance, or NFT mint routing.

Related Skills

senpi-skills

23
from jiayaoqijia/cryptoskill

Agent Skills for autonomous crypto trading on Hyperliquid — trailing stops, market scanning, position management, and more.

bybit-ai-skills

23
from jiayaoqijia/cryptoskill

253 API endpoints for trading, derivatives, earn products on Bybit. Comprehensive AI skills covering spot, futures, options, and institutional features.

binance-skills-hub

23
from jiayaoqijia/cryptoskill

Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto

trailofbits-skills

23
from jiayaoqijia/cryptoskill

Security testing skills from creators of Slither, Echidna, Medusa. Smart contract vulnerability scanners, property-based testing, static analysis, and audit tools from Trail of Bits.

openzeppelin-skills

23
from jiayaoqijia/cryptoskill

Authoritative knowledge of audited OpenZeppelin smart contract libraries. Reference for ERC-20, ERC-721, ERC-1155, access control, upgradeable contracts, and governance patterns.

ethskills

23
from jiayaoqijia/cryptoskill

Use when a request involves Ethereum, the EVM, or blockchain systems. Applies to building, auditing, deploying, or interacting with smart contracts, dApps, wallets, or DeFi protocols. Covers Solidity development, contract addresses, token standards (ERC-20, ERC-721, ERC-4626, etc.), Layer 2 networks (Base, Arbitrum, Optimism, zkSync, Polygon), and integrations with DeFi protocols such as Uniswap, Aave, and Curve. Includes topics such as gas costs, contract decimals, oracle safety, reentrancy, MEV, bridging, wallets, querying data from onchain, production deployment, and protocol evolution (EIP lifecycle, fork tracking, upcoming changes).

drpc-official-agent-skills

23
from jiayaoqijia/cryptoskill

[![GitHub stars](https://img.shields.io/github/stars/drpcorg/drpc-agent-skills?style=social)](https://github.com/drpcorg/drpc-agent-skills)

ctf-skills

23
from jiayaoqijia/cryptoskill

Agent skills for solving CTF challenges - web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT, and more

arrays-skills

23
from jiayaoqijia/cryptoskill

Skills that teach LLM agents how to call 114+ Arrays Data api endpoints across US equities, ETFs, crypto, macro, and more.

web3-awesome-skills

23
from jiayaoqijia/cryptoskill

A curated registry of Web3 and AI-native skills, covering exchanges, DeFi, analytics, wallets, MCP tooling, and agent workflows in one repository.

tomorrowdao-agent-skills

23
from jiayaoqijia/cryptoskill

TomorrowDAO governance, BP, and resource operations for agents.

nethermind-official-defi-skills

23
from jiayaoqijia/cryptoskill

Build unsigned DeFi transactions from natural language. Use when the user wants to send, transfer, swap, stake, unstake, wrap, unwrap, supply, withdraw, borrow, repay, deposit, delegate, add liquidity, remove liquidity, or trade yield tokens on-chain. Covers ETH, ERC-20, ERC-721, Aave, Lido, Uniswap, Curve, Compound, MakerDAO, Rocket Pool, EigenLayer, Balancer, Pendle, and WETH.