evo-fjsp-data-io

evo-fjsp-data-io is a skill for Claude Code, Codex from OpenLAIR/OpenSkill. It costs 29 tokens per session (215 once invoked), scanned A, original, Apache-2.0.

A file input and output tool for flexible job-shop scheduling. Flexible job-shop scheduling assigns each job's operations to eligible machines while accounting for processing times and constraints.

In plain words
What is it for?
Use it to read jobs, machine downtime, policy budgets, and existing schedules, then export a proposed schedule as JSON or CSV.
Why use it?
It keeps parsing of scheduling data and exporting of results separate from the scheduling logic. This reduces repeated code for reading instances, downtime, policies, and baseline schedules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to read jobs, machine downtime, policy budgets, and existing schedules, then export a proposed schedule as JSON or CSV.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openlair/openskill/evo-fjsp-data-io
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 OpenLAIR/OpenSkill --skill evo-fjsp-data-io
Clone the repo
git clone --depth 1 https://github.com/OpenLAIR/OpenSkill

Made for: Claude Code, Codex.

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 evo-fjsp-data-io

README.md
[![agentmods](https://agentmods.dev/badge/skills/openlair/openskill/evo-fjsp-data-io/github.svg)](https://agentmods.dev/skills/openlair/openskill/evo-fjsp-data-io)
Your own site
<a href="https://agentmods.dev/skills/openlair/openskill/evo-fjsp-data-io"><img src="https://agentmods.dev/badge/skills/openlair/openskill/evo-fjsp-data-io/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 evo-fjsp-data-io

Your own site · 80×15
<a href="https://agentmods.dev/skills/openlair/openskill/evo-fjsp-data-io"><img src="https://agentmods.dev/badge/skills/openlair/openskill/evo-fjsp-data-io.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 215 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.00029 $0.00215
Opus 5 $0.00015 $0.00108
Sonnet 5 $0.00006 $0.00043
Haiku 4.5 $0.00003 $0.00021

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

Security

Grade A, and why

evo-fjsp-data-io 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 yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/utils.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

tasks-evolved/manufacturing-fjsp-optimization/environment/skills/evo-fjsp-data-io/SKILL.md · 25 lines

What it actually says

evo-fjsp-data-io

All file I/O for FJSP scheduling tasks.

Usage

import sys
sys.path.insert(0, '/app/environment/skills/evo-fjsp-data-io/scripts')
from utils import (parse_fjsp_instance, parse_downtimes_csv,
    parse_policy_budgets, parse_baseline_schedule,
    export_solution_json, export_solution_csv)

Functions

  • parse_fjsp_instance(filepath) -> (jobs, num_machines)
  • parse_downtimes_csv(filepath) -> {machine_id: [[start,end],...]}
  • parse_policy_budgets(filepath) -> policy dict
  • parse_baseline_schedule(filepath) -> (baseline_dict, makespan, schedule_list)
  • export_solution_json(schedule, makespan, status, filepath)
  • export_solution_csv(schedule, filepath)
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 25 lines · 29 tokens per session scan A 75fe270d4242

Subscribe to this mod's changes

evo-fjsp-data-io is a skill published in the GitHub repository OpenLAIR/OpenSkill (90 stars, last pushed 2d ago), licensed Apache-2.0. It adds 29 tokens to every session and 215 once invoked, about $0.0001 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-11.

Related

Other skills, from other repositories

dos-dispatch-loop

Run recurring dos-dispatch cycles, switching to dos-replan when the backlog drains and stopping on the kernel's loop verdict. Use for unattended dispatch->replan->dispatch work across disjoint lanes.

anthony-chaudhary/dos-kernel · 49 tokens

dos-goal-fleet

Launch multiple goal-scoped workers in waves, each with a witness-gated stop condition and dos arbitrate file-tree safety. Use when an operator asks to run several independent goals in parallel and fold only verified ships.

anthony-chaudhary/dos-kernel · 51 tokens

dos-next-up

Snapshot the repo's phased-plan portfolio into a dispatch packet: audit candidates with dos verify, render who-does-what, and emit a dos gate verdict. Use when you need the current next-work view before dispatching agents.

anthony-chaudhary/dos-kernel · 53 tokens

dos-dispatch

Plan and ship the next batch on one lane: run dos-next-up, acquire a lease with dos arbitrate, gate empty work, dispatch the packet, and archive the run. Use when a single lane should move end to end with collision safety.

anthony-chaudhary/dos-kernel · 56 tokens

dos-replan

Refresh a plan portfolio from evidence: close shipped queue items, update cooldown state, and surface the few decisions an operator must make. Use after dispatch bursts, drained backlogs, or recurring findings.

anthony-chaudhary/dos-kernel · 43 tokens

dos-class-cycle

Run one DOS plan-class lifecycle tick from the workspace [lifecycle] table: evaluate declared transitions, have a judge approve/defer them, write gated plan-meta edits, and log the cycle. Use when gardening plan lifecycle classes automatically.

anthony-chaudhary/dos-kernel · 52 tokens