agent-artifact-converter-skill.zip
Includes SKILL.md, Codex metadata, direct HTTP workflows, error guidance, and API examples. It does not call or require the CLI tool.
AetherLab Agent Kit
Agent integration
The installable skill teaches an agent to use the HTTP API directly. The standalone Python tool is a separate CLI for scripts and structured tool integrations. Neither package depends on the other.
Includes SKILL.md, Codex metadata, direct HTTP workflows, error guidance, and API examples. It does not call or require the CLI tool.
A separate Python CLI and JSON schema. It validates inputs and responses, reports actionable failures, downloads outputs, and handles PDF Markdown images.
Supported routes
1-30 public HTML URLs return a single PDF.
1-30 public HTML URLs return a PowerPoint deck.
One Markdown, MD, TXT, or text URL returns a Word document.
One text-based PDF returns Markdown and extracted image URLs, with an agent preference for online image URLs or same-directory local files.
One XLSX, XLS, CSV, or TSV URL returns normalized JSON.
AETHERLAB_API_KEY is set.online_urls, local_files, or raw.Quick start
# Codex skill
unzip agent-artifact-converter-skill.zip -d ~/.codex/skills/
# Standalone tool
unzip aetherlab-agent-kit-tool.zip
cd aetherlab-agent-kit-tool
export AETHERLAB_API_KEY="sk_live_xxxxxxxxxxxx"
python aetherlab_convert.py spreadsheet_json https://example.com/model.xlsx
Do not submit confidential, sensitive, regulated, or personal data unless you are authorized to do so and understand that source URLs must be publicly accessible.