What problem does it solve?
Verifying that a skill package platform correctly indexes, lists, and serves bundled resources (scripts, references, assets) is tedious without a known-good fixture. This demo package provides a fully populated example to test progressive loading, section-based retrieval, and resource_path access end to end.
Core Features & Use Cases
- Full package structure: Ships SKILL.md plus populated scripts/, references/, and assets/ directories to exercise every package component.
- API and agent validation: Tests HTTP endpoints like GET /api/skills/{id} with depth, section, and resource_path parameters, plus the Eino ADK skill tool and FilesystemSkillsRetriever.
- Authorized testing workflow: Includes an authorization checklist, placeholder payloads, and a report snippet template for authorized security testing education.
- Use Case: After deploying CyberStrikeAI, load this package to confirm that package_files listing, section chunking, and resource_path reads (e.g., references/citations.md) all work before onboarding real skills.
Quick Start
Load the cyberstrike-eino-demo skill and fetch the file references/citations.md via resource_path to verify package resource retrieval works.