feat: add built-in skill creator and document skills - #9517
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
astrbot-docs | a1597ff | Commit Preview URL Branch Preview URL |
Aug 02 2026, 03:32 PM |
Soulter
marked this pull request as ready for review
August 2, 2026 15:34
Contributor
There was a problem hiding this comment.
Sorry @Soulter, your pull request is larger than the review limit of 150000 diff characters
📄 Knowledge reviewDosu skipped reviewing this PR because your organization has used its |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skill-creator,documents,pdf, andspreadsheetsSkills in the built-in AstrBot pluginWhy
The Skills were prepared on this branch but were not merged before v4.27.0 was released. As a result, source and Docker installs did not contain the four Skills even though the release notes listed them. This PR adds the actual bundled assets and discovery behavior so they are available without seeding the persistent
data/skillsvolume.User impact
Docker and source installs will discover the four bundled Skills automatically as preset, read-only capabilities. Users can still provide a local Skill with the same name to override a preset.
Validation
uv run ruff format .— 499 files left unchangeduv run ruff check .— passedgit diff --check— passedSummary by Sourcery
Bundle and expose new built-in skills for AstrBot, including PDF, document, spreadsheet, and skill-creator capabilities, update discovery and permission handling so they appear as preset read-only skills, and add supporting runtime dependencies and UI indicators.
New Features:
Bug Fixes:
Enhancements:
Build:
Tests: