Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
log-parser - Skill - OpenSmartRoute
Skillv1.0.0
log-parser
Use this skill when the task involves inspecting, searching, or extracting information from application log files. Suitable for tasks like "my application is crashing and I need to find the errors", "
Imported from agentscope-ai/agentscope-java (agentscope-extensions/agentscope-extensions-model/agentscope-extensions-model-e2e-tests/src/test/resources/e2e-skills/log-parser/SKILL.md). Install upstream with npx skills add agentscope-ai/agentscope-java --skill log-parser. Copyright stays with the author.
Log Parser Skill
Parses application log files to extract errors, warnings, and patterns.
Available Scripts
scripts/extract_errors.py — Scan a log file and extract all ERROR/WARN lines with timestamps into a structured summary
{
"ocm": "1",
"id": "agentscope-ai-agentscope-java-log-parser",
"kind": "skill",
"name": "log-parser",
"description": "Use this skill when the task involves inspecting, searching, or extracting information from application log files. Suitable for tasks like \"my application is crashing and I need to find the errors\", \"scan these logs for warnings\", \"extract all exceptions from this log file\", or \"find slow requests in my server logs\". Triggered by debugging, incident investigation, or log analysis needs.",
"publisher": "agentscope-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this skill when the task involves inspecting, searching, or extracting information from application log files. Suitable for tasks like \"my application is crashing and I need to find the errors\", \"scan these logs for warnings\", \"extract all exceptions from this log file\", or \"find slow requests in my server logs\". Triggered by debugging, incident investigation, or log analysis needs."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/agentscope-ai/agentscope-java",
"path": "agentscope-extensions/agentscope-extensions-model/agentscope-extensions-model-e2e-tests/src/test/resources/e2e-skills/log-parser/SKILL.md",
"ref": "6ba5fefe0484ea3dda37cbeeb97b754f471ce7df",
"url": "https://github.com/agentscope-ai/agentscope-java/blob/6ba5fefe0484ea3dda37cbeeb97b754f471ce7df/agentscope-extensions/agentscope-extensions-model/agentscope-extensions-model-e2e-tests/src/test/resources/e2e-skills/log-parser/SKILL.md",
"key": "agentscope-ai/agentscope-java/agentscope-extensions/agentscope-extensions-model/agentscope-extensions-model-e2e-tests/src/test/resources/e2e-skills/log-parser/SKILL.md"
}
},
"instructions": "# Log Parser Skill\n\nParses application log files to extract errors, warnings, and patterns.\n\n## Available Scripts\n\n- `scripts/extract_errors.py` — Scan a log file and extract all ERROR/WARN lines with timestamps into a structured summary\n\n## Usage\n\n```\npython3 scripts/extract_errors.py --input app.log --output errors.json\npython3 scripts/extract_errors.py --input app.log --level ERROR\n```",
"cost": {
"context_tokens": 97
}
}
Fetch it by URL: GET /api/v1/registry/agentscope-ai-agentscope-java-log-parser/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.