بنقرة واحدة
openalex
Search scholarly works through OpenAlex's public works search API with open-access URL fallback.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search scholarly works through OpenAlex's public works search API with open-access URL fallback.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | openalex |
| description | Search scholarly works through OpenAlex's public works search API with open-access URL fallback. |
| version | 1 |
| languages | ["en","mixed"] |
| methods | [{"id":"api_search","impl":"methods/api_search.py","requires":[],"rate_limit":{"per_min":30,"per_hour":500}}] |
| fallback_chain | ["api_search"] |
| when_to_use | {"query_languages":["en","mixed"],"query_types":["academic-paper","citation","survey","research"],"domain_hints":["academia","literature-review","scholarly-search","citations"]} |
| quality_hint | {"typical_yield":"high","chinese_native":false} |
| layer | leaf |
| domains | ["academic"] |
| scenarios | ["metadata-search","citation-graph"] |
| model_tier | Fast |
| experience_digest | experience.md |
OpenAlex provides broad scholarly metadata coverage across papers, preprints, chapters, and other research outputs through a free public API. It is useful when the query needs paper titles, authors, abstracts, citation counts, and open-access landing pages across a much larger corpus than a single publisher or preprint server.
api_search - Calls https://api.openalex.org/works with the search query parameter and per-page=10, then maps results entries into normalized evidence.api_search - Reconstructs abstract text from OpenAlex's positional abstract_inverted_index representation before building snippet and content fields.api_search - Resolves evidence URLs in priority order: best_oa_location.landing_page_url, then doi, then the OpenAlex id fallback.search query parameter for keyword search, not filter, which is for metadata filtering syntax.Chinese tech business news, startup funding, and industry analysis from 36kr.
Transcribe video/audio URL to text + word-level timestamps using Bilibili Bcut ASR API (free, no API key). Preferred for Chinese content — Bcut gives character-level timestamps vs Whisper word-level. Returns text + segments [{start, end, text}]. Requires yt-dlp + ffmpeg.
Transcribe video/audio URL or local file to text + SRT using yt-dlp + Groq Whisper API (free tier). Preferred default for v2 transcription. Returns raw text and segments; summary is caller's responsibility.
Transcribe video/audio URL or local file to text + SRT using yt-dlp + OpenAI Whisper API. Paid fallback for v2 transcription when Groq is rate-limited or unavailable. Returns raw text and segments; summary is caller's responsibility.
Transcribe video/audio URL or local file to text + SRT using yt-dlp + local mlx-whisper (Apple Silicon). Free, offline, fastest on M-series Macs. Opt-in advanced path for users with Apple Silicon + mlx-whisper installed. Returns raw text and segments; summary is caller's responsibility.
Deep URL fetch using crawl4ai (Playwright-powered) for JS-rendered pages, anti-bot sites, and dynamic content. Slower than fetch-jina but handles sites that block simple fetchers. Requires user-installed crawl4ai package.