Skip to content
Skillv1.0.0

omotel

AI agents working on `omotel` MUST follow the standardized skills in `.agent/skills/`:

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

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

See reviews

About

Imported from rsyslog/rsyslog (plugins/omotel/AGENTS.md). Install upstream with npx skills add rsyslog/rsyslog --skill omotel. Copyright stays with the author.

AGENTS.md – omotel output module

Workflow & Skills

AI agents working on omotel MUST follow the standardized skills in .agent/skills/:

Module Specifics

  • Dependencies: Keep the module pure C unless gRPC is enabled.
  • Normalization: Run devtools/format-code.sh before committing (see rsyslog_commit).

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/rsyslog-rsyslog-omotel/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.

rsyslog-rsyslog-omotel.ocm.jsonjson
{
  "ocm": "1",
  "id": "rsyslog-rsyslog-omotel",
  "kind": "skill",
  "name": "omotel",
  "description": "AI agents working on `omotel` MUST follow the standardized skills in `.agent/skills/`:",
  "publisher": "rsyslog",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AI agents working on `omotel` MUST follow the standardized skills in `.agent/skills/`:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/rsyslog/rsyslog",
      "path": "plugins/omotel/AGENTS.md",
      "ref": "8bc24dc2cbdede2e87807648fcabb8e29fa98527",
      "url": "https://github.com/rsyslog/rsyslog/blob/8bc24dc2cbdede2e87807648fcabb8e29fa98527/plugins/omotel/AGENTS.md",
      "key": "rsyslog/rsyslog/plugins/omotel/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md – omotel output module\n\n## Workflow & Skills\n\nAI agents working on `omotel` MUST follow the standardized skills in `.agent/skills/`:\n\n- **Build**: Use [`rsyslog_build`](../../.agent/skills/rsyslog_build/SKILL.md) (requires `--enable-omotel`).\n- **Test**: Use [`rsyslog_test`](../../.agent/skills/rsyslog_test/SKILL.md).\n  - **Policy**: Run `tests/omotel-http-batch.sh` to exercise the HTTP batching path.\n- **Doc**: Use [`rsyslog_doc`](../../.agent/skills/rsyslog_doc/SKILL.md).\n- **Module**: Use [`rsyslog_module`](../../.agent/skills/rsyslog_module/SKILL.md) and keep `MODULE_METADATA.y",
  "cost": {
    "context_tokens": 198
  }
}

Fetch it by URL: GET /api/v1/registry/rsyslog-rsyslog-omotel/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.