bk-job
Automate server scripts, cron jobs, and ops troubleshooting with AI
All Skills in This Repository (4)
Pure Emerald Level Indicatorskql-query-guide
Generates KQL queries for diagnosing Azure Kubernetes Service workload issues.
task-duration-analysis
Analyze task execution stage durations and identify bottlenecks in BlueKing Job Platform.
apm-trace-analysis
Analyze APM trace data to diagnose application issues and bottlenecks.
bk-job
Operate BlueKing Job platform APIs to run scripts, transfer files, and manage cron tasks.
Frequently Asked Questions
FAQPage SchemaHow to install bk-job skills?▼
Run `npx skills add TencentBlueKing/bk-job --all -g -y` in your terminal to install all skills in this suite globally.
How to run scripts on remote servers with AI?▼
The bk-job skill lets your AI agent execute scripts and distribute files to target hosts through the BlueKing API gateway, with confirmation gates before any write operation.
How to troubleshoot a failed bk-job task?▼
Use the KQL query skill to pull error logs by request ID, then the APM trace skill to locate the exact failing service or slow span.
How to analyze why a job runs slowly?▼
The task-duration-analysis skill breaks execution into six stages and reports the time share of each, highlighting the main bottleneck.
Does bk-job work with Claude Code and OpenClaw?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, OpenClaw, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core