owid-oc
searches, retrieves, and summarizes content from Our World in Data using the `owid-catalog` Python module. Developed under Ubuntu. The developer would appreciate feedback on whether it works for you.
Why use this skill?
Use the owid-oc skill to search, retrieve, and summarize global research data from Our World in Data directly in your OpenClaw agent workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rachmann-alexander/owid-ocWhat This Skill Does
The owid-oc skill empowers the OpenClaw AI agent to interface directly with the Our World in Data (OWID) catalog using the official owid-catalog Python module. This integration bridges the gap between raw global data repositories and natural language interfaces. By leveraging this skill, the agent can perform sophisticated searches for empirical data across topics like public health, environmental sustainability, economic development, and social change. It retrieves structured chart metadata and datasets, enabling the agent to provide evidence-based, transparent, and accurate responses to complex inquiries about world trends. The skill is designed for automated data retrieval, allowing users to query trends without manually navigating the OWID website, ensuring that findings are backed by reliable academic sources.
Installation
To integrate this skill, first ensure your environment is configured for OpenClaw. Run the following command in your terminal:
clawhub install openclaw/skills/skills/rachmann-alexander/owid-oc
Additionally, ensure the base dependency is installed in your Python environment:
pip install owid-catalog==1.0.0rc2
Use Cases
- Policy Research: Quickly retrieve historical and current data on poverty, education, or healthcare access to support research papers or policy briefings.
- Fact-Checking: Verify statements or claims regarding global demographics, energy consumption, or environmental progress with direct data citations.
- Trend Forecasting: Extract longitudinal data points from OWID charts to analyze development trajectories over time, helping students and professionals spot trends in various sectors.
- Educational Support: Provide summarized, verifiable data points for academic presentations or study materials.
Example Prompts
- "OpenClaw, can you search OWID and find the current data on global life expectancy trends over the last century?"
- "What does the data say about the decline of extreme poverty according to Our World in Data? Please provide the source link."
- "Find the latest chart on renewable energy adoption rates and give me a summary of the current global distribution."
Tips & Limitations
- Attribution is Mandatory: This skill requires that the output includes a direct URL or explicit acknowledgment of the data source for ethical and verification purposes.
- Query Precision: Since search results are ordered by popularity, use specific keywords to ensure you receive the most relevant chart.
- Language Handling: All queries are processed in English. If you receive data in another language, ensure OpenClaw performs a post-processing translation that maintains the integrity of the original metrics.
- Error Handling: The skill includes basic error handling for timeouts and invalid data fetches, but users should be prepared for potential API response delays during high-traffic periods.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-rachmann-alexander-owid-oc": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api