SkillAgentSearch skills...

Api

Lichess API documentation and examples

Install / Use

/learn @lichess-org/Api
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Lichess API Docs & Examples

Run locally

cd doc
pnpm install
pnpm dev

or with devenv

devenv up

Then open the URL printed in the terminal (usually http://localhost:5173).

Make modifications to any of the schema yaml files, and the page will rebuild and reload automatically.

Check the yaml files for syntax errors:

pnpm spectral
pnpm lint
pnpm scalar-lint

or with devenv

devenv tasks run api:check

Format the yaml files

pnpm format

Publish (for maintainers)

The docs + npm package will be published automatically each day if there are changes, but if you want to publish changes immediately, you can trigger the publish workflow.

Option 1: In the Github UI, manually dispatch the publish workflow

Option 2: From the command line:

gh workflow run publish

Related Skills

View on GitHub
GitHub Stars551
CategoryDevelopment
Updated1d ago
Forks168

Languages

TypeScript

Security Score

95/100

Audited on Apr 4, 2026

No findings