Agent Skill
2/7/2026text-sanitizer
逐字稿清洗與語意標準化 Agent - 將非結構化資料轉為乾淨文本
F
fsc0638
0GitHub Stars
1Views
npx skills add fsc0638/Agent_skills
SKILL.md
| Name | text-sanitizer |
| Description | 逐字稿清洗與語意標準化 Agent - 將非結構化資料轉為乾淨文本 |
Agent Skills Monorepo
Welcome to the centralized repository for LLM Agent Skills. This repository uses a Monorepo architecture to manage all skills with a unified interface and automated indexing.
Repository Structure
Agent_skills/
├── shared/ # Common utilities (e.g., streaming_utils.py)
├── skills/ # Core skill bundles [provider]-[tool]
│ ├── mcp-python-executor/
│ ├── mcp-webapp-tester/
│ └── ...
├── scripts/ # Management & automation scripts
├── tests/ # Integration and unit tests
├── README.md # This file
├── .env.template # Environment variables template
└── skills_manifest.json # Pre-indexed skills for UMA Core
Standard Skill Specs
Every skill must contain a SKILL.md in its root folder with the following YAML frontmatter:
runtime_requirements: Array of needed Python libraries.estimated_tokens: Estimated context window usage.requires_venv: Boolean (default false).
Management Scripts
- Generate Manifest:
python scripts/generate_manifest.py- Scans all skills and updates
skills_manifest.json.
- Scans all skills and updates
How to Add a New Skill
- Use
templates/to create a new folder inskills/. - Name it
mcp-[your-tool-name]. - Run the manifest generator.
Shared Utilities
Skills can import shared logic via PYTHONPATH.
Example: import shared.streaming_utils
Skills Info
Original Name:text-sanitizerAuthor:fsc0638
Download