Agens web_search
skill_id: web_search
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/web_search/skill.yamlsource content
skill_id: web_search name: 网页搜索 description: 使用搜索引擎搜索互联网信息 version: "0.02" author: system license: "" tags:
- search
- internet
- research tools: [] permissions: network: true filesystem: false shell: false agents:
- research_agent enabled: true source: local entrypoint: entry.py readme: README.md input_schema: type: object properties: instruction: type: string output_schema: type: object metadata: {}