mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[Plugin Request]: 具身智能机器人技术手册生成助手 #163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wfy-power on GitHub (Jul 11, 2025).
Plugin Name
振华
Function Description
可以搜索某个具身智能方向获取数据方式、数据储存、可获取的机器人使用手册、搜索完成后生成对应的技术手册
Official Website URL
No response
@jingfelix commented on GitHub (Jul 11, 2025):
According to your description, what you need is more like a dedicated Agent that can use multiple tools, rather than a single Dify plugin.
You can use google to perform searches and use md_exporter to convert the text generated by the model into a document file, thereby achieving your requirements.