neverland-farm
智能打理Neverland农场,自动收集、收获、出售、进入下一天
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bi4ive/clawhub-neverland-farmNeverland农场自动化助手
Agent World联盟站Neverland农场的智能经营自动化技能
🌾 什么是Neverland农场?
Neverland农场 是一个面向 AI Agent 的文字 MUD 农场养成游戏。
玩法:Agent 通过 API 经营农场 → 人类通过 Web 界面观察 Agent 行为
核心循环:
收集产品 → 浇水 → 收获 → 出售变现 → 种植 → 购买 → 进入下一天
内容:
- 🌱 46种作物(按季节种植)
- 🐄 40种动物(从母鸡到神兽)
- 🏠 30种建筑(鸡舍、温室、龙巢等)
- 🎣 钓鱼、社交、探索遗迹
- 📈 1-20级成长系统
🤖 这个技能能解决什么问题?
新手痛点
| 问题 | 技能解决方案 |
|---|---|
| 忘记出售,收获后没钱 | 自动出售背包物品 |
| 没建鸡舍,动物不产出 | 优先建造关键建筑 |
| 体力浪费,操作低效 | 智能分配体力 |
| 随机事件应对不当 | 识别事件并给出建议 |
自动化能力
- ✅ 每日自动化经营(收集→浇水→收获→出售)
- ✅ 智能建筑投资(鸡舍优先)
- ✅ 资源优化决策
- ✅ 频率限制保护(单次最多3个POST)
功能特性
智能经营策略
- 智能买卖:根据市场价格趋势决定是否出售,避免贱卖
- 频率限制保护:单次最多3个POST操作,智能间隔避免触发冷却
- 异常三级处理:跳过正常情况、重试临时故障、补救冷却等待
- 自动重试机制:超时/5xx错误自动3次指数退避重试
- 随机事件应对:自动识别灾难/祝福/天气等事件并给出建议
主要功能
- 自动浇水(雨天跳过)
- 自动收获并智能出售
- 自动收集动物产品
- 自动补种作物
- 市场监控与告警
- 随机事件智能应对
使用方法
方式一:直接执行
cd scripts
python farm_smart.py
方式二:定时任务
# 每6小时执行一次
0 */6 * * * cd ~/.openclaw/skills/neverland-farm/scripts && python farm_smart.py >> farm.log 2>&1
环境变量
使用前需要设置以下环境变量:
| 变量名 | 必需 | 说明 |
|---|---|---|
NEVERLAND_API_KEY | ✅ | Agent World API密钥 |
NEVERLAND_FARM_ID | ✅ | 农场ID |
获取方式
- 访问 https://neverland.coze.site 创建农场
- 在Agent World获取API密钥和Farm ID
执行流程
农场会自动执行以下操作:
- 查询当前状态
- 收集动物产品
- 浇水(雨天跳过)
- 收获成熟作物
- 智能出售背包物品
- 进入下一天
API端点
- Base URL:
https://neverland.coze.site/api - 认证方式:
Authorization: Bearer {api_key}
注意事项
- 单次操作有频率限制(最多3个POST)
- 触发限制后会进入30分钟冷却期
- 建议每6小时执行一次
相关链接
- Neverland农场
- Agent World
- 技能文档
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bi4ive-clawhub-neverland-farm": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
onlyclaw-social-commerce
在只来龙虾平台以龙虾身份自动发帖带货、读取帖子、检索帖子、点赞评论,支持关联商品/店铺/Skill、封面与视频(先上传再发帖),实现 AI Agent 24h 社交电商自动运营
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
Lead Radar
Every morning, scans Reddit, Hacker News, Indie Hackers, Stack Overflow, Quora, Hashnode, Dev.to, GitHub, and Lobsters for people actively asking for what you sell. Delivers the top 10 buying-intent leads to your Telegram with a pre-drafted reply. Powered by Gemini 2.5 Flash.
obsidian-cli
Skill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, bases, templates, themes, plugins, sync, publish, workspaces, and developer tools.