Skip to content

Commit 6f9e006

Browse files
committed
feat(agent): add skills for skill-list command
1 parent e22058b commit 6f9e006

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/commands/src/commands/managed-agent/skill-list.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default defineCommand({
4242
...CREDENTIALS_NOTE,
4343
"Providers without a skill listing API (e.g. ark) return an empty list.",
4444
"For agent-driven skill selection, use `--source all --output json`: one call returns both catalogs with per-skill `source` and `description` fields to pick from.",
45+
"When generating a task that needs a suitable skill, call this command to match official or custom skills before wiring them into the task.",
4546
],
4647
validate: (f) =>
4748
f.source && !SKILL_SOURCES.includes(f.source as SkillSource)

skills/bailian-cli/reference/managed-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ bl managed-agent session send --session-id sess_abc123 --message "continue"
445445
- Resolved credentials are injected into the SDK in-memory and cleared from the environment; they never persist in process env.
446446
- Providers without a skill listing API (e.g. ark) return an empty list.
447447
- For agent-driven skill selection, use `--source all --output json`: one call returns both catalogs with per-skill `source` and `description` fields to pick from.
448+
- When generating a task that needs a suitable skill, call this command to match official or custom skills before wiring them into the task.
448449

449450
#### Examples
450451

0 commit comments

Comments
 (0)