Analysis updated 2026-05-18
Give an AI agent the ability to search Chinese-language sources via Baidu.
Give an AI agent the ability to look up Chinese city weather, alerts, and forecasts.
Browse a single repository to find ready-made agent skill packages instead of building from scratch.
| valenovo/ai-agent-skills | adewale/skill-eval-harness | davanstrien/uv-scripts-for-ai | |
|---|---|---|---|
| Stars | 38 | 38 | 38 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | data |
Figures from each repo's GitHub metadata at analysis time.
Each skill lives in its own subfolder with separate setup steps, the top-level README does not document a unified install process.
This repository groups two AI agent skill packages into a single collection. Both were originally maintained as separate GitHub repositories and have been consolidated here to keep related capabilities in one place. Each skill adds a specific ability that an AI agent can call on during a task. The first skill, Baidu API Search Skill, gives an agent the ability to search Chinese-language sources. It connects to the Baidu AI Search API and the Baidu Encyclopedia API, allowing an agent to retrieve information from Chinese web resources and encyclopedia entries. This is useful for agents that need to answer questions or gather information in Chinese, where other search providers may have limited coverage. The second skill, China Weather Agent Skill, provides weather data for cities in China. It draws on publicly available Chinese weather data and can return current conditions, weather alerts, and forecasts for a given city. An agent using this skill can answer questions about present weather or upcoming conditions in Chinese cities. Both skills are tagged with "openclaw" in the repository topics, which appears to be the agent platform or framework they were built for. Each subdirectory in this repository keeps the original project's folder layout, documentation file, license, and scripts intact. To use a skill, you navigate into its subdirectory and follow the instructions there. The top-level README does not describe installation steps or the broader agent framework. Those details live within each skill's own subfolder. Because the repository is mainly an index page pointing at two other projects, it works best as a starting point for browsing rather than a complete guide on its own. Anyone deciding whether either skill fits their project should open the linked subfolder first, since the top-level document intentionally stays short and defers the real explanation to each skill's own README.
A small collection of plug-in capability packages for AI agents, currently offering Chinese-language search and China weather lookups.
Mainly Python. The stack also includes Python, Baidu API, Baidu Baike.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.