dapodik-student-lookup

Locates student records from the Dapodik Web Service by name and class.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/susantosanto/config-opencode --skill dapodik-student-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dapodik-student-lookup
Source: https://github.com/susantosanto/config-opencode/tree/main/skills/dapodik-student-lookup
Command: npx skills add https://github.com/susantosanto/config-opencode --skill dapodik-student-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

This Skill enables schools to rapidly retrieve a complete student profile by name and optional class from the Dapodik Web Service, supporting documentation workflows such as letters and administrative forms.

Core Features & Use Cases

  • Partial and full-name lookup across the Dapodik dataset to find matching students.
  • Class-filtered results to narrow down by rombel (class group) and generate targeted outputs.
  • Formatted outputs and JSON export suitable for document generation, reports, and integrations with other systems.

Quick Start

Run the lookup by providing a student name to fetch and format the data for letters or reports.

Frequently Asked Questions about dapodik-student-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve student data from the Dapodik Web Service for administrative letters?

To retrieve student data from the Dapodik Web Service, query your local instance by providing a student name and optional class. The Skill fetches and formats complete records for direct use in administrative letters and reports.

What is needed to query student records from a local Dapodik instance?

Querying student records from a local Dapodik instance requires a running service at http://localhost:5774, a valid token, and your school's NPSN. The requests library is also needed to fetch and assemble the data.

Can I filter Dapodik student lookups by rombel or class group?

Yes, you can filter Dapodik student lookups by rombel or class group. Providing an optional class parameter narrows down the dataset to generate targeted outputs for specific student groups.

Does the Dapodik student lookup support partial name matching?

Yes, the Dapodik student lookup supports partial name matching. It searches across the dataset using partial or full names to locate and assemble complete student profiles efficiently.

How do I export Dapodik student data for document generation?

You can export Dapodik student data by running a lookup with a student name. The Skill generates formatted outputs and JSON export data suitable for document generation, reports, and system integrations.