feat: 新增 account 和 plan 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
32
account/admin/skills/system/publish-agent/SKILL.md
Normal file
32
account/admin/skills/system/publish-agent/SKILL.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
name: publish-agent
|
||||
description: Publish a local Agent to the OpenAkita Platform Agent Store
|
||||
version: 1.0.0
|
||||
---
|
||||
|
||||
# publish-agent
|
||||
|
||||
Publish a local Agent to the OpenAkita Platform Agent Store.
|
||||
|
||||
## Tools
|
||||
|
||||
- publish_agent - Package and prepare a local Agent for publishing
|
||||
|
||||
## Usage
|
||||
|
||||
Use this skill when the user wants to:
|
||||
- Share a local Agent to the community
|
||||
- Publish an Agent to the OpenAkita hub
|
||||
- Package an Agent for distribution
|
||||
|
||||
## Parameters
|
||||
|
||||
- profile_id (required): The local Agent profile ID to publish
|
||||
- description (optional): Description for the platform listing
|
||||
- category (optional): Category for the listing
|
||||
- ags (optional): Tags for discoverability
|
||||
|
||||
## Examples
|
||||
|
||||
- "Publish my custom Agent to Hub"
|
||||
- "Share this Agent to community"
|
||||
Reference in New Issue
Block a user