← 返回 Skills 市场
bustosmg

Skill Consultoria Ia

作者 Marcelo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install consultoria-ia
功能描述
Consultoría integral de IA para PYMES que incluye diagnóstico McKinsey, diseño de soluciones personalizadas y seguimiento de ROI.
使用说明 (SKILL.md)

Skill: Consultoría IA

ID: consultoria-ia
Versión: 1.0.0
Autor: Marcelo Bustos \[email protected]>
Licencia: CC-BY-NC-4.0
OpenClaw: >=2026.4.0

Descripción

Sistema completo de consultoría en inteligencia artificial para PYMES. Incluye metodología McKinsey para diagnóstico, desarrollo de soluciones personalizadas, y seguimiento de ROI.

Instalación

clawhub install consultoria-ia

Uso

# En conversación con OpenClaw
/consultoria diagnosticar [empresa] [vertical]
/consultoria proponer-solucion [problema]
/consultoria calcular-roi [inversion] [beneficio-esperado]

Comandos

  • diagnosticar - Realiza diagnóstico McKinsey de negocio
  • proponer-solucion - Diseña solución técnica de IA
  • calcular-roi - Calcula ROI de inversión en IA
  • seguimiento - Monitorea métricas de proyecto

Configuración

# En configuración de OpenClaw
agents:
  diagnosticador:
    model: claude-3-5-sonnet-20241022
    systemPrompt: "Eres consultor McKinsey especializado en IA..."
  
  desarrollador:
    model: gpt-4-turbo-preview
    systemPrompt: "Eres arquitecto técnico especializado en IA..."
  
  analista:
    model: claude-3-haiku-20240307
    systemPrompt: "Eres analista de datos especializado en ROI..."

Archivos incluidos

  • RESUMEN-EJECUTIVO.md - Documentación principal
  • flujo-entrevistas-mckinsey.md - Flujo diagnóstico
  • flujo-desarrollo-soluciones.md - Flujo desarrollo
  • agentes/ - Agentes especializados
  • templates/ - Plantillas reutilizables
  • checklists/ - Listas de verificación

Requisitos

  • OpenClaw 2026.4.0 o superior
  • Acceso a modelos: Claude Sonnet, GPT-4, Claude Haiku
  • Permisos: filesystem, memory, tools básicos

Ejemplos

Ver EJEMPLO-FERRETERIA.md para caso práctico completo.

Soporte

Issues: https://github.com/mgbustos/consultoria-ia-skill/issues
Email: [email protected]

Changelog

1.0.0 (2026-04-13)

  • Versión inicial
  • Documentación completa
  • 3 agentes especializados
  • Templates y checklists
  • Ejemplo práctico

Publicado: 2026-04-13
Estado: Activo
Categoría: business/consulting

安全使用建议
What to consider before installing: - Verify author and repo: the SKILL.md points to a GitHub issues URL and an email. Inspect the actual GitHub repository (commit history, issues, contributors) before trusting the skill. - Review agent tool permissions: agent configs request powerful tools (exec, read, write, schedule). If you don't need automatic code execution or filesystem writes, refuse or remove those tool permissions. Prefer read-only or limited-write capabilities. - Sandbox first: install and run the skill in an isolated/testing environment (no production secrets) to observe behavior. Check what files it creates and what commands it executes. - Check for hidden chars and prompt injection: search SKILL.md and agent files for non-printable/unicode-control characters and for any text that attempts to override platform/system prompts. Remove or sanitize suspicious content. - Limit autonomous invocation: although always:false, the skill could be invoked autonomously by the agent if enabled. If you must use it, restrict autonomy and verify outputs before letting it run commands. - Credentials and integrations: do not provide unrelated credentials (AWS, DBs, payment APIs) unless the skill explicitly documents why they are needed and you trust the author. Future integrations (AFIP, MercadoLibre) will require API keys — plan to provision those only after code review. If you want, I can: (1) scan the included files for non-printable characters and list any occurrences; (2) extract all agent tool lists and scheduled jobs for a focused review; or (3) prepare a minimal safe configuration (agents without exec/write) you can use to try the skill with limited privileges.
功能分析
Type: OpenClaw Skill Name: consultoria-ia Version: 1.0.0 The skill bundle is a comprehensive and legitimate framework for providing AI consultancy services to SMEs, specifically tailored for the Argentine market. It includes detailed business methodologies (McKinsey-style diagnostics), project management templates, and configurations for specialized AI agents. While the agents are configured with high-privilege permissions such as 'exec' and 'write' (notably in agentes/agente-desarrollador.md and agentes/agente-analista.md), these capabilities are functionally consistent with the stated goals of developing technical solutions and performing data analysis. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found.
能力标签
crypto
能力评估
Purpose & Capability
The skill's name, description, and included docs (diagnosis, templates, agent configs, examples) match the stated purpose of an AI consulting workflow. However the SKILL.md and agent files request access to specific LLM flavors and runtime permissions (filesystem, exec, write, read, memory, tools) while the registry metadata lists no required env vars or binaries — a mismatch between what the package claims to require and what its instructions expect. Defining systemPrompts for agents is expected for this use case, but the metadata omission of required permissions/tools is surprising.
Instruction Scope
All runtime instructions are documentation-only (no install scripts), and the flows describe interviews, proposals, templates and ROI calculation. The agent configs embedded in files explicitly list tools like exec, write, read, web_search, memory_search and workspace paths and cron schedules — these allow the skill to run commands, read/write files, and schedule tasks. Those capabilities are plausible for a consulting skill that writes reports and scaffolds projects, but they broaden what the agent will do at runtime and should be limited to what's strictly necessary.
Install Mechanism
There is no install spec and no remote code download; this is an instruction-only skill with document files. That minimizes installation risk (nothing is automatically fetched/extracted).
Credentials
The registry shows no required environment variables or credentials, but README and SKILL.md refer to access to several LLM models (Claude Sonnet, GPT-4, Claude Haiku) and suggest optional configuration env vars (e.g., CONSULTORIA_PRECIO_HORA). The skill also references future integrations with external APIs (AFIP, MercadoLibre). Not requesting credentials in metadata is not necessarily malicious, but it's inconsistent: the skill expects model access and tool permissions without listing them formally. No explicit demand for unrelated cloud or secret credentials is present in files.
Persistence & Privilege
Although always:false, agent configuration files request workspace paths, a scheduled job (cron), and tools with high privilege (exec, read, write). These grant the skill the ability to execute commands, modify files, and persist data on disk — appropriate for scaffolding projects but also potentially dangerous if misused. The presence of exec/write in recommended tools increases the blast radius if the agent is allowed autonomous invocations; consider restricting these capabilities or reviewing exact commands the agent will run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install consultoria-ia
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /consultoria-ia 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Versión inicial del sistema de consultoría en IA para PYMES - Implementación de diagnóstico McKinsey, soluciones personalizadas y cálculo de ROI - Incluye 3 agentes especializados para diagnóstico, desarrollo y análisis - Provee documentación, plantillas, checklists y un caso práctico de ejemplo
元数据
Slug consultoria-ia
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Consultoria Ia 是什么?

Consultoría integral de IA para PYMES que incluye diagnóstico McKinsey, diseño de soluciones personalizadas y seguimiento de ROI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Skill Consultoria Ia?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install consultoria-ia」即可一键安装,无需额外配置。

Skill Consultoria Ia 是免费的吗?

是的,Skill Consultoria Ia 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Consultoria Ia 支持哪些平台?

Skill Consultoria Ia 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Consultoria Ia?

由 Marcelo(@bustosmg)开发并维护,当前版本 v1.0.0。

💬 留言讨论