{
  "markdown": "# 60s Skills - AI Agent Skills Collection\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Source API](https://img.shields.io/badge/Source-vikiboss%2F60s-blue)](https://github.com/vikiboss/60s)\n\nA collection of [Agent Skills](https://agentskills.io) for the [60s API](https://github.com/vikiboss/60s).\n\n## About\n\nThis repository contains skills that enable AI agents to work with the 60s API, providing access to daily news, weather, trending topics, utilities, entertainment, data queries, and media information.\n\n## What are Agent Skills?\n\n[Agent Skills](https://agentskills.io) are a simple, open format for giving agents new capabilities and expertise. They are folders of instructions, scripts, and resources that agents can discover and use to perform better at specific tasks.\n\n## Repository Structure\n\n```\n60s-skills/\n├── skills/                    # Individual skills directory\n│   ├── daily-news-60s/       # Daily news skill\n│   ├── weather-query/        # Weather information\n│   ├── hot-topics/           # Trending content\n│   ├── utility-tools/        # Translation, IP, QR, etc.\n│   ├── entertainment/        # Fun content\n│   ├── data-query/           # Exchange rates, calendar, etc.\n│   └── media-info/           # Music and movie info\n├── README.md                 # This file\n└── LICENSE                   # MIT License\n```\n\n## Available Skills\n\n### 1. daily-news-60s\n获取每天60秒读懂世界的每日新闻，包含15条精选国内外新闻和每日微语。\n\nGet daily curated news with 15 selected items and a daily quote, updated every 30 minutes.\n\n**Use when**: Users need daily news summaries, current events, or want to stay informed.\n\n### 2. weather-query\n查询中国各地实时天气和天气预报，包括温度、湿度、风速、空气质量等信息。\n\nQuery real-time weather and forecasts for locations in China including temperature, humidity, wind, and air quality.\n\n**Use when**: Users ask about weather conditions, forecasts, or climate information.\n\n### 3. hot-topics\n获取微博、知乎、百度、抖音、今日头条、B站等主流平台的实时热搜榜单。\n\nGet trending topics and hot searches from major Chinese platforms (Weibo, Zhihu, Baidu, Douyin, Toutiao, Bilibili).\n\n**Use when**: Users want to know what's trending on social media.\n\n### 4. utility-tools\n提供实用工具功能，包括IP查询、文本翻译、二维码生成、哈希计算、网页元数据提取、WHOIS查询和密码生成。\n\nUtility functions including IP lookup, translation, QR code generation, hashing, OG metadata extraction, WHOIS, and password generation.\n\n**Use when**: Users need translation, IP lookup, QR codes, or other utility functions.\n\n### 5. entertainment\n获取娱乐内容，包括一言名句、笑话、段子、运势预测、KFC梗文案和摸鱼日历。\n\nFun content including quotes, jokes, luck predictions, memes, and slacking calendars.\n\n**Use when**: Users want entertainment, jokes, quotes, or fun content.\n\n### 6. data-query\n查询各类数据信息，包括汇率、农历、历史事件、百科、油价、金价和化学元素。\n\nQuery various data including exchange rates, lunar calendar, historical events, encyclopedia, fuel/gold prices, and chemical elements.\n\n**Use when**: Users need reference data, currency conversion, calendar info, or encyclopedia lookups.\n\n### 7. media-info\n获取音乐和影视信息，包括网易云音乐排行榜、歌词搜索、电影票房、电视剧收视率和网剧排行。\n\nGet music and entertainment information including music charts, lyrics, movie box office, TV ratings, and web series rankings.\n\n**Use when**: Users need music charts, lyrics, movie info, or entertainment rankings.\n\n## Using Skills\n\nSkills in this repository follow the [Agent Skills specification](https://agentskills.io/specification). Each skill:\n\n- Has a unique name following the format: `[a-z0-9-]+`\n- Contains a `SKILL.md` file with YAML frontmatter and instructions\n- Provides clear guidance on when and how to use the skill\n- Includes code examples and use cases\n\n## About 60s API\n\n[60s API](https://github.com/vikiboss/60s) is a collection of high-quality, open-source APIs providing:\n\n- 📰 Daily news (60 seconds to read the world)\n- 🌤️ Weather information and forecasts\n- 🔥 Trending topics from major platforms\n- 🛠️ Utility tools (IP, translation, QR codes, etc.)\n- 🎉 Entertainment content (jokes, quotes, memes)\n- 📊 Data queries (exchange rates, calendar, encyclopedia)\n- 🎵 Music and movie information\n\n**Features:**\n- ✅ Free, no authentication required\n- ✅ Millisecond-level cached responses\n- ✅ Global CDN acceleration\n- ✅ Regular updates\n- ✅ High-quality curated data\n\n## Quick Start\n\n### For AI Agents\n\nSimply provide agents access to the skills in this repository. Each `SKILL.md` file contains all the information needed to use that skill effectively.\n\n### For Developers\n\nEach skill provides:\n- Clear API endpoint documentation\n- Python code examples\n- Common use cases\n- Best practices\n- Troubleshooting tips\n\nExample from `daily-news-60s`:\n\n```python\nimport requests\n\nresponse = requests.get('https://60s.viki.moe/v2/60s')\nnews = response.json()\n\nprint(f\"📰 {news['date']} 新闻简报\")\nfor i, item in enumerate(news['news'], 1):\n    print(f\"{i}. {item['title']}\")\n```\n\n## Contributing\n\nContributions are welcome! To add improvements:\n\n1. Fork this repository\n2. Make your changes to skills or add new skills\n3. Ensure each skill follows the Agent Skills specification\n4. Submit a pull request\n\nWhen creating new skills:\n- Use lowercase with hyphens for directory names\n- Include YAML frontmatter in SKILL.md\n- Provide clear instructions and examples\n- Test with actual API endpoints\n\n## Related Resources\n\n- **60s API Project**: https://github.com/vikiboss/60s\n- **API Documentation**: https://docs.60s-api.viki.moe\n- **Official Instance**: https://60s.viki.moe\n- **Agent Skills Specification**: https://agentskills.io/specification\n\n## License\n\nThis repository is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\nThe 60s API project is also licensed under MIT.\n\n---\n\nMade with ❤️ for the AI Agent Community\n",
  "bytes": 5709,
  "sha": "81066d033a328d6d0fd8ceabb16d265f44df2890fd8a5bae0c1557184d7feaa1",
  "repo_slug": "vikiboss/60s-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_vikiboss_60s_skills_hot_topics_df765918/readme"
}