LaunchKit · 2026
Back to Skills

endpoints

Endpoints document management API toolkit.

1
1.7k downloads
by @adamkristopher

Setup & Installation

openclaw skills install @adamkristopher/endpoints

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install endpoints

What This Skill Does

A toolkit for scanning documents and text with AI to extract structured entities, then storing results in categorized endpoints on endpoints.work. Results auto-save as JSON files, with optional markdown summaries generated after each run.

Combines AI document extraction and structured storage in a single API call, removing the need to wire together separate OCR, LLM, and database services.

When to use it

  • Extracting contact details from business emails
  • Parsing invoice PDFs into structured line-item records
  • Organizing meeting notes by topic and date
  • Tracking job applications across multiple uploaded documents
  • Auditing monthly parse and storage usage

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Scan this invoice PDF and add it to my invoice tracker

AGENT
  1. 1Call scanFile('./invoice.pdf', 'invoice tracker') against the Endpoints API
  2. 2API extracts entities such as vendor name, amount, and date from the PDF
  3. 3Result saves automatically to results/invoice-tracker/ as a timestamped JSON file
  4. 4Read the saved file and generate a markdown summary in results/summaries/
OUTPUT

Structured invoice data stored at /invoice-tracker/{slug}, with extracted entities and a markdown summary report

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

endpoints.work accountENDPOINTS_API_KEY from the endpoints.work API Keys page