大麻栽培助手:欧盟种子库元搜索助手 - Openclaw Skills
作者:互联网
2026-04-18
什么是 大码栽培助手?
大码栽培助手技能是获取欧洲最值得信赖种子库的高质量大码遗传基因的中心向导。通过利用 Openclaw Skills 的力量,该工具可以处理来自多个供应商数据的搜索、过滤和规范化等繁重工作。它旨在帮助用户根据详细的技术参数(如花期、THC/CBD 含量和产量预期)查找特定品种或探索新的遗传基因。
该技能不仅提供简单的搜索,还通过结构化对比和指导用户完成国际种子库注册及结账流程的复杂步骤。它充当技术桥梁,确保种植者在应对欧盟种子市场的特定法律和物流要求时,能够获得准确的育种信息和最佳市场价格。
下载入口:https://github.com/openclaw/skills/tree/main/skills/rama666/cannabis-cultivator
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install cannabis-cultivator
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 cannabis-cultivator。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
大码栽培助手 应用场景
- 在 Zamnesia、Sensi Seeds 和 Alchimia 等多个欧洲零售商中搜索特定的品种。
- 根据植物学特征过滤结果,如 Sativa/Indica 比例、自动开花与光周期、以及雌性化与普通种子。
- 对比实时价格和包装规格,以找到最具成本效益的采购方案。
- 识别支持特定运输区域或首选付款方式(如 SEPA 或加密货币)的种子库。
- 为复杂电子商务平台上的账号创建和手动结账提供逐步引导指令。
- 用户发起请求,指定品种关键词、所需效果或生长限制(如花期窗口和产量)。
- 该技能参考其内部商店库,为请求确定最佳搜索策略。
- 它汇总来自所选种子库的原始数据,获取品种名称、育种家血统、价格和可用性。
- 所有收集的数据都被规范化到标准分类中(例如高/中/低产量),以便进行客观对比。
- 该技能根据用户定义的强制过滤条件对结果进行排序,并提供结构化的摘要表。
- 最后,它为结账过程提供指导,概述所选供应商的注册要求和付款选项。
大码栽培助手 配置指南
要将此功能集成到您的智能体工作流中,请确保已为 Openclaw Skills 配置了必要的环境,并拥有 Web 搜索工具的访问权限。
# 进入智能体的技能目录
cd skills/cannabis-cultivator
# 确保搜索依赖项可用
# 需要 SerpAPI 或 Tavily 进行直接网页查询
export SERPAPI_API_KEY="your_api_key_here"
用户还应验证 references/seedbanks.md 文件中的商店信息表,以确保包含所需的地理覆盖范围。
大码栽培助手 数据架构与分类体系
该技能利用强大的分类法来组织植物学和商业数据,以便于清晰和易用。
| 属性 | 描述 | 规范化值 |
|---|---|---|
| 基因型 | 基于百分比的分类 | Sativa 占主导 (>65%), Indica 占主导 (>65%), 平衡型, 自动开花 |
| 产量 | 标准化的生产指标 | 低, 中, 高 (基于 g/m2 或 g/株) |
| 效能 | 大码素浓度 | 高 (>22% THC), 中 (15-22%), 低 (<15%) |
| 开花 | 生长时间窗口 | 光周期品种以周计;自动开花品种以总生命周期周计 |
所有参考数据(包括商店元数据和注册流程)均以 Markdown 格式存储在 references/ 目录中,以便于更新。
name: cannabis-cultivator
description: EU seedbank meta-search assistant. Use this skill whenever you need to discover cannabis strains across trusted European shops, filter by genetics/yield/flowering time/THC, compare prices, and walk through account creation + checkout steps (user submits forms and payments manually).
Cannabis Cultivator – EU Seedbank Finder
Overview
Central concierge for sourcing cannabis genetics from reputable European seedbanks. Handles search, filtering, result normalization, and user coaching for registration/checkout. Media uploads (photos/voice) are optional context for user preferences; this skill does not diagnose plant health.
Quick Workflow
- Clarify the request
- Strain keywords, desired effects or lineage.
- Mandatory filters (genetic profile, flowering window, yield class, THC/CBD range, autoflower vs photoperiod, feminized vs regular).
- Budget, pack size, shipping country, preferred payment methods.
- Choose search strategy
- Use
references/seedbanks.mdto pick shops to query. - For specific strain names: direct site search (e.g.,
site:zamnesia.com "amnesia") via SerpAPI/Tavily or browser. - For exploratory browsing: open each shop’s strain finder/sort UI.
- Use
- Aggregate results
- Capture strain name, breeder, pack sizes, price, availability, shipping constraints.
- Normalize data using the thresholds in
references/filters.md.
- Filter & rank
- Apply user constraints in this order: genetics → flowering time → yield → THC (then secondary attributes like terpene profile or CBD).
- If a filter cannot be satisfied, flag it and offer closest matches.
- Account & checkout coaching
- Reference
references/account-setup.mdfor each shop’s registration flow, payment options, and legal notices. - Provide step-by-step guidance; the user performs the actual submission/payment.
- Reference
- Deliver summary
- Produce a structured table plus bullet-point recap of pros/cons and next steps (see template below).
Search & Filter Playbook
1. Shop Coverage
Use the following tiers (documented in seedbanks.md):
- Core: Alchimia, Sensi Seeds, Anesia Seeds, Advanced Seeds, Bulk Seed Bank, Sweet Seeds.
- Preferred EU retailers: Zamnesia, Dutch-Headshop, Weed Seed Shop, Royal Queen Seeds, Amsterdam Genetics, CannaConnection.
- Add any user-specified shops if needed (verify legitimacy).
2. Data Collection Checklist
For each candidate strain capture:
- Shop & direct URL
- Strain name + breeder lineage
- Genotype (Sativa/Indica %, autoflower/photoperiod, feminized/regular)
- Flowering time (indoor weeks / outdoor harvest window)
- Expected yield (indoor g/m2, outdoor g/plant, or qualitative label)
- THC / CBD percentages
- Pack sizes & pricing (note currency)
- Shipping limitations & notable payment methods
3. Filtering Rules (from filters.md)
- Genetics: categorize as Sativa-dominant (>65% sativa), Indica-dominant (>65% indica), balanced hybrid, autoflower.
- Yield: use Low/Medium/High buckets for consistency; quote manufacturer numbers when present.
- Flowering: photoperiod 7–14 weeks (highlight fast/slow outliers), autoflower total lifecycle 9–12 weeks.
- THC/CBD: classify as High (>22% THC), Medium (15–22%), Low (<15%). Mention CBD if marketed (>1%).
Account & Checkout Guidance
- For each shortlisted shop, outline:
- Registration URL, required fields, age/ID checks.
- Payment options (credit card, SEPA, Klarna, crypto, etc.) and any region locks.
- Shipping notes: stealth packaging, restricted countries, courier choices.
- Compliance reminder: user must confirm local legality.
- Provide copy-ready checklists (e.g., “Before checkout ensure: verified email, address set, payment method ready”).
- Never autofill or submit sensitive data; only describe steps.
Output Template
# Requested Profile
- Keywords / lineage: …
- Mandatory filters: …
- Shipping to: …
# Top Matches
| Shop | Strain | Genotype | THC/CBD | Flowering | Yield | Price/Pack | Link |
| … | … | … | … | … | … | … | … |
# Notes & Trade-offs
- …
# Account & Checkout Tips
- Shop: …
- Register via … (fields required …)
- Payment options: …
- Shipping considerations: …
- Legal reminder: …
# Next Steps
1. …
2. …
3. …
Resources
references/seedbanks.md– shop fact sheets (location, shipping, payments, specialties).references/filters.md– normalization buckets for genetics, yield, flowering, potency.references/account-setup.md– registration & checkout walkthroughs per shop.scripts/– reserved for future automation helpers (web scrapers, data normalizers).assets/– reserved for templates (e.g., CSV export structure) if needed.
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
Instagram AI 集成:社交媒体自动化 - Openclaw Skills
Bear Notes: 自动化 macOS 笔记管理 - Openclaw Skills
ClawHub CLI: 高级 AI 智能体技能管理 - Openclaw Skills
NervePay Identity:加密 AI 智能体身份验证 - Openclaw Skills
高频复购小商品电商运营 - Openclaw 技能库
cfshare: 通过 Cloudflare 安全共享本地端口和文件 - Openclaw Skills
Webhook 路由器:安全自动化 Webhook 管理 - Openclaw Skills
代发货导师 Nick:电子商务策略与增长 - Openclaw Skills
巨鲸追踪器:链上聪明钱分析 - Openclaw Skills
TikTok 爆款标题生成器:利用 Openclaw Skills 提升参与度
AI精选
