You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
某些SKILL(比如说, 调一个api)需要使用环境变量读取凭据进行执行使用.(curl https://api.example.com/v1/data -H "Authorization: Bearer ${API_KEY}")
openclaw是通过进程环境变量(.env, config.yml, 临时环境变量 都可以设置)设置所有的环境变量.
目前picoclaw似乎没有提供任何配置文件设置进程环境变量的方式.
另外通过进程环境变量设置凭据的方式其实不安全, 模型很可能在调试的时候, 直接把凭据echo出来作为明文message
如果能实现类似于敏感数据过滤的功能, 支持在某个文件中配置仅工具执行时可以读取的环境变量, 同时让这些values无法作为完整明文发送出去(可以mask掉中间部分), 就安全了
Beta Was this translation helpful? Give feedback.
All reactions