job-inputs

Retrieve job input specifications and values from the Weaver system.

30|6|Updated Mar 5, 2019
One-click install
npx skills add https://github.com/crim-ca/weaver --skill job-inputs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-inputs
Source: https://github.com/crim-ca/weaver/tree/main/.agents/skills/job-inputs
Command: npx skills add https://github.com/crim-ca/weaver --skill job-inputs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users retrieve and document the input specifications and values that were provided when a job was executed, enabling debugging, result reproduction, and auditing.

Core Features & Use Cases

  • Retrieve Job Inputs: Access the parameters used to run a job, including any files or references provided.
  • Use Case: For example, after a job execution, you can use this Skill to fetch the inputs and understand the parameters that were used, which is helpful for debugging or reproducing the job's execution.

Quick Start

Retrieve the inputs for a job by specifying its job ID.

Frequently Asked Questions about job-inputs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve the input parameters used for a Weaver job execution?

To retrieve job inputs for a Weaver execution, you can use a tool that queries the Weaver API using the specific job identifier, returning the exact parameters and files provided during the original run.

What is the best way to debug a failed job execution in the Weaver system?

Debugging a failed Weaver job execution involves fetching the original input specifications and values submitted for the job, allowing you to inspect the parameters that triggered the error.

How can I reproduce the results of a previous job run?

Reproducing previous job results requires accessing the original input values and specifications submitted during the initial job execution, ensuring you run the process with the exact same parameters.

Do I need a specific job identifier to audit job submissions in Weaver?

Yes, auditing job submissions in Weaver requires the unique job identifier to access and document the specific input specifications and values provided for that particular execution.

Can I access file references provided as inputs to a Weaver job?

Yes, accessing job inputs allows you to retrieve both the parameter values and any file references that were supplied to the Weaver system when the job was originally executed.