sap-btp-job-scheduling

sap-btp-job-scheduling is a skill for Claude Code, Codex from secondsky/sap-skills. It costs 178 tokens per session (3,699 once invoked), scanned A, original, GPL-3.0.

A guide to SAP Business Technology Platform’s Job Scheduling Service, which runs tasks at set times or intervals. It covers setup, REST APIs, schedules, and OAuth 2 authentication.

In plain words
What is it for?
Use it to set up, manage, or troubleshoot scheduled jobs on SAP BTP.
Why use it?
It helps developers create and operate scheduled jobs without having to piece together the service’s configuration and API details.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the sap-btp-job-scheduling plugin — 1 skill, 1 command shipped together

not rated 442repo +8 2d ago A scan Socket: passSnyk: passSkillSpector: warn 178 tokens GPL-3.0

Good fit Use it to set up, manage, or troubleshoot scheduled jobs on SAP BTP.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/secondsky/sap-skills/sap-btp-job-scheduling
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add secondsky/sap-skills --skill sap-btp-job-scheduling
Clone the repo
git clone --depth 1 https://github.com/secondsky/sap-skills

Made for: Claude Code, Codex.

Or install sap-btp-job-scheduling, the plugin that ships this one along with the rest of its 1 skill, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sap-btp-job-scheduling

README.md
[![agentmods](https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-btp-job-scheduling/github.svg)](https://agentmods.dev/skills/secondsky/sap-skills/sap-btp-job-scheduling)
Your own site
<a href="https://agentmods.dev/skills/secondsky/sap-skills/sap-btp-job-scheduling"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-btp-job-scheduling/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sap-btp-job-scheduling

Your own site · 80×15
<a href="https://agentmods.dev/skills/secondsky/sap-skills/sap-btp-job-scheduling"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-btp-job-scheduling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 178 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,699 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 15 Mar 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Rogue Agent · line 376
    Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.
    Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
  • high Privilege Escalation · line 232
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00178 $0.03699
Opus 5 $0.00089 $0.01850
Sonnet 5 $0.00036 $0.00740
Haiku 4.5 $0.00018 $0.00370

Measured 9d ago against content hash 0195d5fbfd4a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

sap-btp-job-scheduling scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST "<uaa_url>/oauth/token" \
plugins/sap-btp-job-scheduling/skills/sap-btp-job-scheduling/SKILL.md · 407 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 407 lines · 178 tokens per session scan A 0195d5fbfd4a

Subscribe to this mod's changes

sap-btp-job-scheduling is a skill published in the GitHub repository secondsky/sap-skills (442 stars, last pushed 2d ago), licensed GPL-3.0. It adds 178 tokens to every session and 3,699 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

btp-abap-environment

Help with SAP BTP ABAP Environment setup and development including service instance creation, ADT connectivity, communication arrangements, communication scenarios, inbound/outbound services, destination configuration, identity and access management, software components, and first-project scaffolding. Use when users…

likweitan/abap-skills · 177 tokens

monitoring-alerting

Monitoring and alerting design reviewer for production backend services. ALWAYS use when writing Prometheus alerting rules, designing Grafana dashboards, defining SLI/SLO, configuring alert routing (PagerDuty/OpsGenie/Slack), or reviewing existing monitoring setups. Covers SLI/SLO definition, alert rule quality…

johnqtcg/awesome-skills · 137 tokens

sap-cloud

This skill handles SAP S/4HANA Cloud Public Edition tasks including Clean Core principles, Key User Extensibility (Custom Logic, Custom Fields, Custom CDS Views, Custom Business Objects), 3-Tier Extension Model (Tier 1 Key User, Tier 2 Side-by-Side, Tier 3 On-Stack), Fit-to-Standard workshops, Cloud ALM (Application…

BoxLogoDev/sapstack · 164 tokens

sap-btp

This skill handles SAP BTP (Business Technology Platform) development including CAP (Cloud Application Programming Model), Fiori Elements, SAP Build Apps, Integration Suite, side-by-side extensions, OData V2/V4 services, event-driven architecture, and BTP security. Use when user mentions BTP, CAP, CAPM, Fiori, Fiori…

BoxLogoDev/sapstack · 132 tokens

btp

Use when designing, building, or troubleshooting solutions on SAP Business Technology Platform — subaccounts, Cloud Foundry, Kyma, CAP, HANA Cloud, XSUAA, destinations, or any BTP service.

vigneshbarani24/sap-superpowers · 46 tokens

integration-suite

Use when designing, building, troubleshooting, or reviewing SAP Integration Suite artifacts — Cloud Integration (CPI) iFlows, API Management proxies, Integration Advisor B2B templates, Event Mesh, or any middleware pattern connecting SAP and non-SAP systems.

vigneshbarani24/sap-superpowers · 53 tokens