Program 创作

Create executable 1Shell Programs from natural-language requirements.

120|17|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/weidu12123/1Shell --skill program-weidu12123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Program 创作
Source: https://github.com/weidu12123/1Shell/tree/main/data/skills/program-authoring
Command: npx skills add https://github.com/weidu12123/1Shell --skill program-weidu12123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

当用户需要把自然语言需求转化为可执行且可复用的 1Shell Program 时,这个 Skill 提供结构化的创建流程与校验,确保安全与可控的自动化能力落地。

Core Features & Use Cases

  • 支持 AI 型和脚本型 Program 的创建与结构化约束
  • 提供输入字段、阶段、验收条件的统一模板,并保障安全边界
  • 通过前置结构预览确保需求在落地前可控

Quick Start

请在确认开始创建后提供 Program 名称、类型、目标 VPS 选择方式以及核心输入字段,系统将生成 program.yaml 的模板并引导你完成最终落地。

Frequently Asked Questions about Program 创作

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

FAQPage Schema
How do I convert natural language requirements into executable workflow scripts?

To convert natural language requirements into executable workflow scripts, this tool generates structured 1Shell Programs with defined input fields, stages, and acceptance criteria. It transforms plain text into safe, reusable automation templates.

Can I create both AI-driven and fixed-action deployment scripts on a VPS?

Yes, you can create both AI-driven and fixed-action deployment scripts. The system supports AI-type programs requiring runtime exploration and script-type programs for fixed actions, both deployable to your VPS without hard-coding paths.

What is the best way to ensure safe credential handling during workflow automation?

The best way to ensure safe credential handling is by enforcing automated risk assessment and strict security boundaries. This process validates credentials without leaking secrets into the generated program templates.

How to generate a program.yaml template for deployment workflows?

To generate a program.yaml template, provide the program name, type, target VPS selection method, and core input fields. The system then outputs a structured template to guide final deployment.

When should I use AI-type programs versus fixed-action script-type programs?

Use AI-type programs when your workflow requires runtime exploration and dynamic decision-making, and use fixed-action script-type programs for predictable, deterministic tasks with clear stage definitions.