内容创作
#writing
superfactoryskill
Provides specialized functionality for writing and managing Super Factory Manager (SFM) scripts for Minecraft, including script generation, optimization, and troubleshooting.
DeepseekModel
官方收录技能
质量 良好 · 48
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=flandre923-sfm-agent-skill-skills-superfactoryskill-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name SuperfactorySkill description Provides specialized functionality for writing and managing Super Factory Manager (SFM) scripts for Minecraft, including script generation, optimization, and troubleshooting. SuperfactorySkill Description This skill provides specialized functionality for writing and managing Super Factory Manager (SFM) scripts for Minecraft. It helps users create efficient factory automation programs using SFM's domain-specific language. What it does Generates Super Factory Manager scripts for various automation tasks Provides code examples and templates for common factory setups Offers performance optimization guidance for SFM programs Explains SFM syntax and best practices Helps troubleshoot common SFM script issues When to use it Use this skill when you need to: Create SFM scripts for factory automation in Minecraft Optimize existing SFM programs for better performance Learn SFM syntax and programming concepts Troubleshoot issues with SFM scripts Get examples for specific automation tasks How to use it The agent will automatically detect this skill when SFM-related topics are discussed The agent will load this skill and provide relevant guidance The agent may use the included instructions and examples to assist The agent can generate complete SFM scripts based on your requirements Inputs task : string - The automation task you want to accomplish components : array - Minecraft blocks and items involved requirements : object - Specific requirements for the automation performance_goals : object - Performance optimization goals Outputs script : string - The generated SFM script explanation : string - Explanation of how the script works performance_analysis : object - Performance considerations troubleshooting : string - Common issues and solutions Dependencies None Files in this skill SKILL.md - This file, the main skill definition instructions/ - Detailed step-by-step instructions for SFM programming examples/ - Example SFM scripts for various automation tasks item_transfer.sfm - Basic item transfer between chests furnace_automation.sfm - Automatic furnace feeding and collection performance_optimization.sfm - High-performance transfer techniques fluid_transfer.sfm - Fluid transportation between tanks and machines energy_transfer.sfm - Energy distribution to machines gas_transfer.sfm - Gas collection and distribution advanced_filtering.sfm - Various item filtering techniques conditional_logic.sfm - IF statements and conditional operations complex_automation.sfm - Multi-step manufacturing process round_robin.sfm - Balanced distribution across multiple destinations redstone_signals.sfm - Redstone-controlled operations empty_slots.sfm - Output only to empty inventory slots slot_operations.sfm - Targeting specific inventory slots timer_triggers.sfm - Various timer configurations and syntaxes resources/ - Templates, reference materials, and best practices best_practices.md - Best practices and performance guidelines sfm_keywords.md - Comprehensive SFM keywords reference with examples
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |