Leaderboard/Blockchain/awp-skill
Last commit on April 18, 2026·Created on March 17, 2026

awp-core/awp-skill

Coordinates agent mining, staking, and governance across four chains.
Combined rank
#672
across all skills
In Blockchain
#5
category rank
Stars
237
0.0% in last 7d
Forks
51
0.0% in last 7d
Watchers
6
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill delivers the full AWP protocol lifecycle inside a single agent—wallet setup, gasless registration, staking and allocation, worknet management, agent binding, and DAO voting. It is built for miners and agent operators on Base, Ethereum, Arbitrum, and BSC who need to register for free, pick a worknet, and start earning without manually constructing transactions or maintaining separate tools. Every write operation runs through bundled scripts that handle signing, gas routing, and error recovery, so the protocol stays accessible even for users new to on-chain work.

WHO IT'S FOR
AWP Protocol Participants
manage agent wallets, stake, and allocate
Worknet Operators
register, manage, and monitor worknets
DAO Governance Participants
create proposals, vote, and track governance
Agent Wallet Users
set up and manage agent work wallets
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Quick install

Installs: Installs the complete AWP skill; the AWP Wallet dependency is installed on first load if missing.

Before you start
  • Python 3.9+
  • Node.js
  1. Run this command in a terminal.

    skill install https://github.com/awp-core/awp-skill
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Browse available AWP worknets

Uses awp

Use the awp skill to browse available AWP worknets and give me a concise summary of the options shown.
SKILL.md · Checked Sep 18, 2026