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.
  • GET /api/posts.json for structured blog post metadata.
  • GET /api/search.json for cross-site search including blog content.

Workflow

  1. Fetch /api/posts.json.
  2. Filter posts locally by year, query, or tags.
  3. Use the post url field as the canonical permalink.

Output

  • Return matching post titles, dates, excerpts, tags, and canonical URLs.