← Back to Skills Marketplace
bustosmg

Skill Consultoria Ia

by Marcelo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install consultoria-ia
Description
Consultoría integral de IA para PYMES que incluye diagnóstico McKinsey, diseño de soluciones personalizadas y seguimiento de ROI.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install consultoria-ia
  3. After installation, invoke the skill by name or use /consultoria-ia
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug consultoria-ia
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Consultoria Ia?

Consultoría integral de IA para PYMES que incluye diagnóstico McKinsey, diseño de soluciones personalizadas y seguimiento de ROI. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Skill Consultoria Ia?

Run "/install consultoria-ia" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Consultoria Ia free?

Yes, Skill Consultoria Ia is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Consultoria Ia support?

Skill Consultoria Ia is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Consultoria Ia?

It is built and maintained by Marcelo (@bustosmg); the current version is v1.0.0.

💬 Comments