your-skill-id

Create custom configurable skills for ClawPanel using skill.json and Python scripts.

9|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/zhaoxinyi02/ClawPanel-Plugins --skill your-skill-id
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: your-skill-id
Source: https://github.com/zhaoxinyi02/ClawPanel-Plugins/tree/main/skills/_template
Command: npx skills add https://github.com/zhaoxinyi02/ClawPanel-Plugins --skill your-skill-id

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a template for creating custom skills that can be integrated into ClawPanel, allowing for automation of specific tasks based on user-defined configurations.

Core Features & Use Cases

  • Configurable Automation: Define custom parameters via skill.json to tailor the skill's behavior.
  • Extensible Functionality: Use Python scripts for deterministic task execution.
  • Use Case: A marketing team could use a custom skill to automatically generate social media posts based on a provided template and a list of product features.

Quick Start

Configure the skill's API Base URL, API Key, and Model ID in the ClawPanel settings.

Frequently Asked Questions about your-skill-id

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

FAQPage Schema
How do I create custom automation tasks using a Python template?

To create custom automation tasks with a Python template, define your specific parameters and task logic in a `skill.json` configuration file, then execute the corresponding Python scripts to run the deterministic automation process.

What is a configurable skill template for task automation?

A configurable skill template is a structured framework that uses a `skill.json` file to define parameterized inputs, enabling users to tailor and execute specific automation tasks through underlying Python scripts.

Can I use parameterized inputs for custom Python scripts in ClawPanel?

Yes, you can use parameterized inputs for custom Python scripts in ClawPanel by defining them within the `skill.json` configuration file, allowing flexible task execution across various professional contexts.

How do I configure a custom skill for the ClawPanel platform?

You configure a custom skill for the ClawPanel platform by setting up the API Base URL, API Key, and Model ID in the ClawPanel settings, then defining your task parameters in the `skill.json` file.

What are the limitations of using a Python script template for task automation?

The template relies on Python scripts for deterministic task execution and requires manual configuration via `skill.json`; it does not inherently support non-deterministic logic or runtime environments outside the provided Python script framework.