Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/pages/llms.txt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export const GET: APIRoute = () => {
1. Fetch the skills index and remember each skill's name, description, and url:
${SITE_URL}/.well-known/skills/index.json

2. When a task matches a skill's description, fetch the skill content from its url.
2. When a task matches a skill's description, use it if already loaded in your
context. Otherwise, fetch the skill content from its url.
Do not construct skill URLs manually.

Example: for the skill named "internet-identity", its url is:
Expand Down
Loading