Install
$ agentstack add skill-ephemeraldew-skill-mcp-demo-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Demo Skill - 文件生成与打包工具
概述
本skill提供文件生成和zip打包功能,主要用于测试skill的脚本调用能力。
适用场景
- 测试skill的多脚本调用能力
- 验证skill的参数传递功能
- 需要快速生成测试文件的场景
核心工作流程
第1步:收集用户需求
询问用户:
- 需要生成多少个文件?(默认3个)
- 输出目录名称?(默认 output)
- zip文件名称?(默认自动生成)
第2步:生成测试文件
调用 scripts/init_create.py 创建文件:
# 基本用法
python scripts/init_create.py
# 指定文件数量
python scripts/init_create.py 5
# 指定文件数量和输出目录
python scripts/init_create.py 5 my_output
第3步:打包成zip
调用 scripts/file_zip.py 进行打包:
# 基本用法(打包output目录)
python scripts/file_zip.py
# 指定源目录
python scripts/file_zip.py my_output
# 指定源目录和zip文件名
python scripts/file_zip.py my_output result.zip
第4步:完成提示
告知用户:
- 文件创建位置
- zip包的名称和大小
- 包含的文件数量
参考资料
详细用法请参考:
reference/usage_examples.md- 使用示例reference/api_reference.md- API参考文档
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ephemeraldew
- Source: ephemeraldew/skill_mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.