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

Autosearch

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

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

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

linkedin
مطوّرو البرمجيات

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

2026-04-23
xueqiu
مطوّرو البرمجيات

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

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

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

2026-04-23
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-23
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-23
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-23
ddgs
مطوّرو البرمجيات

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

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

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

2026-04-22
google-news
مطوّرو البرمجيات

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

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

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

2026-04-22
infoq-cn
مطوّرو البرمجيات

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

2026-04-22
kr36
محللو أبحاث السوق ومتخصصو التسويق

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

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

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

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

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

2026-04-22
pubmed
مطوّرو البرمجيات

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

2026-04-22
reddit
محللو أبحاث السوق ومتخصصو التسويق

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

2026-04-22
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-22
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-22
sogou-weixin
مطوّرو البرمجيات

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

2026-04-22
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-22
v2ex
مطوّرو البرمجيات

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

2026-04-22
wikidata
مطوّرو البرمجيات

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

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

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

2026-04-22
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-22
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-22
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-22
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-22
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-22
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-22
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-22
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-22
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-22
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-22
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-22
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-22