# Tutorial-Simple-Agent-Skill-

> Objectives

- Skill: `baokhanh546123/tutorial-simple-agent-skill` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add baokhanh546123/tutorial-simple-agent-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/baokhanh546123/tutorial-simple-agent-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: baokhanh546123 (https://skillmd.com/u/baokhanh546123)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/baokhanh546123/tutorial-simple-agent-skill

---


# Objectives
This skill enables the agent to access news URLs, extract key content, and present a professional summary.
# Workflow
1. Validate the user-provided URL for existence and domain authorization.
2. Use the python tool to execute `scripts/fetch_news.py`  with the URL parameter.
3. Read the `references/brand_voice.txt` file to understand the required summary style.
# Output Format
1. News Title (Bold, large header style)
2. News Content (Capitalize the first letter and use 3–5 bullet points)
3. Quick Insights (Based on company standards)
