cyberstrike-eino-demo

Validates skill package loading across HTTP APIs and Eino ADK multi-agent runtimes.

1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/anonymous99-Rise/multi-CyberSecurity --skill cyberstrike-eino-demo-anonymous99-rise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cyberstrike-eino-demo
Source: https://github.com/anonymous99-Rise/multi-CyberSecurity/tree/main/Skills20260809/cyberstrike-eino-demo
Command: npx skills add https://github.com/anonymous99-Rise/multi-CyberSecurity --skill cyberstrike-eino-demo-anonymous99-rise

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Verifying that a skill package's SKILL.md, scripts, references, and assets are correctly listed, retrieved, and progressively loaded by HTTP APIs and multi-agent runtimes requires a complete, known-good test fixture, which this demo package provides. ## Core Features & Use Cases - Full-Resource Fixture: Bundles SKILL.md plus populated scripts/, references/, and assets/ directories to exercise package listing, resource_path retrieval, and depth/section query parameters. - Progressive Loading Validation: Tests Eino ADK skill tool loading, FilesystemSkillsRetriever chunking by ## headings, and HTTP depth=summary|full responses. - Use Case: A platform engineer integrating the CyberStrike skill server runs GET /api/skills/cyberstrike-eino-demo?resource_path=references/citations.md to confirm arbitrary package files are served before onboarding real security skill packages. ## Quick Start Load the cyberstrike-eino-demo skill and fetch its references/citations.md file to verify package resource retrieval works end to end.

Frequently Asked Questions about cyberstrike-eino-demo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test skill package loading with the Eino ADK skill tool?

Load the package by name through the ADK skill tool, then request package-relative paths such as FORMS.md or scripts/payloads.txt. Enable multi_agent.eino_skills.filesystem_tools if the agent needs direct file access to package contents.

How do I retrieve a file inside a skill package over HTTP?

Use GET /api/skills/{id}?resource_path=<relative-path>, for example resource_path=references/citations.md. The depth=summary parameter returns only the package summary and table of contents for first-pass retrieval.

Does the skill API support reading assets and references directories?

Yes, any subdirectory under the package root is listed in package_files and readable via resource_path, including references/citations.md and assets/README.txt, subject to server-enforced depth, file count, and read size limits.

What are the limitations of this demo skill package?

It is a demonstration fixture, not an operational security tool. The payloads in scripts/payloads.txt are placeholders for authorized labs only, and check-env.sh is illustrative and not executed by the CyberStrike server.