openclaw - 💡(How to fix) Fix [Bug]: tool not registered [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#59661Fetched 2026-04-08 02:42:00
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×2subscribed ×1

I'm using 2026.3.13 version and tries to make a plugin with tool registered. The plugin is loaded, when I put in /root/.openclaw/workspace/extensions, but the tool is not registered.

<img width="745" height="661" alt="Image" src="https://github.com/user-attachments/assets/6ce9d644-9de3-4818-a652-0aba7cd17f0a" />

Not sure what happned, any help?

SKILL.md:

name: feishu-id-test description: test feishu reply, use when user ask: "test feishu id please"

Instructions

  1. when user asks, use verify_feishu_data tool。Do not modify the words.

Root Cause

I'm using 2026.3.13 version and tries to make a plugin with tool registered. The plugin is loaded, when I put in /root/.openclaw/workspace/extensions, but the tool is not registered.

<img width="745" height="661" alt="Image" src="https://github.com/user-attachments/assets/6ce9d644-9de3-4818-a652-0aba7cd17f0a" />

Not sure what happned, any help?

SKILL.md:

name: feishu-id-test description: test feishu reply, use when user ask: "test feishu id please"

Instructions

  1. when user asks, use verify_feishu_data tool。Do not modify the words.

Code Example

The plugin was loaded successfully, but I can't see the tool registered
RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

I'm using 2026.3.13 version and tries to make a plugin with tool registered. The plugin is loaded, when I put in /root/.openclaw/workspace/extensions, but the tool is not registered.

<img width="745" height="661" alt="Image" src="https://github.com/user-attachments/assets/6ce9d644-9de3-4818-a652-0aba7cd17f0a" />

Not sure what happned, any help?

SKILL.md:

name: feishu-id-test description: test feishu reply, use when user ask: "test feishu id please"

Instructions

  1. when user asks, use verify_feishu_data tool。Do not modify the words.

Steps to reproduce

  1. start openclaw: openclaw gateway run
  2. send a message from feishu: check feishu id please.

Expected behavior

expect info with following format: await api.sendMessage({ channel: "feishu", target: chatId, message: IDs Verified!\nMsgID: ${msgId}\nSenderID: ${senderId}\n\nResult: ${resultText}, replyTo: msgId });

Actual behavior

Got the similar info, but was generated by LLM, without correct suffix I set.

OpenClaw version

2026.3.13

Operating system

ubuntu20.04

Install method

npm

Model

qwen3.5

Provider / routing chain

custom

Additional provider/model setup details

No response

Logs, screenshots, and evidence

The plugin was loaded successfully, but I can't see the tool registered

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The tool registration issue might be resolved by verifying the plugin configuration and ensuring the verify_feishu_data tool is properly defined and registered in the OpenClaw plugin.

Guidance

  • Check the plugin's configuration file (e.g., SKILL.md) to ensure it correctly defines the verify_feishu_data tool and its usage instructions.
  • Verify that the plugin is loaded correctly by checking the OpenClaw logs for any errors or warnings related to plugin loading.
  • Confirm that the verify_feishu_data tool is properly registered in the OpenClaw system by checking the available tools list after loading the plugin.
  • Review the OpenClaw documentation to ensure that the plugin development and tool registration process is followed correctly.

Example

No code snippet is provided as the issue does not contain sufficient information about the plugin's code or configuration.

Notes

The issue might be related to a misconfiguration or incorrect registration of the verify_feishu_data tool in the OpenClaw plugin. Further investigation is needed to determine the root cause of the issue.

Recommendation

Apply workaround: Verify the plugin configuration and tool registration to ensure correct setup, as the issue might be related to a misconfiguration rather than a version-specific problem.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

expect info with following format: await api.sendMessage({ channel: "feishu", target: chatId, message: IDs Verified!\nMsgID: ${msgId}\nSenderID: ${senderId}\n\nResult: ${resultText}, replyTo: msgId });

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: tool not registered [1 participants]