Skip to content

HLConnect/hlconnect-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HL Connect — Claude Agent Skill

A Claude Agent Skill that teaches Claude about the HL Connect API — Hal Leonard's platform for selling Hal Leonard digital products through your own online store.

With this skill installed, anyone integrating or evaluating HL Connect can ask questions in plain language and get accurate answers about the Catalog API, the asynchronous purchase/fulfillment flow, the vendor Dashboard, authentication and tokens, sandbox vs live environments, refunds/access revocation, and the official Python / JavaScript / PHP SDKs.

The skill stays current by re-checking the live OpenAPI schema (/doc/json) daily whenever an exact API detail is needed.

Install

Claude Code

/plugin marketplace add HLConnect/hlconnect-skill
/plugin install hlconnect@hlconnect

Pull future updates with /plugin marketplace update.

Claude desktop / Cowork

Add this repository as a plugin marketplace, then enable the hlconnect skill. You can also download the skills/hlconnect folder and add it as a local skill.

What it can answer

  • What HL Connect is and how the integration works
  • How to import and sync the catalog (cursor pagination, history)
  • The purchase flow: validate → register → poll → deliver → revoke
  • Order statuses, error codes, and access lifecycle
  • Dashboard usage: tokens, API explorer, order monitoring
  • Environments (sandbox vs live) and authentication
  • The official Python / JavaScript / PHP SDKs

Repository layout

.claude-plugin/marketplace.json   # makes the repo installable as a plugin marketplace
skills/hlconnect/                 # the skill
  SKILL.md
  reference/                      # product + API knowledge

Staying current

The OpenAPI schema is the source of truth, and the SDKs are generated from it. The skill caches the schema and re-fetches it when older than 24h before quoting an exact API detail. See skills/hlconnect/SKILL.md.

Documentation

About

Claude Agent Skill for the HL Connect API — answers product & integration questions, kept in sync with the live API.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors