sac-planning-assistant

sac-planning-assistant is an agent for Claude Code from secondsky/sap-skills. It costs 283 tokens per session (1,704 once invoked), scanned A, original, GPL-3.0.

An agent for SAP Analytics Cloud planning workflows, including versions, data locking, publishing, and data actions. SAP Analytics Cloud is a cloud service for business planning and analytics.

In plain words
What is it for?
Use it for version management, copying or locking planning data, publishing versions, and scripting data actions.
Why use it?
It helps clarify planning operations that can otherwise be difficult to manage consistently.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the sap-sac-scripting plugin — 1 skill, 4 commands, 4 agents shipped together

Good fit Use it for version management, copying or locking planning data, publishing versions, and scripting data actions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/secondsky/sap-skills/sac-planning-assistant
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.

Clone the repo
git clone --depth 1 https://github.com/secondsky/sap-skills

Made for: Claude Code.

Or install sap-sac-scripting, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 4 agents.

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 sac-planning-assistant

README.md
[![agentmods](https://agentmods.dev/badge/agents/secondsky/sap-skills/sac-planning-assistant.svg)](https://agentmods.dev/agents/secondsky/sap-skills/sac-planning-assistant)
Your own site
<a href="https://agentmods.dev/agents/secondsky/sap-skills/sac-planning-assistant"><img src="https://agentmods.dev/badge/agents/secondsky/sap-skills/sac-planning-assistant.svg" alt="Measured on agentmods" height="20"></a>
Per session 283 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,704 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00283 $0.01704
Opus 5 $0.00142 $0.00852
Sonnet 5 $0.00057 $0.00341
Haiku 4.5 $0.00028 $0.00170

Measured 4d ago against content hash 3e5d5bf8364a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sac-planning-assistant scanned grade A with 0 findings 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/sap-sac-scripting/agents/sac-planning-assistant.md · 242 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. 4d ago First seen · 242 lines · 283 tokens per session scan A 3e5d5bf8364a

Subscribe to this mod's changes

sac-planning-assistant is an agent published in the GitHub repository secondsky/sap-skills (436 stars, last pushed 4d ago), licensed GPL-3.0. It adds 283 tokens to every session and 1,704 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

sap-ariba-consultant

An agent that advises on SAP Ariba, a cloud system for sourcing, contracts, purchasing, supplier management, and supplier-network transactions. It also covers connections between Ariba and SAP ERP through CIG, now called Managed Gateway.

BoxLogoDev/sapstack · 109 tokens

sap-hcm-consultant

A Korean-language consultant for SAP HCM, the SAP system area used to manage employees, organizations, payroll, attendance, and employee services in South Korea.

BoxLogoDev/sapstack · 97 tokens

sap-pp-consultant

A Korean-language consultant for SAP Production Planning, the part of SAP used to plan and control manufacturing. It covers bills of materials, routings, work centers, material planning, production orders, subcontracting, and related setup.

BoxLogoDev/sapstack · 135 tokens

sap-s4-migration-advisor

A Korean-language advisor for planning migrations from SAP ECC, an older SAP enterprise system, to SAP S/4HANA, its newer generation. It assesses migration paths, readiness, custom code, data, and cutover risks.

BoxLogoDev/sapstack · 92 tokens

go-logic-reviewer

Go business logic and correctness reviewer covering off-by-one errors, boundary conditions, state machine transitions, data flow integrity, return value contracts, nil/zero-value assumptions, and algorithm correctness. Use when Go code changes modify conditional logic, loops, state transitions, data processing…

johnqtcg/awesome-skills · 81 tokens

go-quality-reviewer

Go code quality and style reviewer covering function length, nesting depth, naming conventions, mutable globals, interface design, receiver consistency, modern Go idioms (slog, generics, typed atomics), and golangci-lint integration. Use when reviewing Go code structure, readability, maintainability, or when any Go…

johnqtcg/awesome-skills · 85 tokens