بنقرة واحدة
add-skill
Install an agent101 skill package by copying it into skills/ and generating a registry.json entry.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Install an agent101 skill package by copying it into skills/ and generating a registry.json entry.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Activate Tylor to handle a task. Routes the request through the full Tylor harness — intent classification, skill auto-loading, multi-agent orchestration, and Bumblebee security scanning. All responses are labelled Tylor: so you always know the plugin is running, not native Claude/Codex/Antigravity.
Load data ECC tools for datasets, cleaning, transforms, and structured data work.
Load diagram ECC tools for flowcharts, architecture visuals, and process maps.
Load pipeline ECC tools for workflows, automation, multi-step jobs, and repeatable process execution.
Load presentation ECC tools for slide decks, documents, reports, and polished deliverables.
Load web research ECC tools for fetching pages, scraping public content, and source collection.
| name | add-skill |
| description | Install an agent101 skill package by copying it into skills/ and generating a registry.json entry. |
Use when the user invokes /add-skill or asks to install a skill package into agent101.
SKILL.md.python3 -m server.tools.skill_installer <source_path> [--name <name>] [--overwrite]
registry.json entry and install location.Use this recovery format exactly.
If the installer fails, respond with:
Failed operation: add_skill
Reason: <installer error>
Recovery steps:
- Verify the source path is a directory.
- Verify the source directory contains SKILL.md.
- If the skill already exists, rerun only after confirming overwrite.
- Check registry.json remains valid JSON.