Anyone getting warning for invalid skill from workspace? #352
InnoCentCoder5497
started this conversation in
General
Replies: 2 comments 1 reply
-
|
@InnoCentCoder5497 is it possible give to us the step to open an issue about that or you open an issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Completed ✔️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran picoclaw both on docker as well as in PI zero with local ollama on network. The agent and gateways all are running but whenever it loads it gives out this warning. Not sure why it is not picking up description from skills.md files. All the skills file have the description section.
pi0@pi0:~ $ picoclaw agent -m "Hello from my Pi Zero"
Ollama provider selected based on model name prefix
Ollama apiBase: http://192.168.31.170:11434/v1
2026/02/17 13:36:14 WARN invalid skill from workspace name=github error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=hardware error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=skill-creator error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=summarize error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=tmux error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=weather error="description is required"
2026/02/17 13:36:14 [2026-02-17T08:06:14Z] [INFO] agent: Agent initialized {tools_count=13, skills_total=0, skills_available=0}
2026/02/17 13:36:14 [2026-02-17T08:06:14Z] [INFO] agent: Processing message from cli:cron: Hello from my Pi Zero {chat_id=direct, sender_id=cron, session_key=cli:default, channel=cli}
2026/02/17 13:36:14 WARN invalid skill from workspace name=github error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=hardware error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=skill-creator error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=summarize error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=tmux error="description is required"
2026/02/17 13:36:14 WARN invalid skill from workspace name=weather error="description is required"
2026/02/17 13:36:17 [2026-02-17T08:06:17Z] [INFO] agent: LLM response without tool calls (direct answer) {iteration=1, content_chars=161}
2026/02/17 13:36:17 [2026-02-17T08:06:17Z] [INFO] agent: Response: Great to hear from you on your Pi Zero! How can I assist you today? Whether it's coding tips, project ideas, or just ... {session_key=cli:default, iterations=1, final_length=161}
🦞 Great to hear from you on your Pi Zero! How can I assist you today? Whether it's coding tips, project ideas, or just some company, feel free to let me know. 😊
Anyone facing same issues?
Beta Was this translation helpful? Give feedback.
All reactions