Knitting Pattern Search Skill for Openclaw

A specialized AI agent skill designed to programmatically find and retrieve knitting patterns for craft-focused workflows.

jpengcheng523-netizen
v1.0.0
Mar 27, 2026
0
549
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install jpeng-knitting-pattern

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install jpeng-knitting-pattern using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Knitting Pattern Search Skill?

The Knitting Pattern skill is a technical bridge between AI agents and extensive craft databases, allowing for the seamless discovery of knitting instructions and DIY guides. By integrating this capability into Openclaw Skills, developers can build intelligent agents that assist users in sourcing project inspiration, managing yarn requirements, and organizing technical knitting specifications.

This tool is particularly useful for creators building hobbyist applications or personal assistant agents that need to handle physical craft domains. It simplifies the process of querying complex pattern metadata and returns structured data that is ready for further processing or display.

Knitting Pattern Search Skill Use Cases

  • Fulfilling user requests for specific craft-related functionality and project ideas.
  • Automating the retrieval of knitting patterns based on specific technical parameters.
  • Streamlining DIY operations within a broader creative management workflow.

How Knitting Pattern Search Skill Works

  1. The AI agent triggers the knitting_pattern.py script with specific input parameters.
  2. The skill authenticates with the external pattern repository using the configured KNITTING_API_KEY.
  3. The system queries the database to match the user's criteria for difficulty, yarn weight, or garment type.
  4. Search results are processed and returned as a structured JSON object for the agent to present to the user.

Knitting Pattern Search Skill Setup

To integrate this capability into your environment, follow these steps:

First, set your authentication credentials:

export KNITTING_API_KEY="your-api-key"

Execute the skill via the CLI:

python3 scripts/knitting_pattern.py --input <input_query> --output <output_path>

Knitting Pattern Search Skill Data Schema & Taxonomy

The skill provides a standardized output format to ensure compatibility with other Openclaw Skills. The primary data structure is defined as follows:

Field Type Description
success Boolean Indicates if the pattern search was successful.
data Object Contains the specific pattern metadata, including materials and steps.
results Array A list of matching patterns when multiple options are found.

Knitting Pattern Search Skill Advanced Features

  • Support for complex input queries to filter by skill level or yarn type.
  • Automated output redirection to specific file paths for batch processing.
  • Seamless integration with multi-agent craft workflows for end-to-end DIY project management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*