一键导入
template
Replace with actual specialist description
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Replace with actual specialist description
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Self-improving research loops with hypothesis generation, experiment design, and result analysis
Full-stack research and code generation pipeline - research, code, and create
Natural language web UI control — element detection, targeted interaction, and automated form filling
Public opinion analysis and sentiment at scale — sentiment scoring, stance detection, and multi-dimensional bias measurement.
Meta-specialist that auto-discovers and scaffolds new specialists from trending GitHub repos
Safe multi-language code execution via alibaba/OpenSandbox
| name | template |
| display_name | Template Specialist |
| description | Replace with actual specialist description |
| version | 0.1.0 |
| source_repo | owner/repo |
| license | MIT |
| tier | experimental |
| capabilities | ["capability_1","capability_2"] |
| allowed_tools | ["example_tool"] |
| output_formats | ["python_api","cli","mcp_server","agent_skill","rest_api"] |
Replace with a description of what this specialist does and which source repo it wraps.
| Tool | Description | Side Effects |
|---|---|---|
example_tool | Description | None |
from agents.specialists.template.agent import TemplateSpecialist
specialist = TemplateSpecialist()
result = await specialist.execute(request)
oss-lab run template "your query here"
Wraps owner/repo.