
vikiboss/60s-skills
2 skills2.3k installs74 starsGitHub
Install
npx skills add https://github.com/vikiboss/60s-skillsSkills in this repo
1Hot TopicsHot Topics is an agent skill that retrieves real-time trending and hot-search rankings from six mainstream Chinese content and social platforms through a unified REST API. Solo builders and small teams shipping to Chinese audiences use it when they need grounded, current conversation context instead of guessing what is viral on Weibo-style microblogging, Zhihu Q&A, Baidu search, Douyin short video, Toutiao news, or Bilibili video culture. The skill documents when to invoke it—users asking what is trending, tracking hot topics, or researching social trends—and maps each platform to a concrete endpoint so agents can fetch structured lists programmatically. It is a thin integration layer, not a full analytics suite: you get timely topic snapshots suitable for brainstorming hooks, newsletter angles, short-form scripts, and launch-week messaging. Pair it with your own editorial judgment and compliance review because trending lists change quickly and may include sensitive or regulated subjects.1.6kinstalls2Weather Queryweather-query is an agent skill that teaches your coding agent to fetch China-focused weather through the 60s viki.moe HTTP API. Solo and indie builders use it when a side project, internal bot, or travel or logistics helper needs grounded conditions instead of hallucinated forecasts. The SKILL.md documents two GET endpoints—realtime and forecast—and the single required `query` argument, which accepts names like 北京, 上海, or district-level strings such as 海淀区. Triggers match everyday user questions about current weather, upcoming days, humidity, wind, air quality, and outdoor planning. You wire the pattern in Build as a thin integration layer: parameterize the location, call the documented URLs, and surface structured JSON in chat or app UI. It is a procedural integration skill, not a hosted MCP server—your agent still runs the HTTP client and must respect network access in the environment.712installs