Blog Discovery Skill
Blog Discovery Skill
Use this skill to retrieve blog post metadata and search recent writing from the public site API.
Inputs
- Optional filters such as year, tags, or a free-text query.
Recommended Resources
GET /api/posts.jsonfor structured blog post metadata.GET /api/search.jsonfor cross-site search including blog content.
Workflow
- Fetch
/api/posts.json. - Filter posts locally by year, query, or tags.
- Use the post
urlfield as the canonical permalink.
Output
- Return matching post titles, dates, excerpts, tags, and canonical URLs.
