valid_channel

Search bilingual scholarly papers and hydrate selected results with detailed metadata.

40|6|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/0xmariowu/Autosearch --skill valid-channel
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: valid_channel
Source: https://github.com/0xmariowu/Autosearch/tree/main/tests/fixtures/skills/valid_channel
Command: npx skills add https://github.com/0xmariowu/Autosearch --skill valid-channel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently search bilingual scholarly papers and obtain enriched details for selected results, speeding up literature reviews.

Core Features & Use Cases

  • Bilingual search across zh and en academic papers and literature reviews.
  • Detail hydration to fetch richer metadata for top records.
  • Use Case: a researcher surveys bilingual literature and prioritizes papers for in-depth reading.

Quick Start

Query bilingual academic papers and hydrate the selected results with detailed metadata.

Frequently Asked Questions about valid_channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for bilingual academic papers for a literature review?▼

To search for bilingual academic papers for a literature review, this Skill queries across zh and en language contexts using a two-step api_search workflow, returning matched records. You then hydrate selected results with detailed metadata.

What is detail hydration when retrieving scholarly literature?▼

Detail hydration is the process of fetching richer metadata for selected academic papers after an initial search. It uses the api_detail step to enrich top records, providing deeper context for prioritizing in-depth reading during literature reviews.

Do I need an ARXIV_TOKEN to search arxiv papers with this Skill?▼

Yes, you need an ARXIV_TOKEN. The Skill enforces access constraints via the env:ARXIV_TOKEN environment variable and arxiv_session cookies to authenticate requests when searching arxiv academic papers and hydrating details.

Can I retrieve detailed metadata for arxiv papers in both Chinese and English?▼

Yes, you can retrieve detailed metadata for arxiv papers in both Chinese and English. The Skill applies to zh and en language contexts, executing a bilingual search followed by detail hydration for the selected scholarly records.

What happens if the arxiv api search fails during a literature review query?▼

If the arxiv api search fails, the Skill relies on a fallback_chain for reliability to ensure your literature review query completes. This mechanism provides alternative pathways to retrieve academic papers and hydrate their details.