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.
npx skills add DikDns/upi-rpl-laporan-magang --skill logbookgit clone --depth 1 https://github.com/DikDns/upi-rpl-laporan-magangWrote 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.
[](https://agentmods.dev/skills/dikdns/upi-rpl-laporan-magang/logbook)<a href="https://agentmods.dev/skills/dikdns/upi-rpl-laporan-magang/logbook"><img src="https://agentmods.dev/badge/skills/dikdns/upi-rpl-laporan-magang/logbook/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.
<a href="https://agentmods.dev/skills/dikdns/upi-rpl-laporan-magang/logbook"><img src="https://agentmods.dev/badge/skills/dikdns/upi-rpl-laporan-magang/logbook.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00038 | $0.01927 |
| Opus 5 | $0.00019 | $0.00963 |
| Sonnet 5 | $0.00008 | $0.00385 |
| Haiku 4.5 | $0.00004 | $0.00193 |
Grade A, and why
logbook 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.
How it starts
The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.
- Flat (lama):
{..., entries:[{tanggal, uraian_aktivitas}]}→ satu tabel, satu baris per hari, satu blok tanda tangan di akhir. - Per-pekan:
{..., weeks:[{label, periode, entries:[{tanggal, items:[...]}]}]}→ satu tabel + satu tanda tangan per pekan, ganti halaman antar pekan.
Catatan render di dalam sel Uraian:
items(list) → tiap item jadi bullet point (untuk hari dengan banyak aktivitas). Stringuraian_aktivitastetap dipakai bila ada.*teks*→ italic (istilah teknis/asing),`teks`→ monospace code (perintah/berkas). Nama brand/ID (ClickUp IR-xxxx, dsb) biarkan biasa.
Pilihan bentuk ikut permintaan mahasiswa: bisa "1 baris = 1 hari" atau "1 baris = 1 pekan dengan rentang tanggal + bullet". Tanyakan bila ambigu.
Step 1 — Check config
test -f ~/.claude/magang-tools/config.json && echo "ok" || echo "missing"
If missing → tell user: "Jalankan /rpl-magang:init dulu sebelum membuat logbook." Stop.
Load config to get logbook template structure and formatting.
Step 2 — Determine mode
Check $ARGUMENTS:
--import /path→ Import mode (Step 2b)--batch→ Batch mode (Step 2c)- default → Single week mode (Step 2a)
Step 2a — Single week mode
Ask (can batch these questions):
- Nomor minggu (contoh: 1, 2, 3...)
- Tanggal mulai minggu ini (contoh: 2 Juni 2025)
- Tanggal selesai minggu ini (contoh: 6 Juni 2025)
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.
- 12d ago First seen · 206 lines · 38 tokens per session scan A 4042be4cc8e7
logbook is a skill published in the GitHub repository DikDns/upi-rpl-laporan-magang (4 stars, last pushed 3mo ago), licensed MIT. It adds 38 tokens to every session and 1,927 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.
Other skills, from other repositories
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…
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"…
brand-xlsx
Brand-aware Excel engine. Use to (1) EXTRACT a company's brand from a .xlsx template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE a new on-brand .xlsx from a GridDocument fill manifest. Trigger on "extract our brand", "use our workbook template"…
word-format
A macOS-only document-formatting workflow that copies the layout of a reference Microsoft Word document to new content. It can reproduce settings such as fonts, sizes, spacing, alignment, page setup, styles, and themes.
local-pptx-editor
Edit PowerPoint (PPTX) files locally without Canva API. Use this skill when user provides a PPTX file and wants to modify slides, update text, change images, or restructure content. Maintains original formatting, themes, animations, and layout. Does NOT require Canva. Output goes to output/ folder. Use for: "edit this…
canva-export
Export Canva designs to various formats (PDF, PNG, JPG, PPTX, MP4, GIF). Use this skill when user wants to download, export, or save their designs. Handles single and bulk exports with format options. Follows 3-mode workflow for confirmation. For editing designs use other specialized skills (canva-image-editor…