paper-with-me

Papers

Formal Skill: Programmable Runtime Skills for Efficient and Accurate LLM Agents

2026-05-19 · Xi Zhang, Meijun Gao, Yuntian Zhao, Xinyu Tan, Yilun Yao, Feiyu Wang, Yanshu Wang, Dingsiyi, Tong Yang arxiv

Large Language Model (LLM) agents increasingly act inside real workspaces, where tools and skills determine whether model reasoning becomes reliable action. Existing skills remain largely informal: Markdown skills and instruction packs encode procedures as long natural-language documents, while function calling, Model Context Protocol (MCP) servers, and framework tools structure individual actions but usually leave workflow state, policy enforcement, and completion discipline outside the skill itself. We introduce Formal Skill, a runtime-native abstraction that represents reusable capability with JSON metadata and action schemas, reliable Python executors, hook-governed control logic, Formal Skill routing, and skill-local runtime state. By moving reusable procedure from repeated prompt text into executable state machines and hook policies, Formal Skill gives agents a token-efficient and enforceable control surface. We implement the abstraction in FairyClaw, an open-source event-driven runtime for executable, observable, and composable Formal Skills. On Harness-Bench, FairyClaw obtains highly competitive average scores while using substantially fewer tokens, with especially strong results on tasks that expose the role of Formal Skill.

📄 PDF Abstract BibTeX arXiv:2605.19604

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillSmith: Compiling Agent Skills into Boundary-Guided Runtime Interfaces

2026-05-12 · Duling Xu, Zheng Chen, Zaifeng Pan, Jiawei Guan 외 arxiv

Recently, skills have been widely adopted in large language model (LLM)-based agent systems across various domains. In existing frameworks, skills are typically injected into the agent reasoning loop as contextual guidan…

MMSkills: Towards Multimodal Skills for General Visual Agents

2026-05-13 · Kangning Zhang, Shuai Shao, Qingyao Li, Jianghao Lin 외 arxiv

Reusable skills have become a core substrate for improving agent capabilities, yet most existing skill packages encode reusable behavior primarily as textual prompts, executable code, or learned routines. For visual agen…

Visual GroundingDecision Making

Benchmarking Security Risk Detection and Verification in Open Agentic Skill Ecosystems

2026-05-30 · Ismail Hossain, Sai Puppala, Zhuoran Lu, Sajedul Talukder 외 arxiv

Open agent platforms allow community contributors to publish reusable skills that agents can invoke at runtime. This extensibility also creates a supply-chain risk: malicious contributors can hide harmful behavior inside…

Behavioral Integrity Verification for AI Agent Skills

2026-05-12 · Yuhao Wu, Tung-Ling Li, Hongliang Liu arxiv

Agent skills extend LLM agents with privileged third-party capabilities such as filesystem access, credentials, network calls, and shell execution. Existing safety work catches malicious prompts and risky runtime actions…

Skillearn: Machine Learning Inspired by Humans' Learning Skills

2020-12-09 · Pengtao Xie, Xuefeng Du, Hao Ban

Humans, as the most powerful learners on the planet, have accumulated a lot of learning skills, such as learning through tests, interleaving learning, self-explanation, active recalling, to name a few. These learning ski…

BIG-bench Machine LearningNeural Architecture Search