Overview
- Skill Key
- dll-create/airdrop-monitor-cn
- Author
- dll-create
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dll-create/airdrop-monitor-cn
- Latest Commit SHA
- 128a60a22e9752452e882a49450f2244861f8a89
空投任务与公告监控助手。监控项目公告页/文档页的内容变化,提取截止时间线索,识别高风险关键词与可疑链接,输出可执行的每日行动清单。用于把“刷空投”变成可重复的监控流程(本地运行 + 可选计费)。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 airdrop-monitor-cn 技能。 若已安装,则直接安装 airdrop-monitor-cn 技能。
# Airdrop Monitor CN (实战版)
## 1) 准备配置
创建监控配置(可直接复制 `config.example.json`):
```json
{
"projects": [
{
"name": "ExampleProject",
"sources": [
{"name": "Official Announcement", "url": "https://example.com/announcements"},
{"name": "Docs", "url": "https://example.com/docs"}
]
}
]
}
```
## 2) 本地运行(无计费)
```bash
cd skills/airdrop-monitor-cn
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py --config config.example.json
```
输出内容包含:
- 变化来源(哪些页面内容变了)
- 截止时间线索(自动从文本中提取)
- 风险提示(助记词/私钥/可疑链接)
- 今日 Top 动作(可直接执行)
## 3) 启用 SkillPay 计费(可选)
```bash
export SKILL_BILLING_API_KEY="sk_xxx"
export SKILL_ID="39bf8448-ceba-4764-8f73-b58ed00e4f57"
export SKILL_PRICE_USDT="0.001" # 可选:每次调用扣费
python app.py --config config.example.json --channel discord --raw-user-id 123456
```
余额不足时返回 `payment_url`,用户充值后重试。
快速自检:
```bash
python verify_billing.py --user-id discord_123456 --amount 0.001
```
## 4) 定时执行(建议)
每 15 分钟跑一次(示例):
```bash
*/15 * * * * cd /path/to/skills/airdrop-monitor-cn && /path/to/.venv/bin/python app.py --config config.prod.json >> monitor.log 2>&1
```
## 5) 风险边界
- 不承诺收益
- 不提供投资建议
- 不索要私钥或助记词
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.