pks

pks is a skill for Claude Code from DikDns/upi-rpl-laporan-magang. It costs 31 tokens per session (1,231 once invoked), scanned A, original, MIT.

A document generator that fills the official Universitas Pendidikan Indonesia cooperation-agreement template, called a PKS. It places partner and agreement details into a DOCX file.

In plain words
What is it for?
Use it to prepare a PKS document from company details, signatory information, contact details, location, and agreement-date fields.
Why use it?
It reduces repetitive editing of the official template and helps collect the information needed to complete the agreement.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Part of the rpl-magang plugin — 6 skills shipped together

Good fit Use it to prepare a PKS document from company details, signatory information, contact details, location, and agreement-date fields.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dikdns/upi-rpl-laporan-magang/pks
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 DikDns/upi-rpl-laporan-magang --skill pks
Clone the repo
git clone --depth 1 https://github.com/DikDns/upi-rpl-laporan-magang

Made for: Claude Code.

Or install rpl-magang, the plugin that ships this one along with the rest of its 6 skills.

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 pks

README.md
[![agentmods](https://agentmods.dev/badge/skills/dikdns/upi-rpl-laporan-magang/pks/github.svg)](https://agentmods.dev/skills/dikdns/upi-rpl-laporan-magang/pks)
Your own site
<a href="https://agentmods.dev/skills/dikdns/upi-rpl-laporan-magang/pks"><img src="https://agentmods.dev/badge/skills/dikdns/upi-rpl-laporan-magang/pks/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 pks

Your own site · 80×15
<a href="https://agentmods.dev/skills/dikdns/upi-rpl-laporan-magang/pks"><img src="https://agentmods.dev/badge/skills/dikdns/upi-rpl-laporan-magang/pks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,231 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 original 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.00031 $0.01231
Opus 5 $0.00015 $0.00616
Sonnet 5 $0.00006 $0.00246
Haiku 4.5 $0.00003 $0.00123

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

Security

Grade A, and why

pks 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 12d 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.

skills/pks/SKILL.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Step 1 — Check config

test -f ~/.claude/magang-tools/config.json && echo "ok" || echo "missing"

If missing → "Jalankan /rpl-magang:init dulu." Stop.

Config pks_template_path (null = bundled official template, the default).

Step 2 — Collect partner (PIHAK KEDUA) information

Jika config.json punya student_identity.mitra, pakai sebagai default nama perusahaan (PIHAK KEDUA) — konfirmasi, jangan tanya ulang dari nol.

Ask:

  • Nama perusahaan/instansi lengkap (mis. PT/CV/Yayasan ...)
  • Nama penandatangan pihak perusahaan (nama lengkap, biasanya HURUF KAPITAL)
  • Jabatan penandatangan (mis. Direktur / Kepala Divisi ...)
  • Alamat lengkap perusahaan
  • Nomor telepon (ketik "-" kalau tidak ada)
  • Fax (ketik "-" kalau tidak ada)
  • Email
  • Wilayah/kota perusahaan (untuk frasa "di wilayah ___", contoh: Jakarta)

Step 3 — Agreement date (terbilang + numeric)

The template spells the date out in words AND digits. Ask the student for each part (manual, no auto-conversion):

  • Hari (contoh: Senin)
  • Tanggal terbilang (contoh: Satu — atau "Dua Puluh Tiga")
  • Bulan (contoh: Juni)
  • Tahun terbilang (contoh: Dua Ribu Dua Puluh Enam)
  • Tanggal numerik dd-mm-yyyy (contoh: 01-06-2026)

Read the full file on GitHub · 123 lines

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. 12d ago First seen · 123 lines · 31 tokens per session scan A bad1c204d6a2

Subscribe to this mod's changes

pks is a skill published in the GitHub repository DikDns/upi-rpl-laporan-magang (4 stars, last pushed 3mo ago), licensed MIT. It adds 31 tokens to every session and 1,231 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

gather

A document-collection guide for Japanese tax filing that lists the documents needed for the filing type and explains where and how to obtain them.

kazukinagata/shinkoku · 105 tokens

submit

A final tax-return review and submission workflow for Japan, covering checks before filing and submission by e-Tax, mail, or in person.

kazukinagata/shinkoku · 107 tokens

cloud-service-agreement

Draft and fill SaaS agreement templates — cloud contract, MSA, order form, software license, pilot agreement, design partner agreement. Includes variants with SLAs and AI terms. Produces signable DOCX from Common Paper standard forms. Use when user says "SaaS agreement," "cloud contract," "MSA," "order form,"…

open-agreements/open-agreements · 103 tokens

data-privacy-agreement

Draft and fill data privacy contract and agreement templates — DPA, data processing contract, GDPR, HIPAA BAA, business associate agreement, AI addendum. Produces signable DOCX files from Common Paper standard forms. Use when user says "DPA," "data processing agreement," "HIPAA BAA," "business associate agreement," or…

open-agreements/open-agreements · 123 tokens

brand-docx

Brand-aware Word engine. Use to (1) EXTRACT a company's brand from a Word template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE new on-brand .docx documents FROM a saved profile. Trigger on "extract our brand", "learn/match this template", "use our…

ferdinandobons/brand-docs · 144 tokens

brand-pptx

Brand-aware PowerPoint engine. Use to (1) EXTRACT a company's brand from a .pptx template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE a new on-brand .pptx from an IntermediateDocument. Trigger on "extract our brand", "use our deck template"…

ferdinandobons/brand-docs · 141 tokens