Drive PWN::AI::Agent::BTC from pwn_eval.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add 0dayInc/pwn --skill btc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Btc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0dayinc-btc)More formats (shields.io, HTML) on the badges page.
---
name: pwn-ai-agent-btc
description: Drive PWN::AI::Agent::BTC from pwn_eval.
license: MIT
allowed-tools: [pwn, pwn_eval]
metadata:
bundled: true
generated: true
module: PWN::AI::Agent::BTC
source: pwn/ai/agent/btc.rb
---
# PWN::AI::Agent::BTC
This module is an AI agent designed to analyze Bitcoin blockchain information. It provides insights and summaries based on the latest block data retrieved from a Bitcoin node using `PWN::Blockchain::BTC.get_latest_block`.
## When to use
Call `PWN::AI::Agent::BTC` from `pwn_eval` when the task needs this module.
Do not reimplement it in shell.
## Methodologies
Generated from `pwn/ai/agent/btc.rb`. Prefer the public class methods below.
Class methods take `(opts = {})` and read `opts`.
## How to call
```ruby
PWN::AI::Agent::BTC.help
PWN::AI::Agent::BTC.analyze(opts)
```
## Public methods
- `analyze`
- `authors`
- `help`
## Source
`pwn/ai/agent/btc.rb`
## Verification
`PWN::AI::Agent::BTC.respond_to?(:analyze)` after the
module is loaded. Read the source for parameter names.
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!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.