with one click
AgentFactory
AgentFactory contains 14 collected skills from zzatpku, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Create a new Python subagent file in the workspace. After creating, use run_subagent to test it (NOT use_saved_subagent).
Complete the task with a final answer and save reusable subagents as skills. Use this when you have successfully solved the question.
List all previously saved subagent skills. Use this to check if a suitable subagent already exists before creating a new one.
Edit an existing subagent file by replacing specific code snippets. Supports both workspace files and saved skills.
Run a subagent - either a newly created one from workspace or a saved subagent from previous sessions.
View the source code of a saved subagent skill. Use this to understand how an existing subagent works before reusing or adapting it.
**Problem Category**: Audio file transcription using OpenAI Whisper
**Problem Category**: Browser automation for creating and editing Tencent Docs (่ พ่ฎฏๆๆกฃ) online spreadsheets.
Search the internet via Google (Serper API). Returns only titles, URLs, and short snippets. Use read_url_jina to get full page content.
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.
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.
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.
Browser automation via Playwright. Enables opening web pages, clicking elements, typing text, reading DOM, handling modals, and more.
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.