tool-skill

A skill that makes a Java tool available for tests of LiteFlow ReAct agents. LiteFlow is a Java framework, and ReAct agents are agents that reason and take actions in steps.

In plain words
What is it for?
Use it when running LiteFlow ReAct agent tests that require access to a Java tool.
Why use it?
It provides the Java tool needed when those agent tests depend on LiteFlow. The input does not describe any other purpose or capability.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/dromara/liteflow/tool-skill
Any agent
npx skills add dromara/liteflow --skill tool-skill
Clone the repo
git clone --depth 1 https://github.com/dromara/liteflow

Made for: Claude Code, Codex.

Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 61 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00017 $0.00061
Opus 5 $0.00009 $0.00030
Sonnet 5 $0.00003 $0.00012
Haiku 4.5 $0.00002 $0.00006

Measured 2d ago against content hash ccd64f0d1c0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tool-skill 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 2d 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.

liteflow-testcase-el/liteflow-testcase-el-react-agent/src/test/resources/feature/skills/skills/tool-skill/SKILL.md · 10 lines

What it actually says

Tool Skill

Use this skill when a Java tool should be available after loading the skill.

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. 2d ago First seen · 10 lines · 17 tokens per session scan A ccd64f0d1c0c

Subscribe to this mod's changes

tool-skill is a skill published in the GitHub repository dromara/liteflow (3,842 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 17 tokens to every session and 61 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-08-30.

Related

Other skills, from other repositories

mps-dsl-memory

Create or refresh project-local DSL skills under .agents/skills/ -dsl/ for one or more MPS languages after discovering concepts, sandbox examples, JSON blueprints, references, or gotchas.

JetBrains/MPS · 49 tokens

lai

Guide for using the langium-ai (LAI) CLI to generate language descriptors, synthesize system prompts, run evaluations, and iteratively refine AI-powered tooling in Langium projects. Use when working with lai commands, descriptors, or evaluation files.

eclipse-langium/langium-ai · 52 tokens

lai-gen-descriptor

Generate or refine a language descriptor for a Langium DSL project. Bootstraps a new descriptor via lai gen descriptor if none exists, then guides refinement of paths, services, examples, documentation, and structure.

eclipse-langium/langium-ai · 49 tokens

lai-gen-mcp

Generate a Model Context Protocol (MCP) server that exposes a Langium DSL's parser and validator as an MCP tool, allowing any MCP-compatible client to validate DSL code and receive diagnostics.

eclipse-langium/langium-ai · 43 tokens

lai-gen-language-skill

Skill for generating a skill for understanding a specific Langium-based DSL. Used in cooperation with the lai & langium skills for understanding.

eclipse-langium/langium-ai · 33 tokens

lai-gen-sysprompt

Generate or refine a system prompt for a Langium DSL project. Bootstraps a new system prompt via lai gen sysprompt if none exists, then guides targeted refinement based on evaluation results and language changes.

eclipse-langium/langium-ai · 51 tokens