Js
Local-first Agent Skill Runtime for packaging SOPs, schemas, preflight checks, run records, and MCP tools as executable skill capsules.
npx -y skills add iiwish/skillrun --skill jsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 197 tokens by cl100k_base, as published. Nobody here has run it
{{name}} Skill
Purpose
Describe the business job this capsule performs and the situations where an agent is allowed to call it.
SOP
- Validate that the request contains enough context to make a decision.
- Apply policy limits before returning an approval.
- Return a structured rejection when approval is missing or the request is out of scope.
- Keep the final decision auditable.
Required Context
order_idamountreasoncustomer_tiermanager_approval_idwhen policy requires escalation
Prohibited Behavior
- Do not move money or trigger external side effects from this template.
- Do not approve requests that violate the local policy.
- Do not treat stdout as the business result.
- Do not add package-manager dependencies for this starter capsule.
Recovery Guidance
If the action returns a policy error, ask for the missing approval or context instead of retrying blindly.
What ships with it: 3 files
1.9 KB alongside SKILL.md, 1 of them executable
examples/
- default.input.json102 B
- action.mjsruns1.6 KB
- skillrun.config.json281 B