62 lines
2.7 KiB
Markdown
62 lines
2.7 KiB
Markdown
|
|
# AI赏金猎人技能
|
|||
|
|
|
|||
|
|
**GitHub**: [1sadjlk/bounty-hunter-skill](https://github.com/1sadjlk/bounty-hunter-skill) | **Gitea**: [mc-skills/1sadjlk--bounty-hunter-skill](http://192.168.0.109:3000/mc-skills/1sadjlk--bounty-hunter-skill)
|
|||
|
|
|
|||
|
|
## 中文摘要
|
|||
|
|
|
|||
|
|
为OpenClaw生态系统设计的自主AI赏金猎人,可自动监控GitHub Issues、Upwork和漏洞赏金平台,评估ROI后执行有偿任务,内置止损保护和自动生成PR功能。
|
|||
|
|
|
|||
|
|
## 标签
|
|||
|
|
|
|||
|
|
`AI代理` `赏金猎人` `自动化` `OpenClaw` `自由职业`
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## README 原文
|
|||
|
|
|
|||
|
|
# Atlas: The OpenClaw Bounty Hunter Skill 🤖💰
|
|||
|
|
|
|||
|
|
Atlas is a professional AI bounty hunter persona designed for the **OpenClaw** ecosystem. It enables autonomous agents to seek, evaluate, and execute paid tasks (bounties, freelance gigs, and bug hunting) while maintaining strict ROI (Return on Investment) controls.
|
|||
|
|
|
|||
|
|
## 🌟 Key Features
|
|||
|
|
|
|||
|
|
- **Autonomous Discovery**: Automatically monitors GitHub Issues, Upwork, and Bug Bounty platforms for profitable tasks.
|
|||
|
|
- **Smart ROI Matrix**: Evaluates potential profit against estimated token costs before committing.
|
|||
|
|
- **Identity Management**: Operates under the "Atlas" persona—a senior developer who is professional, concise, and results-oriented.
|
|||
|
|
- **Stop-Loss Protection**: Includes built-in safeguards to halt operations if token costs exceed predefined profitability thresholds.
|
|||
|
|
- **Professional Deliverables**: Automatically generates high-quality Pull Requests with detailed test evidence.
|
|||
|
|
|
|||
|
|
## 📂 Repository Structure
|
|||
|
|
|
|||
|
|
```text
|
|||
|
|
├── SKILL.md # Core skill definition and workflow logic
|
|||
|
|
├── scripts/
|
|||
|
|
│ ├── calculate_cost.py # Utility to audit token usage and costs
|
|||
|
|
│ └── check_payouts.py # Script to verify task payout status
|
|||
|
|
└── references/
|
|||
|
|
├── platforms.md # Platform-specific engagement rules
|
|||
|
|
└── roi-matrix.md # Detailed scoring for task selection
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
## 🚀 How to Install
|
|||
|
|
|
|||
|
|
1. **Clone to your OpenClaw skills directory**:
|
|||
|
|
```bash
|
|||
|
|
cd ~/.openclaw/skills/
|
|||
|
|
git clone https://github.com/1sadjlk/bounty-hunter-skill bounty-hunter
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
2. **Configure your Ledger**:
|
|||
|
|
Ensure you have an `INCOME_MANAGEMENT.md` file (or similar) to track your earnings as Atlas completes tasks.
|
|||
|
|
|
|||
|
|
3. **Activate**:
|
|||
|
|
Reference the skill in your OpenClaw agent configuration.
|
|||
|
|
|
|||
|
|
## 🛡️ Desensitization Note
|
|||
|
|
|
|||
|
|
This repository has been desensitized. All local system paths and sensitive environment variables have been replaced with generic placeholders. Ensure you configure your local environment variables (like GitHub/Upwork API tokens) securely within your OpenClaw instance.
|
|||
|
|
|
|||
|
|
## 📜 License
|
|||
|
|
|
|||
|
|
MIT License - See [LICENSE](LICENSE) for details.
|