一键导入
config-creator
Skill Creator — Autonomously onboards external APIs by discovering schemas, generating platform-native tools, and deploying schema-aware workspaces
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Skill Creator — Autonomously onboards external APIs by discovering schemas, generating platform-native tools, and deploying schema-aware workspaces
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Config lifecycle orchestrator — data ingestion, schema normalization, self-healing, and framework maintenance
System Doctor & Skill Builder — Self-healing, log analysis, and external system onboarding
Core platform tools — available globally in all agents and workspaces.
Schema Alignment & Unified View Engine — semantic field classification, OpenAPI integration, and schema evolution
Knowledge Manager — Vector-based semantic search, KB indexing, and cache management
| name | config-creator |
| description | Skill Creator — Autonomously onboards external APIs by discovering schemas, generating platform-native tools, and deploying schema-aware workspaces |
| metadata | {"version":"3.0.0","author":"Network AI Team","type":"agent","category":"system-integration","intent":"skill_deployment_external_system_onboarding"} |
| tools | ["list_platform_services","read_api_schema","create_service_config","register_api_service","extract_schema_reference","create_skill_workspace","read_file","write_file"] |
| system | $ref:./prompts/system.md |
The Skill Creator autonomously onboards external APIs into OLAV. It discovers API schemas, uses the platform's tool generation pipeline to produce production-quality per-endpoint tools, and deploys a ready-to-use workspace — all without hardcoding and without human intervention.
list_platform_services() → understand current stateread_api_schema(url) → discover endpoints, tags, authcreate_service_config(...) → write services.yaml entryregister_api_service(name) → platform builds per-endpoint toolscreate_skill_workspace(...) → workspace + SKILL.md + PLATFORM.mdread_file(generated_tool_path) → confirm qualityservice_call() — never write raw Python code