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

Query Types

Installs
6
GitHub Stars
1
First Seen
Mar 10, 2026
4d-doc-lookup — e-marchand/skills