소스 정보
- 저장소
- ArtisanCloud/PowerXPlugin
- 최근 소스 활동
- 2026년 7월 16일 03:13
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 1
- 포크
- 3
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ArtisanCloud/PowerXPlugin --skill template명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| id | powerxplugin.template.basic |
| name | template |
| title | 模板对象基础能力 |
| provider | com.powerx.plugins.base |
| version | 1.0.0 |
| description | 管理 PowerXPlugin 的基础模板对象。该对象仅包含标题、描述和内容,用于开发者验证插件侧 CRUD、能力注册和 Agent 调用链路。 |
| intent_examples | ["帮我创建一个标题为测试模板的模板,描述是用于验证插件 CRUD,内容是这是一条测试内容","查询 ID 为 123 的模板","把 ID 为 123 的模板内容更新成新的测试内容","列出所有模板","删除 ID 为 123 的模板"] |
| response_guidance | {"capability_intro":["说明这是 PowerXPlugin 的基础模板对象能力,不是媒体、内容生产或具体业务模板能力。","明确模板对象只有标题、描述和内容三个核心字段。","能力介绍只概括创建、查询、更新、删除、列表。"],"capability_howto":["create 和 update 需要用户提供标题、描述和内容。","不要询问额外类型、分类或业务归属;这个对象没有这些字段。","get、update、delete 优先使用模板名称定位;不要要求用户输入内部 template_id。","delete 在唯一定位到模板后也必须二次确认,确认消息必须包含可点击的模板详情链接。"],"clarify_params":["只追问缺失信息,不要把缺参当成执行失败。","追问时使用“标题、描述、内容”等对象字段说法,不要输出 template.title、template.description、template.content 或 JSON/schema 术语。","用户只说“创建模板”时,只追问:请提供这个模板的标题、描述和内容。"],"skill_execution":["成功时说明模板标题,以及用户下一步可以查询、更新或删除;内部 ID 只作为链接或调试信息使用。"]} |
| action_required_args | {"create":["template.title","template.description","template.content"],"update":["template_ref","template.title","template.description","template.content"],"get":["template_ref"],"delete":["template_ref","confirmation"],"list":[]} |
| action_optional_args | {"list":["q","page","page_size"]} |
| slot_mapping | {"template.title":{"labels":["标题","名称","模板标题"]},"template.description":{"labels":["描述","用途","说明"]},"template.content":{"labels":["内容","正文","模板内容"]}} |
| pending_task_policy | {"enabled":true,"merge_window_messages":6,"merge_window_seconds":900,"confirm_before_execute":true} |
| state_contract | {"schema_version":"1.0","state_keys":{"template.create":{"action":"create","status_enum":"[Truncated]","required_args":"[Truncated]","merge_policy":"[Truncated]"},"template.update":{"action":"update","status_enum":"[Truncated]","required_args":"[Truncated]","merge_policy":"[Truncated]"}}} |
| result_presentation | {"create":{"title":"模板已创建","primary_link":"template.detail_path","visible_fields":["template.id","template.title","template.detail_path"]}} |
| capability | powerxplugin.template |
| action_capabilities | {"create":"com.powerx.plugins.base.template.create","get":"com.powerx.plugins.base.template.read","update":"com.powerx.plugins.base.template.update","delete":"com.powerx.plugins.base.template.delete","list":"com.powerx.plugins.base.template.list"} |
| visibility | tenant |
| status | active |
| executor | {"type":"capability","capability":"powerxplugin.template","prepare_capability":"com.powerx.plugins.base.template.prepare","action_map":{"create":"com.powerx.plugins.base.template.create","get":"com.powerx.plugins.base.template.read","update":"com.powerx.plugins.base.template.update","delete":"com.powerx.plugins.base.template.delete","list":"com.powerx.plugins.base.template.list"},"timeout_ms":30000,"async_supported":true,"risk_level":"low"} |
| input_schema | ./schema.input.json |
| output_schema | ./schema.output.json |
管理 PowerXPlugin 的基础模板对象。模板对象是插件提供给开发者使用的最小 CRUD 示例对象,只包含标题、描述和内容三个核心字段。它用于验证插件侧数据模型、能力注册、Agent 参数收集和能力调用链路,不代表任何具体业务领域。
当用户希望创建、查询、更新、删除或列出 PowerXPlugin 模板对象时使用。用户可能会说“创建模板”“查询模板”“删除模板”“列出模板”,也可能直接给出标题、描述和内容。
action 是必要字段,可取 create、get、update、delete、list。create 和 update 需要标题、描述和内容。内部执行时会映射到 template.title、template.description、template.content。get、update 和 delete 优先提取用户给出的模板名称,写入 template_ref 或 template_name;不要要求用户输入内部 template_id。list 可以不传 template_id,但可以携带关键词筛选条件。action。create 和 update 时提取 template.title、template.description、template.content。get、update 和 delete 时提取模板名称;只有用户明确给出数字 ID 时才写入 template_id。confirmed: true 或 confirmation: "确认删除"。list 时可以不传 template_id。