원클릭으로
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.