发现、分享和安装强大的 AI 助手插件,扩展你的 FiimeClaw 体验
一键安装插件,无需复杂配置。所有插件都经过严格审核,确保安全可靠。
每个插件都经过人工审核,确保无恶意代码。本地运行,保护你的隐私。
所有插件完全免费,开源透明。你也可以贡献自己的插件,帮助他人。
轻松集成插件市场到你的应用
// 获取插件列表 fetch('https://claw.fiime.cn/api/plugins.php?action=list') .then(res => res.json()) .then(data => { console.log(data.plugins); }); // 下载插件 fetch('https://claw.fiime.cn/api/plugins.php?action=download&id=plugin_id') .then(res => res.json()) .then(data => { // 安装插件... });