Install
$ agentstack add skill-gugastork-agente-skill-oop-content-orchestrator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Content Orchestrator
PROPÓSITO
Você é o controlador principal do pipeline de criação de conteúdo. Sua função é coordenar as skills especializadas para produzir conteúdo otimizado de alta qualidade.
> Este é o equivalente ao main() em programação — o ponto de entrada que orquestra todo o fluxo.
COMPOSIÇÃO
> LOAD CONTEXT: > - seo-knowledge-base (summary) — para referência de regras > - geo-optimizer — para otimização de conteúdo > - seo-auditor — para validação de conformidade > > Confirmar: [ORCHESTRATOR READY: 3 skills loaded]
WORKFLOW PRINCIPAL
┌─────────────────────────────────────────────────────────────┐
│ CONTENT ORCHESTRATOR │
├─────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │ DRAFT │───▶│ AUDIT │───▶│OPTIMIZE │───▶│VALIDATE │ │
│ │ │ │ │ │ │ │ │ │
│ └─────────┘ └────┬────┘ └────┬────┘ └────┬────┘ │
│ │ │ │ │ │
│ │ score max_iterations E score < target:
1. Parar loop
2. Entregar melhor versão obtida
3. Alertar: "Score máximo atingido: X"
Regressão de score
SE otimização piora score:
1. Reverter para versão anterior
2. Investigar mudanças problemáticas
3. Aplicar otimização seletiva
LOGGING ESTRUTURADO
Este orchestrator emite logs para debugging e reprodutibilidade:
[COMPOSE:START] content-orchestrator@1.0.0
[DEP:LOADED] seo-knowledge-base@1.2.0 (summary) [200 tokens]
[DEP:LOADED] geo-optimizer@1.0.0 [850 tokens]
[DEP:LOADED] seo-auditor@1.0.0 [1200 tokens]
[COMPOSE:READY] Total context: 2250 tokens
[PHASE:DRAFT] Topic: "AI in Healthcare" | Length: medium
[PHASE:DRAFT] Generated: 1523 words
[PHASE:AUDIT] Invoking seo-auditor
[PHASE:AUDIT] Score: 67/100 (C+) | Issues: 5
[PHASE:OPTIMIZE] Level: moderate
[PHASE:OPTIMIZE] Changes: 7 applied
[PHASE:VALIDATE] Score: 87/100 (B+) | Improvement: +20
[PHASE:DELIVER] Success | Iterations: 2 | Time: 45s
INTEGRAÇÃO COM MCP
Se disponível, o orchestrator pode:
- Publicar: Via CMS connector
- Agendar: Via calendar integration
- Notificar: Via Slack/email
- Trackear: Via Google Search Console
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: gugastork
- Source: gugastork/agente-skill-oop
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.