Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Autosearch

يحتوي Autosearch على 46 من skills المجمعة من 0xmariowu، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
46
Stars
33
محدث
2026-04-26
Forks
4
التغطية المهنية
11 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

kr36
محللو أبحاث السوق ومتخصصو التسويق

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

2026-04-26
video-to-text-bcut
مطوّرو البرمجيات

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-26
video-to-text-groq
مطوّرو البرمجيات

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-26
video-to-text-openai
مطوّرو البرمجيات

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-26
video-to-text-local
مطوّرو البرمجيات

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-26
fetch-crawl4ai
مطوّرو البرمجيات

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-25
fetch-firecrawl
مطوّرو البرمجيات

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-25
fetch-jina
مطوّرو البرمجيات

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-25
autosearch-experience-compact
مطوّرو البرمجيات

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-25
autosearch-model-routing
مطوّرو البرمجيات

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-25
autosearch-router
مطوّرو البرمجيات

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-25
fetch-playwright
مطوّرو البرمجيات

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-25
mcporter
مطوّرو البرمجيات

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-25
autosearch-channel-selection
مطوّرو البرمجيات

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-25
google-news
مطوّرو البرمجيات

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

2026-04-25
tieba
ممثلو خدمة العملاء

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-25
instagram
مطوّرو البرمجيات

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-25
wechat-channels
محللو أبحاث السوق ومتخصصو التسويق

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-25
discourse-forum
مطوّرو البرمجيات

Use for public Discourse-based community discussions, especially Linux DO, when queries need Chinese AI/dev forum posts and native operator troubleshooting.

2026-04-25
xueqiu
محللو التمويل والاستثمار

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

2026-04-25
v2ex
ممثلو خدمة العملاء

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

2026-04-24
linkedin
مطوّرو البرمجيات

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

2026-04-24
ddgs
مطوّرو البرمجيات

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

2026-04-24
dockerhub
مطوّرو البرمجيات

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

2026-04-24
huggingface-hub
مطوّرو البرمجيات

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

2026-04-24
infoq-cn
محللو الأخبار والمراسلون والصحفيون

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

2026-04-24
openalex
مطوّرو البرمجيات

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

2026-04-24
podcast-cn
مطوّرو البرمجيات

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

2026-04-24
pubmed
علماء الطب (باستثناء علماء الأوبئة)علماء الأوبئة

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

2026-04-24
reddit
مطوّرو البرمجيات

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

2026-04-24
searxng
مطوّرو البرمجيات

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-24
sec-edgar
مطوّرو البرمجيات

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

2026-04-24
sogou-weixin
مطوّرو البرمجيات

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

2026-04-24
stackoverflow
مطوّرو البرمجيات

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

2026-04-24
wikidata
مساعدو المكتبات الإداريون

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

2026-04-24
wikipedia
مطوّرو البرمجيات

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

2026-04-24
autosearch-citation-index
مدقّقو النصوص ومحرّروها

Deduplicate URLs across all sources, assign stable citation numbers, and merge citations from multiple subagents / sections into one consistent reference list. Prevents "same URL cited as [3] in one paragraph and [17] in another" and "different URLs merged under [5]" bugs that come from per-section synthesis.

2026-04-22
autosearch-context-retention-policy
مطوّرو البرمجيات

Session-level policy for keeping the runtime AI's context window healthy across long research — keep-last-k tool results, offload older evidence to disk, trigger compaction at thresholds. Borrows MiroThinker's keep_tool_result, deepagents' summarization middleware, and deer-flow's SummarizationEvent pattern. Orthogonal to assemble-context (which is per-synthesis-step); this is per-session.

2026-04-22
autosearch-delegate-subtask
مطوّرو البرمجيات

Define the execution contract for isolating a research sub-task — input schema, budget, return summary, evidence list, failure status. Complements decompose-task (which only splits the problem) by giving each split a bounded, auditable execution unit the runtime AI can farm out to a sub-agent or parallel session.

2026-04-22
autosearch-experience-capture
مطوّرو البرمجيات

Append a single skill-execution event to the per-skill `experience/patterns.jsonl` file. Runs every time a leaf skill is used. Append-only — runtime AI never reads this file directly; only the compacted `experience.md` digest. Fast tier, no LLM required.

2026-04-22
عرض أهم 40 من أصل 46 skills مجمعة في هذا المستودع.