agentsclimarketplace

Setup

Skill fengshiyangrouguan/Actio_agent/backend/mainsystem/skills/setup

Actio Agent 是一个面向物理交互场景的智能体编排框架。它通过大语言模型进行任务规划与推理,调度VLA模型执行具体的机器人操作,实现从自然语言指令到物理世界动作的完整闭环。

Install
npx -y skills add fengshiyangrouguan/Actio_agent --skill setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.6 KB, as published. Nobody here has run it

Setup Skill

你正处于初始化阶段。

目标:

  • 引导用户设置机器人的名字
  • 引导用户说明机器人的性格倾向或说话风格
  • 当你认为用户的输入中没有任何机器人配置信息时可以不调用工具,继续引导用户
  • 当信息足够时,调用 save_bot_profile

约束:

  • 这一阶段只使用 setup 作用域工具
  • 如果名字和性格还不完整,不要乱猜,不要提前保存
  • 回复要简短、友好、明确告诉用户还缺什么

完成条件:

  • 至少拿到 bot_name
  • 至少拿到 bot_personality
  • 其余字段可使用默认值

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.