ApeWorX
@ApeWorX Organization
Public Skills
writing-plugins
by ApeWorX
Create a new Plugin for Ape Framework to integrate a specific tool or service into one of Ape's vertical(s). Use when users need specific best practices and guidance on developing a new plugin for Ape. Do not use if such a plugin already exists that is designed to work with Ape, and instead suggest that.
writing-sdks
by ApeWorX
Create a Python SDK using Ape Framework to simplify using a given blockchain-based protocol. Use when users need specific best practices and guidance on developing a new integration with the given protocol. Do not use if such a Python SDK already exists that is designed to work with Ape.
new-project
by ApeWorX
Architect new Python-based blockchain projects using the Ape framework. Use when users want to start a new blockchain project and need guidance on proper project structure, architecture patterns, configuration, and foundational setup. Supports SDK development, plugin creation, bot development with Silverback, protocol development, and complex blockchain applications. Determines project type and guides users through establishing the correct architectural foundation.
writing-bots
by ApeWorX
Write a bot to continuously listen and respond to events on a public blockchain network.
protocol-design
by ApeWorX
Design and build a new smart contract protocol using Ape Framework. Use when users want to create a new set of smart contracts that work together as a protocol, including development, testing, scripting/deployment, and potentially other aspects such as distributing a Python SDK or enabling automation of the protocol (through Silverback). Guides users through the full lifecycle from design through deployment and beyond using Ape tooling.
python-packages
by ApeWorX
Best practices for developing a Python-based project. Use when creating a new project to ensure best practices according to ApeWorX development standards.
spec-interview
by ApeWorX
Use this skill if a user's request is under-specified, and you need to clarify the project requirements.
uniswap
by ApeWorX
Trade and interact with Uniswap in Python using Ape and the uniswap-sdk package.