aws-blogs

Searches and retrieves AWS blog post metadata and content via the public AWS directory API.

6|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-fsi-reference-architecture-jp --skill aws-blogs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-blogs
Source: https://github.com/aws-samples/sample-fsi-reference-architecture-jp/tree/main/skills/aws-blogs
Command: npx skills add https://github.com/aws-samples/sample-fsi-reference-architecture-jp --skill aws-blogs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the challenge of manually searching through the vast AWS blog ecosystem by providing a direct, programmatic interface to query and retrieve specific blog content.

Core Features & Use Cases

  • Targeted Search: Filter AWS blog posts by date range and keywords to find relevant service updates or customer stories.
  • Content Retrieval: Fetch full article content for detailed analysis or summarization without leaving your workflow.
  • Use Case: Quickly find all AWS blog posts related to a specific service launch from the last month to prepare a briefing for your team.

Quick Start

Use the aws-blogs skill to search for Japanese blog posts from the last 30 days containing the keyword serverless.

Frequently Asked Questions about aws-blogs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and retrieve AWS blog posts programmatically?

You can search AWS blog posts by querying the public AWS directory API endpoint, filtering by custom keywords, date ranges, and locales to retrieve metadata and full article content directly within your workflow.

Can I filter AWS blog content by date range and locale for research?

Yes, you can filter AWS blog content by locale and date ranges to narrow your research, allowing you to isolate specific regional updates or target service launches published within a defined timeframe.

How do I fetch full AWS blog article content for detailed analysis?

To fetch full AWS blog article content for analysis, you perform a detail operation against the AWS blog API endpoint, retrieving the complete article text for summarization without leaving your workflow environment.

Do I need access to the AWS blog API endpoint to retrieve post metadata?

Yes, you need access to the public AWS blog API endpoint. The skill requires this endpoint to execute list operations for post metadata retrieval and detail operations for fetching full article content.

What is the best way to find recent AWS service launch blog posts for a briefing?

The best way to find recent AWS service launch blog posts for a briefing is to query the AWS blog API with custom keywords and a specific date range, retrieving targeted metadata and full content instantly.