skills-registration

Registers a local skill to the AgentKit platform by uploading it. Invoke when the user wants to publish, upload, or register a skill they have created.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skills-registration" with this command: npx skills add bytedance/agentkit-samples/bytedance-agentkit-samples-skills-registration

AgentKit Skill Registration

This skill registers a local skill directory to the AgentKit platform. It zips the directory, uploads it to TOS, and calls the CreateSkill API.

Usage

To register a skill, run the following command:

python3 scripts/skills_register.py <path_to_skill_directory>

Replace <path_to_skill_directory> with the path to the folder containing your SKILL.md.

Requirements

  • veadk python package installed.
  • Environment variables:
    • VOLCENGINE_ACCESS_KEY
    • VOLCENGINE_SECRET_KEY
    • SKILL_SPACE_ID (required, comma-separated list of skill space IDs)
    • AGENTKIT_TOOL_REGION (optional, defaults to cn-beijing)

Example

python3 scripts/skills_register.py ./my-new-skill

Error Handling

  • IF the script raises the error VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY are not set in environment variables., inform the user that they need to provide the VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY environment variable. Write it to the environment variable file in the workspace. If the file already exists, append it to the end. Ensure the environment variable format is correct, make the environment variable effective, and retry the task that just failed.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

image-video-gen

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

volcengine-rds-mysql

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

tos-file-access

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

link-reader

No summary provided by upstream source.

Repository SourceNeeds Review