Overview
- Skill Key
- earnabitmore365/abby-autonomy
- Author
- earnabitmore365
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/earnabitmore365/abby-autonomy
- Latest Commit SHA
- 167c14a0dc6a36d08c44ffa4849fe1fabec5d20f
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Abby Autonomy 技能。 若已安装,则直接安装 Abby Autonomy 技能。
# Abby Autonomy Skill
_自主任务执行系统 - 让 从被动 Abby变主动_
---
## 解决的问题
让 Abby 从"被动等待"变成"主动工作"!
**当前问题**:
- Heartbeat 只检查"有没有需要处理的"
- 空闲时说 "HEARTBEAT_OK"
- 等待爸爸指令才能工作
**改进后**:
- 主动从任务队列拿任务做
- 持续工作直到限制
- 自主推进任务
---
## 核心概念
### 1. 任务队列 (tasks/QUEUE.md)
```
# Task Queue
## Ready (可取用)
- [ ] 回测 RSI 策略
- [ ] 下载 BTC 数据
## In Progress (进行中)
- [x] @abby: 回测 MA 策略 (执行中, 剩余 5分钟)
## Done Today (今日完成)
- [x] 完成 MA 策略回测
## Blocked (阻塞)
- [ ] 等待爸爸确认
```
### 2. 状态追踪
Abby 记忆中记录当前任务状态:
```json
{
"current_task": "回测 MA 策略",
"task_status": "running",
"estimated_completion": "20:15",
"progress": "50%",
"started_at": "20:05"
}
```
---
## 核心功能
### 1. 任务队列管理
| 功能 | 说明 |
|------|------|
| 读取队列 | 从文件读取任务列表 |
| 拿任务 | 取最高优先级任务 |
| 更新队列 | 标记完成/进行中/阻塞 |
| 记录进度 | 写回记忆 |
### 2. 状态检查
| 检查 | 说明 |
|------|------|
| 任务状态 | 有没有正在执行的任务? |
| 紧急事项 | 人类消息?系统错误? |
| 资源限制 | Token 快用完?时间到? |
### 3. 自主执行
| 步骤 | 说明 |
|------|------|
| 1. 检查 | 有紧急事项? |
| 2. 检查 | 有正在执行的任务? |
| 3. 读取 | 从队列拿任务 |
| 4. 执行 | 开始工作 |
| 5. 记录 | 标记状态 |
| 6. 等待 | 直到限制或完成 |
---
## 任务类型
### 自动任务
| 任务 | 说明 |
|------|------|
| 回测 | 运行策略回测 |
| 下载 | 下载历史数据 |
| 研究 | 分析市场数据 |
| 优化 | 优化交易参数 |
### 阻塞任务
| 状态 | 说明 |
|------|------|
| 等待爸爸确认 | 需要人工决策 |
| 等待系统资源 | 资源不足 |
| 等待外部数据 | API 不可用 |
---
## 使用方法
### 创建任务
```markdown
# tasks/QUEUE.md
## Ready (可取用)
- [ ] 回测 RSI 策略 (优先级: 高)
- [ ] 下载 BTC 1h 数据 (优先级: 中)
```
### Abby 心跳时
```
每3分钟:
1. 检查紧急事项
2. 检查当前任务状态
3. 如果空闲 → 拿任务做
4. 完成后更新队列
```
---
## 目录结构
```
abby-autonomy/
├── SKILL.md # 技...
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.