bytedance-tools

Route bytedcli tasks to domain-specific subskills with JSON outputs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/itsuki0927/opencode --skill bytedance-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bytedance-tools
Source: https://github.com/itsuki0927/opencode/tree/main/skills/bytedance-tools
Command: npx skills add https://github.com/itsuki0927/opencode --skill bytedance-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ByteDance internal ByteDance router for bytedcli routes tasks to domain-specific subskills, enabling standardized outputs and centralized execution patterns with helpful command handling.

Core Features & Use Cases

  • Domain routing: routes tasks to domain subskills (authentication, Codebase, RDS, Netlink, Hive, Cloud Docs, IAM, etc.)
  • Standardized outputs: provides common execution patterns with --json output and consistent help handling
  • Dynamic invocation: dispatches requests to the appropriate skill based on domain context and user intent

Quick Start

Ask the router to forward a bytedcli task to the appropriate domain subskill.

Frequently Asked Questions about bytedance-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route bytedcli tasks to specific domain subskills?

Routing bytedcli tasks involves dispatching requests to domain subskills based on user intent and context. This provides centralized routing and domain-specific execution across ByteDance internal tools with consistent JSON outputs.

What internal ByteDance domains are supported for command routing?

Internal ByteDance domains supported for routing include SSO/auth, Codebase, RDS, Netlink, Hive, Cloud Docs, and IAM. The skill applies across these internal tools for domain-aware dispatch and uniform context provisioning.

Can I get JSON output from bytedcli commands using this routing approach?

Yes, JSON output is supported from bytedcli commands. The routing mechanism provides standardized outputs by applying common execution patterns with the --json output flag and consistent help handling.

Does bytedcli task routing work without external dependencies?

Yes, bytedcli task routing works without external dependencies. The skill uses references as its core component to route tasks to domain subskills, requiring no additional modules or packages to function.

Why should I use a centralized router instead of calling domain subskills directly?

Using a centralized router ensures standardized outputs and consistent help handling across all domains. It eliminates manual subskill identification, providing uniform context provisioning and domain-aware dispatch automatically.