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

AgentFactory

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

skills مجمعة
14
Stars
59
محدث
2026-02-28
Forks
6
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

create-subagent
مطوّرو البرمجيات

Create a new Python subagent file in the workspace. After creating, use run_subagent to test it (NOT use_saved_subagent).

2026-02-28
finish
المهن الحاسوبية الأخرى

Complete the task with a final answer and save reusable subagents as skills. Use this when you have successfully solved the question.

2026-02-28
list-saved-subagents
المهن الحاسوبية الأخرى

List all previously saved subagent skills. Use this to check if a suitable subagent already exists before creating a new one.

2026-02-28
modify-subagent
المهن الحاسوبية الأخرى

Edit an existing subagent file by replacing specific code snippets. Supports both workspace files and saved skills.

2026-02-28
run-subagent
المهن الحاسوبية الأخرى

Run a subagent - either a newly created one from workspace or a saved subagent from previous sessions.

2026-02-28
view-subagent-code
المهن الحاسوبية الأخرى

View the source code of a saved subagent skill. Use this to understand how an existing subagent works before reusing or adapting it.

2026-02-28
audio-transcriber
مطوّرو البرمجيات

**Problem Category**: Audio file transcription using OpenAI Whisper

2026-02-28
tencent-docs-final
مطوّرو البرمجيات

**Problem Category**: Browser automation for creating and editing Tencent Docs (腾讯文档) online spreadsheets.

2026-02-28
google-search
مطوّرو البرمجيات

Search the internet via Google (Serper API). Returns only titles, URLs, and short snippets. Use read_url_jina to get full page content.

2026-02-28
read-url-jina
مطوّرو البرمجيات

Retrieve the full content of a web page by its URL. The snippets from search are incomplete - always use read_url_jina to get the full page content for relevant results.

2026-02-28
local-search
مطوّرو البرمجيات

Search for relevant documents in the local knowledge base. Returns incomplete/truncated text snippets with relevance scores. Use open_page to get full document content.

2026-02-28
open-page
مطوّرو البرمجيات

Retrieve the full content of a document by its ID. The text from local_search is incomplete/truncated - always use open_page to get the full document content for relevant results.

2026-02-28
playwright
مطوّرو البرمجيات

Browser automation via Playwright. Enables opening web pages, clicking elements, typing text, reading DOM, handling modals, and more.

2026-02-28
execute-shell-command
مطوّرو البرمجيات

Execute standard Bash shell commands in a non-interactive environment. Supports file system navigation, reading, pip installation and so on. The current work_dir for shell command executing will be a temp dir.

2026-02-28