wearescientist

A local-first Codex skill that turns natural-language requests into live results or free API discovery.

16
2
85% credibility
Found May 24, 2026 at 17 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

Free API Discovery is a local-first tool that acts like a smart research assistant. When you ask a question in plain language, it figures out whether you want immediate answers (like latest news, weather, or crypto prices) or whether you're looking for free APIs to build with. It pulls from multiple trusted sources, combines the results, and presents you with clean, organized information. The tool is designed to be fast, efficient, and reliable—keeping everything local so you don't waste time repeatedly searching the same things.

How It Works

1
💬 You ask a question naturally

You type what you need in plain language, like 'show me the latest crypto news' or 'find me free weather APIs'.

2
🧠 The system figures out what you need

It reads your request and decides whether you want live data right now or whether you're looking for free tools to use.

3
🔍 Your data is gathered automatically

If you asked for results, it pulls information from multiple trusted sources at once and brings it all together for you.

4
Two paths depending on what you asked for
📰
Live data path

News, prices, weather, currency rates, and country information are fetched from multiple sources and combined.

🔌
API discovery path

Your request is matched against a library of free APIs and GraphQL services to find the best options.

5
Results are cleaned up for you

Everything is organized, duplicates are removed, and the most relevant items are sorted to the top.

🎉 You get exactly what you asked for

Clear, organized results delivered in seconds—whether that's today's news, current prices, or a list of free APIs to try.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 17 to 16 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is free-api-discovery?

This is a Python skill that acts as a smart router between natural-language queries and either live data pulls or free API discovery. Give it a query like "帮我抓最新加密新闻" or "找几个免费的GraphQL市场数据API" and it routes to the right handler, aggregates multiple sources, and returns structured results. It maintains a local registry of thousands of free APIs (REST and GraphQL) alongside a pool of live data sources for news, weather, crypto prices, forex rates, stock quotes, and country profiles. The design prioritizes token efficiency: large directories stay local, and only shortlists bubble up to the model.

Why is it gaining traction?

The hook is the two-mode approach. Most tools force you to choose between live data fetching or API discovery, but this project handles both under one roof. Developers building content pipelines, dashboards, or agent workflows can use the same interface to grab current weather data or find a free cryptocurrency API to integrate. The multi-source fallback system (multiple news providers, multiple crypto exchanges) means results keep coming even when individual sources fail. Chinese language support is built in rather than bolted on, and the coverage reporting tells you exactly how many providers succeeded.

Who should use this?

Developers building automated content pipelines, news aggregators, or dashboard tools that need fresh data without managing dozens of API keys. AI agent developers who want a stable tool layer instead of stuffing large API directories into context. Anyone running periodic reports that combine news, market data, and geographic lookups. It's less suitable for teams needing production-grade SLA guarantees or comprehensive test coverage.

Verdict

Early-stage but conceptually solid for developers who want to reduce token costs and manage multiple free data sources in one place. The credibility score of 0.8500000238418579% and 16 stars reflect a young project with limited community validation. Start with a small integration to test reliability before anchoring critical workflows to it.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.