with one click
demo-file
Example skill — verify file existence, size, and content
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Example skill — verify file existence, size, and content
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Example skill — check HTTP endpoint health (status code, response time)
Example skill — send test notifications to configured channels
Darwin Skill (达尔文.skill): autonomous skill optimizer inspired by Karpathy's autoresearch. Evaluates SKILL.md files using an 8-dimension rubric (structure + effectiveness), runs hill-climbing with git version control, validates improvements through test prompts, and generates visual result cards. Use when user mentions "优化skill", "skill评分", "自动优化", "auto optimize", "skill质量检查", "达尔文", "darwin", "帮我改改skill", "skill怎么样", "提升skill质量", "skill review", "skill打分".
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
女娲造人:输入人名/主题/甚至只是模糊需求,自动深度调研→思维框架提炼→生成可运行的人物Skill。 两种入口:(1)明确人名→直接蒸馏 (2)模糊需求→诊断推荐→再蒸馏。 触发词:「造skill」「蒸馏XX」「女娲」「造人」「XX的思维方式」「做个XX视角」「更新XX的skill」。 模糊需求也触发:「我想提升决策质量」「有没有一种思维方式能帮我...」「我需要一个思维顾问」。
| name | demo-file |
| version | 1.0.0 |
| display_name | Demo File Check |
| description | Example skill — verify file existence, size, and content |
| permissions | {"network":"none","filesystem":"read","shell":"none","timeout":10} |
| tags | ["file","demo","validation"] |
| icon | 📄 |
Verify that a file exists, has expected size, and optionally contains expected content.
tagent skill install examples/skills/demo-file
tagent "check if config.json exists and is not empty"
tagent "verify README.md contains the word 'Installation'"