agentsclimarketplace

Python

Skill iiwish/skillrun/templates/python

Local-first Agent Skill Runtime for packaging SOPs, schemas, preflight checks, run records, and MCP tools as executable skill capsules.

Install
npx -y skills add iiwish/skillrun --skill python

Assembled 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.8 KB, 185 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

  1. Validate that the request contains enough context to make a decision.
  2. Apply policy limits before returning an approval.
  3. Return a structured rejection when approval is missing or the request is out of scope.
  4. Keep the final decision auditable.

Required Context

  • order_id
  • amount
  • reason
  • customer_tier
  • manager_approval_id when 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.

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.6 KB alongside SKILL.md, 1 of them executable

examples/

Keep looking

Skills are one crate of 327,167. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.