Aldi Ramdani.

    Submit SISKA Activity

    aceternity logo
    esc
    F1
    F2
    F3
    F4
    F5
    F6
    F7
    F8
    F8
    F10
    F11
    F12
    ~`
    !1
    @2
    #3
    $4
    %5
    ^6
    &7
    *8
    (9
    )0
    _
    + =
    delete
    tab
    Q
    W
    E
    R
    T
    Y
    U
    I
    O
    P
    {[
    }]
    |\
    caps lock
    A
    S
    D
    F
    G
    H
    J
    K
    L
    :;
    "'
    return
    shift
    Z
    X
    C
    V
    B
    N
    M
    <,
    >.
    ?/
    shift
    fn
    control
    option
    command
    command
    option
    product

    Submit SISKA Activity

    A guarded agent workflow for submitting and verifying student activity records

    STT-NF students enter activities and achievements into SISKA through a multi-step form. The task combines category selection, bilingual names, dates, supporting files, and a final confirmation. A missed field or duplicate entry can create a record that needs manual correction.

    FieldRecord
    RoleWorkflow designer and skill author
    Period2026
    FormatOpen Agent Skills package
    Supported useCodex, Claude Code, and agents that can read SKILL.md

    Problem

    Browser agents can fill forms, though a generic instruction gives them little protection against duplicates, wrong academic periods, or an early save. SISKA also requires an authenticated browser session and a supporting document that the user selects.

    Role and scope

    I documented the submission workflow as an installable agent skill. I wrote the main instructions, activity catalog, Chrome guide, batch workflow, and OpenAI interface metadata.

    The skill does not store credentials or bypass login. It stops when the browser session, supporting file, date, or form state lacks required information.

    Process and decisions

    I placed a duplicate check before form entry and a user confirmation before the final save. After submission, the agent returns to the correct academic period and searches for the saved entry. The workflow ends only after the entry appears in the list.

    The package separates stable instructions from reference material so an agent can load the detail needed for one path without mixing every activity category into the main workflow.

    Packaged workflow

    I published the complete skill with three reference guides, interface metadata, and installation instructions. Later revisions tightened the submission flow and made installation clearer.

    I have not tracked installs, successful submissions, or error rates across users.

    Limits

    The workflow depends on the current SISKA interface and an authenticated Chrome session. UI changes can break selectors or category assumptions. The agent still needs the user to supply correct dates, supporting documents, and approval for the final save.

    Tech Stack:

    Agent Skills
    Markdown
    Browser Automation
    OpenAI Codex
    Claude Code

    Keywords:

    #AI Agent
    #Workflow Automation
    #Human Confirmation
    #Verification
    #Open Source
    Back