writing-bots
38Build Safer Silverback Blockchain Bots
Blockchain event bots require precise triggers, network settings, and safety controls. This skill guides Silverback bot design, project structure, testing, and operation.
Build Safer Uniswap Workflows with Ape
Uniswap integration requires current SDK knowledge and careful transaction planning. This skill guides Ape-based pricing, routing, swaps, and Silverback automation with practical safeguards.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "uniswap" from https://skillstore.io/skills/apeworx-uniswap.md and its manifest at https://skillstore.io/api/skills/apeworx-uniswap/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "uniswap". Compare routes for swapping 1 WETH to USDC on Ethereum without executing a trade.
Expected outcome:
Using "uniswap". Prepare a guarded USDC to WETH swap on Arbitrum.
Expected outcome:
Using "uniswap". Outline a Silverback bot that monitors Uniswap routes.
Expected outcome:
All 17 static findings are false positives: backticks mark inline code, URLs reference relevant public documentation, and token symbols are not reconnaissance. The skill still presents contextual risks because it relies on mutable remote documentation and can generate workflows that trade real assets through configured accounts. Publication should require transaction confirmation and remote-content safeguards.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/apeworx-uniswap/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/apeworx-uniswap?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/apeworx-uniswap?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/apeworx-uniswap/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/apeworx-uniswap.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>ApeWorX. (2026). uniswap security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/apeworx-uniswap/audits/10@techreport{apeworx-apeworx-uniswap-2026,
author = {ApeWorX},
title = {uniswap security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/apeworx-uniswap/audits/10},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "uniswap security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "ApeWorX"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/apeworx-uniswap/audits/10"
identifiers:
- type: other
value: "skillstore:apeworx-uniswap:audit:10"
description: "Skillstore immutable audit report identifier"
Plan Ape scripts that index pairs, query prices, and compare routes without creating transactions.
Build a guarded swap workflow that presents route, quote, slippage, fees, and minimum output before approval.
Integrate live Uniswap indexing and route selection into a monitored bot with explicit transaction controls.
Review my Uniswap setup for [network]. List the required Python, Ape, account, tokenlist, and documentation prerequisites. Do not create a transaction.
Using current official documentation, plan a read-only price query for [token A] and [token B] on [network]. Explain pair indexing and route assumptions.
Prepare an Ape workflow to swap [amount] of [token A] for [token B] on [network]. Quote first and stop before broadcasting. Show token addresses, route, slippage, fees, recipient, and minimum output for approval.
Design a Silverback bot for [strategy] on [network] using uniswap-sdk. Include indexing, route selection, simulations, limits, monitoring, failure handling, and manual emergency controls. Never sign or broadcast without explicit authorization.
Author
ApeWorXLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
89edfdc710d0846129dcee6a929477b04f08052c
Maintenance freshness
7/24/2026
Usage
7 downloads ยท 173 views
File structure
๐ SKILL.md
Build Reliable Async Python
by 0xDarkMatter
Async Python code often fails due to blocking calls, unbounded tasks, and weak cleanup. This skill provides reusable asyncio patterns, examples, and references for robust concurrent services.
Build FastAPI APIs with Reusable Patterns
by 0xDarkMatter
FastAPI projects need consistent choices for validation, dependencies, middleware, and background work. This skill gives Claude, Codex, and Claude Code reusable patterns for practical Python API development.
Add Python Type Safety Patterns
by 0xDarkMatter
Python type annotations can be hard to apply consistently across real projects. This skill gives Claude, Codex, and Claude Code practical patterns for safer typed Python code.
Build Python Tests with pytest TDD
by 89jobrien
Python teams often need consistent tests, coverage, and reports without losing TDD discipline. This skill provides pytest-focused workflows, examples, and reporting guidance for Claude, Codex, and Claude Code.
Run a Python Greeting Example
by EnactProtocol
New Enact users need a small example that proves tool execution works. This skill runs a Python greeting command and returns simple runtime output.
Remove Dead Code Safely
by 89jobrien
Unused imports, functions, and classes increase maintenance cost and deployment size. This skill guides Claude, Codex, and Claude Code through conservative analysis, backups, removal, and validation.