Update Agent Builder built-in skills reference for 9.5#7255
Conversation
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Aligns the built-in skills reference with the current skill registry (allow_lists.ts) in Kibana: - Add the 9.5 built-in skills across Platform, Streams and significant events, Security, Observability, and Elasticsearch - Handle renames and consolidations cumulatively with applies_to badges (streams-exploration to streams-management; hybrid-search, semantic-search, and vector-database consolidated into search.vector-hybrid-search) - Move workflow-authoring to GA in 9.5 with an inline preview 9.4 note - Collapse each skill's assigned tools into a dropdown to reduce noise - Fix a stale skill example link in skills.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🔍 Preview links for changed docs |
bb88694 to
e2e4e28
Compare
Elastic Docs Style Checker (Vale)Summary: 2 warnings found
|
| File | Line | Rule | Message |
|---|---|---|---|
| explore-analyze/ai-features/agent-builder/builtin-skills-reference.md | 385 | Elastic.Spelling | 'chatbots' is a possible misspelling. |
| explore-analyze/ai-features/agent-builder/builtin-skills-reference.md | 385 | Elastic.Spelling | 'chatbot' is a possible misspelling. |
The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale.
Point the preview Security skills at their specific Security Solution experimental feature flags and settings, distinct from the Agent Builder agentBuilder:experimentalFeatures advanced setting. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
@leemthompo check #7172 |
- Fix cases-management tool IDs to platform.core.cases.* (were platform.cases.*) - Mark rule-management action-policy tool and dashboard-management dashboard tool as skill-scoped inline tools, not built-in registry tools Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Control is agentBuilder:tracing:enabled (on by default), not the experimental features flag (per kibana #276174) - Note dashboard-building capability and that it's part of the default agent Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Brand-new capabilities ship as technical preview, so tag skills that debut in 9.5 as preview 9.5 / serverless preview: discover-data-analysis, cases-management, rule-management, significant-events-management, significant-events-onboarding, knowledge-indicators-management, ki-identification-management, streams-gap-detection, skill-authoring, observability.service-map, siem-readiness, and search.elasticsearch-tutorial. Left as ga 9.5+: streams-management and search.vector-hybrid-search (successors of skills marked ga 9.4, removed 9.5 — flagging preview here would misrepresent a GA capability as a downgrade), and workflow-authoring and automatic_troubleshooting (which already existed as preview in 9.4). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
👋 This PR updates the built-in skills reference for 9.5. If you added one of the new skills below, could you sanity-check its entry — description, assigned tools (built-in vs skill-scoped inline), and availability/gating?
Thanks! |
|
@leemthompo lgtm ( |
|
|
||
| ::: | ||
|
|
||
| {applies_to}`stack: ga 9.5+` From 9.5, the skill can also list watchlists to discover watchlist names and members, using the `security.list_watchlists` tool. |
There was a problem hiding this comment.
this skill also now also have access to set_asset_criticality tool
elastic/kibana#275477
Per kibana #275477, entity-analytics can now also set entity asset criticality via the built-in security.set_asset_criticality tool. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| ### Agent and skill authoring | ||
|
|
||
| $$$agent-builder-skill-authoring-skill$$$ `skill-authoring` {applies_to}`stack: preview 9.5` {applies_to}`serverless: preview` | ||
| : Authors a new {{agent-builder}} skill from a chat description. Use when a user asks to create, build, generate, or design a skill, capability, or expertise area for an agent. | ||
|
|
||
| :::{dropdown} Assigned tools | ||
| Internal tools to list available tools and to propose or patch a skill definition. | ||
|
|
||
| ::: |
There was a problem hiding this comment.
@leemthompo has 9.5 been cut for release? i think the skill_authoring_skill is now called skill_management_skill https://github.com/elastic/kibana/pull/271463/changes#diff-c0bcb0f583598be2dbf7d273ffc206d7eb932385e7ce3e5945354a37686e2ea1 based on this change
Updates the Agent Builder built-in skills reference to match the current skill registry in Kibana (
allow_lists.ts) for 9.5, using the code as the source of truth.Changes
applies_tobadges:streams-exploration→streams-managementsearch.hybrid-search,search.semantic-search, andsearch.vector-database→search.vector-hybrid-searchworkflow-authoringto GA in 9.5, with a dropdown for the earlier 9.4 behavior.skills.md.Built and previewed locally with
docs-builder(0 errors / 0 warnings).Part of the Agent Builder 9.5 docs audit (elastic/docs-content-internal#1425). The built-in tools reference update is tracked separately in elastic/docs-content-internal#1431.
🤖 Generated with Claude Code