Skip to content
Skillv1.0.0

faltantes_sobrantes

AGENTS Faltantes y Sobrantes

by drhazul(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from drhazul/ioe-api (docs/modules/faltantes_sobrantes/AGENTS.md). Install upstream with npx skills add drhazul/ioe-api --skill faltantes_sobrantes. Copyright stays with the author.

AGENTS Faltantes y Sobrantes

  • Usar conexion secundaria FYS_DB_*; nunca hardcodear credenciales.
  • Toda consulta/accion audita en AUDIT_LOG.
  • Admin tiene acceso total; usuario normal queda limitado por sucursal.
  • Migrar consultas Access como SP/CTE idempotente; no persistir tablas temporales locales.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/drhazul-ioe-api-faltantes-sobrantes/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

drhazul-ioe-api-faltantes-sobrantes.ocm.jsonjson
{
  "ocm": "1",
  "id": "drhazul-ioe-api-faltantes-sobrantes",
  "kind": "skill",
  "name": "faltantes_sobrantes",
  "description": "AGENTS Faltantes y Sobrantes",
  "publisher": "drhazul",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS Faltantes y Sobrantes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/drhazul/ioe-api",
      "path": "docs/modules/faltantes_sobrantes/AGENTS.md",
      "ref": "10d1eceb516e8978a4bf29ffd5b83817c6c252dc",
      "url": "https://github.com/drhazul/ioe-api/blob/10d1eceb516e8978a4bf29ffd5b83817c6c252dc/docs/modules/faltantes_sobrantes/AGENTS.md",
      "key": "drhazul/ioe-api/docs/modules/faltantes_sobrantes/AGENTS.md"
    }
  },
  "instructions": "# AGENTS Faltantes y Sobrantes\n\n- Usar conexion secundaria `FYS_DB_*`; nunca hardcodear credenciales.\n- Toda consulta/accion audita en `AUDIT_LOG`.\n- Admin tiene acceso total; usuario normal queda limitado por sucursal.\n- Migrar consultas Access como SP/CTE idempotente; no persistir tablas temporales locales.",
  "cost": {
    "context_tokens": 77
  }
}

Fetch it by URL: GET /api/v1/registry/drhazul-ioe-api-faltantes-sobrantes/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.