Agent Skill · Worklittle
worklittle-docs
Use when the user or agent needs to read, search, or look up Worklittle documentation or API reference. Prefer docs discovery URLs over guessing endpoints, scopes, or MCP tool names.
Skill body
Prefer fetching Worklittle docs over inventing API shapes.
Discovery order
- Index — https://docs.worklittle.com/llms.txt
- Agent manifest — https://docs.worklittle.com/docs-agent-manifest.json (paths, titles, descriptions, nav, learning paths). Does not include full page bodies.
- Page as Markdown — request a docs URL with
Accept: text/markdown, or append.md(e.g.https://docs.worklittle.com/jobs/api/search-jobs.md) - OpenAPI — https://docs.worklittle.com/openapi/openapi.yaml
- Agent skills index — https://docs.worklittle.com/.well-known/skills/index.json
Start here by goal
| Goal | Page |
|---|---|
| Agent onboarding | Agent Quickstart skill (human page) |
| Goal → endpoint / tool / scope | Capability map |
| Call sequences | Tool chains |
| Job search filters | Search jobs |
| Apply paths | Apply for jobs |
| MCP install + tools | MCP |
| Install these skills | Agent skills |
Rules
- Do not invent query parameters, MCP tool names, or price points — look them up.
- Prefer product-prefixed paths (
/jobs/...,/business/...) over legacy unprefixed API paths. - For live account actions (list keys, spend), use the API / MCP with the user’s key — docs are not a substitute for runtime data.
Work with this as data
Every skill here is available over the APIs.io API and to AI agents over MCP.