Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Autosearch

Autosearch contient 35 skills collectées depuis TsekaLuk, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
35
Stars
0
mis à jour
2026-04-23
Forks
0
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

linkedin
Développeurs de logiciels

LinkedIn public pages — company profiles, job posts, professional articles via Jina Reader (no auth needed for public content).

2026-04-23
xueqiu
Développeurs de logiciels

Chinese stock market platform — stock search, trending posts, hot stock rankings. Use for financial/investment queries in Chinese.

2026-04-23
stackoverflow
Développeurs de logiciels

Programming Q&A with community-voted answers across 200+ technical tags via api.stackexchange.com.

2026-04-23
video-to-text-bcut
Développeurs de logiciels

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.

2026-04-23
instagram
Développeurs de logiciels

Instagram public posts and reels search via TikHub. Best for product demos, tutorials, and visual content. English-first but works with any language keyword.

2026-04-23
wechat-channels
Développeurs de logiciels

WeChat Channels (视频号) short video search via TikHub. Returns videos matching a keyword — creator name, title, duration, CDN video URL. Best for Chinese-language video content on WeChat ecosystem. Requires TIKHUB_API_KEY.

2026-04-23
ddgs
Développeurs de logiciels

DuckDuckGo Search — free general web search with no auth, use as broad default for any English or mixed query.

2026-04-22
dockerhub
Développeurs de logiciels

Use for Docker image and container registry searches when query involves Docker images, containers, or deployment artifacts.

2026-04-22
google-news
Développeurs de logiciels

Current news headlines aggregated across publishers via Google News RSS (English US feed).

2026-04-22
huggingface-hub
Développeurs de logiciels

Discover open machine learning models on Hugging Face Hub via the public model search API.

2026-04-22
infoq-cn
Développeurs de logiciels

Chinese engineering articles covering architecture, AI, and enterprise tech from InfoQ 中文, via public RSS feed.

2026-04-22
kr36
Analystes en études de marché et spécialistes en marketing

Chinese tech business news, startup funding, and industry analysis from 36kr.

2026-04-22
openalex
Développeurs de logiciels

Search scholarly works through OpenAlex's public works search API with open-access URL fallback.

2026-04-22
podcast-cn
Développeurs de logiciels

Chinese-language podcasts searchable via the Apple iTunes store public API.

2026-04-22
pubmed
Développeurs de logiciels

Use for biomedical and life-science literature searches when query expects PubMed articles, clinical trials, or medical research papers.

2026-04-22
reddit
Analystes en études de marché et spécialistes en marketing

Reddit community discussions, user experience reports, and topic debates via the public search.json endpoint.

2026-04-22
searxng
Développeurs de logiciels

Use for general web meta-search via a local SearXNG instance when broad multi-engine web coverage is needed and SEARXNG_URL is configured.

2026-04-22
sec-edgar
Commis en courtage

US public company filings (10-K, 10-Q, 8-K) via SEC EDGAR full-text search — financial and regulatory disclosures for research.

2026-04-22
sogou-weixin
Développeurs de logiciels

Chinese WeChat Official Account articles via the public Sogou WeChat search SERP.

2026-04-22
tieba
Développeurs de logiciels

Use for Chinese community forum discussions on Baidu Tieba when query involves Chinese tech topics, product feedback, or hobby communities not covered by xiaohongshu/zhihu.

2026-04-22
v2ex
Développeurs de logiciels

Chinese developer community discussions on programming, tech, and career — useful for native-zh developer sentiment and niche technical troubleshooting.

2026-04-22
wikidata
Développeurs de logiciels

Structured entity data (people, places, concepts) from Wikidata knowledge graph.

2026-04-22
wikipedia
Développeurs de logiciels

Authoritative encyclopedia articles via the Wikipedia Action API (English edition).

2026-04-22
autosearch-channel-selection
Spécialistes en gestion de projets

Group-first channel selection algorithm for v2 tool-supplier architecture. Given a research query + clarify rubrics + channel_priority hints, picks 1-3 relevant groups from the router index, then 3-8 leaf channels from within those groups. Replaces flat-rank selection across 41 channels with a two-stage pick so runtime AI never has to read all 41 SKILL.md bodies.

2026-04-22
autosearch-experience-compact
Spécialistes en gestion de projets

Promote recurring patterns from `experience/patterns.jsonl` into the compact `experience.md` digest (≤120 lines, read by runtime AI before calling the skill). Triggers on N-events / file-size / user-feedback / session-end. Guards against single-success noise and pollution via promotion thresholds.

2026-04-22
autosearch-model-routing
Spécialistes en gestion de projets

Advisory skill — three-tier (Fast / Standard / Best) model routing catalog for autosearch skills. Tells the runtime AI which tier each leaf skill needs, and how to escalate or de-escalate. Autosearch does not switch models itself; the runtime AI is the decision-maker.

2026-04-22
autosearch-router
Développeurs de logiciels

Route an autosearch task to the smallest relevant group of skills, then load only the matching leaf skills. First line of defense against loading all 80+ skill SKILL.md files at session start.

2026-04-22
fetch-crawl4ai
Développeurs de logiciels

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.

2026-04-22
fetch-firecrawl
Développeurs de logiciels

Use to scrape a URL into clean Markdown when the page is JS-rendered, behind anti-bot, or a PDF — and FIRECRAWL_API_KEY is available. Degrades gracefully to warn when key is missing.

2026-04-22
fetch-jina
Développeurs de logiciels

Fetch any public URL as clean Markdown via Jina Reader (r.jina.ai). Best for articles, docs, blog posts; weak on heavy anti-bot sites (Zhihu, Xiaohongshu).

2026-04-22
fetch-playwright
Développeurs de logiciels

Interactive browser automation (click, type, wait, screenshot, navigate) for dynamic pages that need user-like actions — pagination, login, form submission, infinite scroll. Uses Microsoft's official @playwright/mcp server; no autosearch-side Python. Use when fetch-jina and fetch-crawl4ai still cannot get the content.

2026-04-22
mcporter
Développeurs de logiciels

Route the runtime AI to free third-party MCP servers via the upstream `mcporter` router — semantic web search (Exa), Chinese UGC (Weibo / Douyin / Xiaohongshu), and professional (LinkedIn). Zero API keys; free fallback path before reaching for paid TikHub on hard Chinese anti-bot platforms.

2026-04-22
video-to-text-groq
Développeurs de logiciels

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.

2026-04-22
video-to-text-local
Développeurs de logiciels

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.

2026-04-22
video-to-text-openai
Développeurs de logiciels

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.

2026-04-22