Skip to content

feat(skill): add anolisa-guide skill#849

Open
kong-ld wants to merge 1 commit into
alibaba:mainfrom
kong-ld:feat/skill/anolisa-guide
Open

feat(skill): add anolisa-guide skill#849
kong-ld wants to merge 1 commit into
alibaba:mainfrom
kong-ld:feat/skill/anolisa-guide

Conversation

@kong-ld

@kong-ld kong-ld commented Jun 11, 2026

Copy link
Copy Markdown

Description

Add anolisa-guide skill as a static knowledge base for ANOLISA (Alibaba Cloud Linux 4 Agentic Edition) documentation.
When users ask questions about ANOLISA features (e.g., "cosh free quota", "how to use tokenless"), the AI agent needs accurate reference to official documentation. This skill provides direct access to 13 official help documents, enabling precise answers without relying on external search or potentially outdated information.

Related Issue

closes #

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional change)
  • Performance improvement
  • CI/CD or build changes

Scope

  • cosh (copilot-shell)
  • sec-core (agent-sec-core)
  • skill (os-skills)
  • sight (agentsight)
  • tokenless (tokenless)
  • ckpt (ws-ckpt)
  • memory (agent-memory)
  • anolisa (anolisa-cli)
  • Multiple / Project-wide

Checklist

  • I have read the Contributing Guide
  • My code follows the project's code style
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the documentation accordingly
  • For cosh: Lint passes, type check passes, and tests pass
  • For sec-core (Rust): cargo clippy -- -D warnings and cargo fmt --check pass
  • For sec-core (Python): Ruff format and pytest pass
  • For skill: Skill directory structure is valid and shell scripts pass syntax check
  • For sight: cargo clippy -- -D warnings and cargo fmt --check pass
  • For tokenless: cargo clippy -- -D warnings and cargo fmt --check pass
  • For memory (Linux only): cargo clippy --all-targets -- -D warnings, cargo fmt --check, and cargo test pass
  • For anolisa: cargo clippy --all-targets --locked -- -D warnings, cargo fmt --all --check, and cargo test --locked pass
  • Lock files are up to date (package-lock.json / Cargo.lock)

Testing

Trigger Keywords

This skill activates when users ask about:

  • ANOLISA / Alibaba Cloud Linux 4 Agentic Edition
  • cosh / copilot-shell
  • AgentSecCore / AgentSight / Tokenless / ws-ckpt
  • Free quota / billing / pricing
  • Switching to bash / authentication config

Example Questions

Question Reference Document
"cosh 怎么切回 bash?" cosh-usage.md
"ANOLISA 的免费额度有多少?" faq.md / agentic-os.md
"tokenless 如何使用?" tokenless.md
"AgentSecCore 是什么?" agentseccore.md
image image

Additional Notes

Signed-off-by: kongld <kld02270359@alibaba-inc.com>
@kong-ld kong-ld requested a review from casparant as a code owner June 11, 2026 11:50
@github-actions github-actions Bot added component:skill src/os-skills/ scope:documentation ./docs/|./*.md|./NOTICE labels Jun 11, 2026
@samchu-zsl samchu-zsl requested review from Ziqi002 and samchu-zsl June 12, 2026 02:52

@samchu-zsl samchu-zsl left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thx!

@Ziqi002 Ziqi002 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:skill src/os-skills/ scope:documentation ./docs/|./*.md|./NOTICE

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants