skills/plantnet-identify/SKILL.md
Identify plants, detect diseases, and provide biodynamic care recommendations using Pl@ntNet API. Supports image URLs and local files. Returns species name, confidence score, care tips aligned with lunar calendar, and treatment recommendations.
npx skillsauth add enudimmud/enki-openclaw plantnet-identifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
E*NKI uses this skill to identify plants from images, diagnose potential issues, and offer biodynamic care recommendations aligned with the lunar calendar.
{baseDir}/scripts/identify.py <image_url_or_path> [organ] [lang]
organ (optional): leaf, flower, fruit, bark, auto (default: auto)
lang (optional): fr, en, es, de, pt (default: fr)
The script uses its own venv with requests installed.
From image URL:
python3 {baseDir}/scripts/identify.py "https://example.com/plant.jpg" leaf
From local file:
python3 {baseDir}/scripts/identify.py "/path/to/photo.jpg" auto
The script returns a JSON object:
{
"species": "Solanum lycopersicum",
"common_name": "Tomato",
"confidence": 94.2,
"family": "Solanaceae",
"gbif_link": "https://www.gbif.org/species/...",
"edible": true,
"toxic": false,
"top_matches": [
{"species": "Solanum lycopersicum", "score": 0.942},
{"species": "Solanum melongena", "score": 0.041}
],
"enki_advice": "Tomate détectée. Plante racine selon le calendrier biodynamique..."
}
When this skill returns a result:
toxic: true — always warn the userAPI_KEY_MISSING → Tell user to set PLANTNET_API_KEY environment variable (free at identify.plantnet.org)IMAGE_UNREACHABLE → Ask user to send the image directly or verify the URLNO_MATCH → Apologize, suggest retaking photo in better light or different angleRATE_LIMIT → Pl@ntNet free tier is 500 req/day. If hit, notify user and retry tomorrowhttps://my-api.plantnet.org/v2/identify/alldocumentation
Post tweets to @HelvetiVault with validation and posting rules enforcement. Supports text, threads, and media. Enforces daily limits and content guidelines.
development
Crypto wallet, token swaps, cross-chain bridges, Tempo transfers, and access to paid external services (search, image gen, web scraping, AI, and more) via x402 and MPP micropayments.
tools
# Scrapling Skill - Advanced Web Scraping ## Overview Scrapling is a modern web scraping framework with: - **Adaptive element finding** — Survives website redesigns - **Anti-bot bypass** — Handles Cloudflare Turnstile - **MCP Server** — Token-optimized content extraction for AI - **Multiple fetchers** — HTTP (fast) or browser-based (stealth) ## Installation Already installed in venv at `~/.openclaw/workspace/skills/scrapling/venv/` **Dependencies:** - Python 3.10+ - Chromium browser (instal
tools
Get lunar phases, biodynamic calendar (Michel Gros method), and holistic environmental readings. Use when discussing moon influence, planting calendars, biodynamic agriculture, or requesting environmental/holistic context.