agentsclimarketplace

Tool execution

Skill QiRebecca/Agentdemo/skills/tool_execution

From-scratch agent runtime with task graphs, multi-index RAG, memory, typed tools, reusable skills, handoffs, traces, and smoke tests.

Install
npx -y skills add QiRebecca/Agentdemo --skill tool_execution

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.4 KB, 78 tokens by cl100k_base, as published. Nobody here has run it

Tool Execution

Purpose

Call registered typed tools and record observations.

Steps

  1. Select the tool or tool sequence by name.
  2. Validate required input keys.
  3. Execute the tool.
  4. Normalize success and error outputs.
  5. Record the tool call and observation in the trace.

Validation

  • Tool result includes a status.
  • Tool call is traced.

Keep looking

Skills are one crate of 328,083. 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.