{"$schema":"https://maidang.me/.well-known/ai-agent.json","name":"Maidang","description":"麦当的个人手册：作品集、博客，以及可通过 npx maidang 调用的命令行。","homepage":"https://maidang.me","cli":{"command":"npx maidang","description":"结构化输出加 --json。所有内容均可通过 CLI 读取。","commands":["whoami","manifest","posts","skills","projects","links","tools","contact"]},"llms":"https://maidang.me/llms.txt","endpoints":[{"name":"posts","method":"GET","url":"https://maidang.me/api/posts","description":"博客文章列表。可选分页参数 page、pageSize。","query":{"page":"number","pageSize":"number"}},{"name":"skills","method":"GET","url":"https://maidang.me/api/skills","description":"技能列表。"},{"name":"projects","method":"GET","url":"https://maidang.me/api/projects","description":"项目列表。"},{"name":"links","method":"GET","url":"https://maidang.me/api/links","description":"社交与外部链接。"},{"name":"contact","method":"POST","url":"https://maidang.me/api/contact","description":"给麦当留言。有 IP 限流。","body":{"subject":"string","message":"string","name":"string?","email":"string?"}}],"responseFormat":{"description":"所有接口统一返回 { code, message, data }。code 为 0 表示成功。","envelope":{"code":"number","message":"string","data":"any"}}}