Demo Hello
by redink
Demo skill that shows a realistic Clawdbot/Codex skill bundle layout (SKILL.md + scripts) and provides a useful, deterministic utility (summarize a text/log file into markdown stats). Use when you want a copyable template skill, a sanity-check that script execution works, or a quick way to summarize logs/notes.
Skill Details
Repository Files
3 files in this skill directory
name: demo-hello description: Demo skill that shows a realistic Clawdbot/Codex skill bundle layout (SKILL.md + scripts) and provides a useful, deterministic utility (summarize a text/log file into markdown stats). Use when you want a copyable template skill, a sanity-check that script execution works, or a quick way to summarize logs/notes.
Demo Hello
What this skill contains
SKILL.md: this file (metadata + instructions)scripts/hello.js: minimal “hello world” scriptscripts/summarize-text.js: reads a file or stdin and outputs a markdown summary (stats + top frequent words)
Use
Quick demo (hello)
Run the bundled script to show deterministic output:
node scripts/hello.js --name "Taotao"
Real-ish demo (summarize a log/text file)
Summarize a file:
node scripts/summarize-text.js --file ./some.log --top 12
Or pipe stdin:
cat ./some.log | node scripts/summarize-text.js --top 12
How to use this skill as a template
- Copy
skills/demo-hello/and rename the folder. - Update the YAML frontmatter
name+description. - Add one deterministic script in
scripts/that:- accepts CLI args
- produces stable output
- can be run by the agent to avoid “LLM guessing”
- Keep SKILL.md short; put longer docs into
references/if needed.
Related Skills
Mermaid Diagrams
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts,
Matlab
MATLAB and GNU Octave numerical computing for matrix operations, data analysis, visualization, and scientific computing. Use when writing MATLAB/Octave scripts for linear algebra, signal processing, image processing, differential equations, optimization, statistics, or creating scientific visualizations. Also use when the user needs help with MATLAB syntax, functions, or wants to convert between MATLAB and Python code. Scripts can be executed with MATLAB or the open-source GNU Octave interpreter
Dask
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
Infographic Syntax Creator
Generate AntV Infographic syntax outputs. Use when asked to turn user content into the Infographic DSL (template selection, data structuring, theme), or to output `infographic <template>` plain syntax.
Infographic Syntax Creator
Generate AntV Infographic syntax outputs. Use when asked to turn user content into the Infographic DSL (template selection, data structuring, theme), or to output `infographic <template>` plain syntax.
Consult Zai
Compare z.ai GLM 4.7 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions.
Report Template Generator
|
Report Template Generator
|
Writing Effective Prompts
Structure Claude prompts for clarity and better results using roles, explicit instructions, context, positive framing, and strategic organization. Use when crafting prompts for complex tasks, long documents, tool workflows, or code generation.
Analyze Performance
Establish performance baselines and detect regressions using flamegraph analysis. Use when optimizing performance-critical code, investigating performance issues, or before creating commits with performance-sensitive changes.
