daily-news-60s
获取每天60秒读懂世界的每日新闻,包含15条精选国内外新闻和每日微语。Use when users need daily news summaries, current events, or want to stay informed about world news in Chinese.
By vikiboss · 478 installs
npx skills add vikiboss/60s-skills --skill daily-news-60s
Source repository · Upstream listing
每天60秒读懂世界 Daily News Skill
This skill helps AI agents fetch and present daily curated news from the 60s API, which provides 15 selected news items plus a daily quote, updated every 30 minutes.
When to Use This Skill
Use this skill when users:
Ask for today's news or current events
Want a quick daily briefing
Request news summaries in Chinese
Need historical news from a specific date
Want news in different formats (text, markdown, image)
API Endpoint
Base URL: https://60s.viki.moe/v2/60s
Method: GET
Parameters
date (optional): Date in YYYY MM DD format (e.g., "2024 01 15")
If not provided, returns the latest available news
encoding (optional): Output format
json (default): Structured JSON data
text : Plain text format
markdown : Formatted markdown
image : Redirect to image URL
image proxy : Returns image binary data
How to Use
Basic Usage Get Latest News
Get News for Specific Date
Get News as Markdown
Get News as Plain Text
Response Format (JSON)
Example Interactions
User Request: "今天有什么新闻?"
Agent Response:
User Request: "Get yesterday's news"
Best Practices
1. Caching : The API has built in caching, responses are very fast
2. Update Frequency : News updates every 30 minutes, typically by 10 AM
3. Error Handling : Always check response status and handle errors gracefully
4. Format Selection : Use JSON for structured data, markdown for formatted output, text for simple presentation
5. Date Validation : When requesting specific dates, ensure the date format is YYYY MM DD
Common Use Cases
1. Daily News Bot
2. News Summary for Chatbots
3. Historical News Lookup
Troubleshooting
Issue: No data returned
Solution : Try requesting previous dates (yesterday or the day before)
The service tries latest 3 days automatically
Issue: Image not loading
Solution : Use encoding=image proxy instead of encoding=image
The proxy endpoint directly returns image binary data
Issue: Old date requested
Solution : Data is only available for recent dates
Check the response status code
API Characteristics
✅ Free : No authentication required
✅ Fast : Millisecond level cached responses
✅ Reliable : Global CDN acceleration
✅ Updated : Every 30 minutes
✅ Quality : 15 curated news items from authoritative sources
Related Resources
[60s API Documentation](https://docs.60s api.viki.moe)
[GitHub Repository](https://github.com/vikiboss/60s)
[Data Source Repository](https://github.com/vikiboss/60s static host)