4d-doc-lookup
Installation
SKILL.md
4D Doc Lookup
Look up documentation from developer.4d.com for commands, classes, and topics.
Usage
# Get URL only (fast, no network needed)
python3 scripts/doc_lookup.py "JSON Parse"
# Fetch and extract page content
python3 scripts/doc_lookup.py "collection" --fetch
# Limit extracted text length
python3 scripts/doc_lookup.py "ORDA" --fetch --max-chars 2000